[ros-diffs] [rnaumann] 75499: [ACPPAGE][SYSSETUP] Update German translation

2017-08-06 Thread rnaumann
Author: rnaumann
Date: Sun Aug  6 20:38:49 2017
New Revision: 75499

URL: http://svn.reactos.org/svn/reactos?rev=75499&view=rev
Log:
[ACPPAGE][SYSSETUP] Update German translation

Modified:
trunk/reactos/dll/shellext/acppage/lang/de-DE.rc
trunk/reactos/dll/win32/syssetup/lang/de-DE.rc

Modified: trunk/reactos/dll/shellext/acppage/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/acppage/lang/de-DE.rc?rev=75499&r1=75498&r2=75499&view=diff
==
--- trunk/reactos/dll/shellext/acppage/lang/de-DE.rc[iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/acppage/lang/de-DE.rc[iso-8859-1] Sun Aug  6 
20:38:49 2017
@@ -5,7 +5,7 @@
 CAPTION "Kompatibilität"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
-LTEXT "Falls dieses Programm Probleme verursacht, wählen Sie einen 
Kompatibilitätsmodus, unter dem das Programm möglicherweise korrekt 
funktioniert.\nPlease note that this is a work in progress.", -1, 7, 7, 210, 31
+LTEXT "Falls dieses Programm Probleme verursacht, wählen Sie einen 
Kompatibilitätsmodus, unter dem das Programm möglicherweise korrekt 
funktioniert.\nBitte beachten Sie dass sich diese Funktion aktuell in 
Entwicklung befindet.", -1, 7, 7, 210, 31
 GROUPBOX "Kompatibilitätsmodus", IDC_COMPATGROUP, 7, 41, 210, 49
 CHECKBOX "Programm im Kompatibilitätsmodus ausführen für:", 
IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
 COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | 
CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
@@ -33,8 +33,8 @@
 
 STRINGTABLE
 BEGIN
-IDS_TABTITLE "Compatibility"
-IDS_FAILED_NETWORK "Compatibility modes cannot be set on this program 
because it is on a network drive."
-IDS_FAILED_PROTECTED "Compatibility modes cannot be set on this program 
because it is a part of ReactOS."
-IDS_YOU_DID_NOT_ADD "You did not add the mode, do you want to add it now?"
+IDS_TABTITLE "Kompatibilität"
+IDS_FAILED_NETWORK "Kompatibilitätsmodi können auf diesem Programm nicht 
angewendet werden, da es sich auf einem Netzlaufwerk befindet."
+IDS_FAILED_PROTECTED "Kompatibilitätsmodi können auf diesem Programm 
nicht angewendet werden, da es Teil von ReactOS ist."
+IDS_YOU_DID_NOT_ADD "Sie haben den Modus nicht hinzugefügt, möchten Sie 
ihn jetzt hinzufügen?"
 END

Modified: trunk/reactos/dll/win32/syssetup/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/lang/de-DE.rc?rev=75499&r1=75498&r2=75499&view=diff
==
--- trunk/reactos/dll/win32/syssetup/lang/de-DE.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/syssetup/lang/de-DE.rc  [iso-8859-1] Sun Aug  6 
20:38:49 2017
@@ -88,8 +88,8 @@
 CAPTION "ReactOS Setup"
 FONT 8, "MS Shell Dlg"
 BEGIN
-PUSHBUTTON "Lautus theme", IDC_THEMEDSTYLE, 18,12, 130,120, 
BS_AUTORADIOBUTTON|BS_PUSHLIKE
-PUSHBUTTON "Classic theme", IDC_CLASSICSTYLE, 175,12, 130,120, 
BS_AUTORADIOBUTTON|BS_PUSHLIKE
+PUSHBUTTON "Lautus Theme", IDC_THEMEDSTYLE, 18,12, 130,120, 
BS_AUTORADIOBUTTON|BS_PUSHLIKE
+PUSHBUTTON "Klassisches Theme", IDC_CLASSICSTYLE, 175,12, 130,120, 
BS_AUTORADIOBUTTON|BS_PUSHLIKE
 END
 
 IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143
@@ -144,8 +144,8 @@
 IDS_DATETIMESUBTITLE "Stellen Sie das korrekte Datum und die Uhrzeit für 
Ihren Computer ein."
 IDS_PROCESSTITLE "Komponenten werden registriert"
 IDS_PROCESSSUBTITLE "Bitte warten..."
-IDS_THEMESELECTIONTITLE "Appearance"
-IDS_THEMESELECTIONSUBTITLE "Select the theme you prefer"
+IDS_THEMESELECTIONTITLE "Erscheinungsbild"
+IDS_THEMESELECTIONSUBTITLE "Wählen Sie Ihr bevorzugtes Theme"
 END
 
 STRINGTABLE




[ros-diffs] [rnaumann] 75498: [CPL] Improve some German string translationd. This better matches the position of the applets in the control panel and avoids truncation of the icon captions. Patch by J

2017-08-06 Thread rnaumann
Author: rnaumann
Date: Sun Aug  6 20:23:00 2017
New Revision: 75498

URL: http://svn.reactos.org/svn/reactos?rev=75498&view=rev
Log:
[CPL] Improve some German string translationd. This better matches the position 
of the applets in the control panel and avoids truncation of the icon captions. 
Patch by Joachim Henze. CORE-12099 #resolve #comment Committed all but 
"Ordneroptionen -> Ordner" in r75498

Modified:
trunk/reactos/dll/cpl/appwiz/lang/de-DE.rc
trunk/reactos/dll/cpl/inetcpl/lang/de-DE.rc
trunk/reactos/dll/cpl/joy/lang/de-DE.rc
trunk/reactos/dll/cpl/powercfg/lang/de-DE.rc
trunk/reactos/dll/cpl/telephon/lang/de-DE.rc
trunk/reactos/dll/cpl/usrmgr/lang/de-DE.rc

Modified: trunk/reactos/dll/cpl/appwiz/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/lang/de-DE.rc?rev=75498&r1=75497&r2=75498&view=diff
==
--- trunk/reactos/dll/cpl/appwiz/lang/de-DE.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/appwiz/lang/de-DE.rc  [iso-8859-1] Sun Aug  6 
20:23:00 2017
@@ -67,7 +67,7 @@
 
 STRINGTABLE
 BEGIN
-IDS_CPLSYSTEMNAME "Programme hinzufügen/entfernen"
+IDS_CPLSYSTEMNAME "Software"
 IDS_CPLSYSTEMDESCRIPTION "Installiert Programme und erstellt 
Verknüpfungen."
 IDS_CREATE_SHORTCUT "Verknüpfung erstellen"
 IDS_ERROR_NOT_FOUND "Die Datei %s konnte nicht gefunden werden."

Modified: trunk/reactos/dll/cpl/inetcpl/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/inetcpl/lang/de-DE.rc?rev=75498&r1=75497&r2=75498&view=diff
==
--- trunk/reactos/dll/cpl/inetcpl/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/inetcpl/lang/de-DE.rc [iso-8859-1] Sun Aug  6 
20:23:00 2017
@@ -25,7 +25,7 @@
 
 STRINGTABLE
 BEGIN
-IDS_CPL_NAME"Internetoptionen"
+IDS_CPL_NAME"Internet"
 IDS_CPL_INFO"Konfiguration des Wine Internet Browsers und dessen 
Einstellungen"
 IDS_SEC_SETTINGS"Sicherheitseinstellungen für Zone: "
 IDS_SEC_LEVEL0  "Benutzerdefiniert"

Modified: trunk/reactos/dll/cpl/joy/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/joy/lang/de-DE.rc?rev=75498&r1=75497&r2=75498&view=diff
==
--- trunk/reactos/dll/cpl/joy/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/joy/lang/de-DE.rc [iso-8859-1] Sun Aug  6 
20:23:00 2017
@@ -3,12 +3,12 @@
 IDD_PROPPAGEMAIN DIALOGEX 0, 0, 252, 205
 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
 EXSTYLE WS_EX_CONTEXTHELP
-CAPTION "Spielcontroller"
+CAPTION "Gamecontroller"
 FONT 8, "MS Shell Dlg"
 BEGIN
 ICON IDI_CPLSYSTEM, -1, 7, 7, 20, 20
-LTEXT "Über diese Einstellungen können an den PC angeschlossene 
Spielcontroller konfiguriert werden.", -1, 33, 7, 214, 20, NOT WS_GROUP
-GROUPBOX "I&nstallierte Spielcontroller", -1, 7, 34, 238, 117
+LTEXT "Über diese Einstellungen können an den PC angeschlossene 
Gamecontroller konfiguriert werden.", -1, 33, 7, 214, 20, NOT WS_GROUP
+GROUPBOX "I&nstallierte Gamecontroller", -1, 7, 34, 238, 117
 CONTROL "List1", IDC_CONTROLLER_LIST, "SysListView32", WS_BORDER | 
WS_GROUP | WS_TABSTOP | 0x808D, 14, 44, 224, 80
 PUSHBUTTON "&Hinzufügen...", IDC_ADD_BUTTON, 35, 129, 65, 14
 PUSHBUTTON "&Entfernen", IDC_REMOVE_BUTTON, 104, 129, 65, 14, WS_DISABLED
@@ -21,12 +21,12 @@
 IDD_ADD DIALOGEX 0, 0, 265, 200
 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUPWINDOW | 
WS_CAPTION
 EXSTYLE WS_EX_CONTEXTHELP
-CAPTION "Spielcontroller hinzufügen"
+CAPTION "Gamecontroller hinzufügen"
 FONT 8, "MS Shell Dlg"
 BEGIN
 ICON IDI_CPLSYSTEM, -1, 8, 7, 20, 20
-LTEXT "Wählen Sie einen Spielcontroller aus der Liste und klicken Sie auf 
OK. Wenn Ihr Spielcontroller nicht in der Liste erscheint, klicken Sie auf 
Benutzerdefiniert.", -1, 35, 7, 210, 33
-LTEXT "&Spielcontroller:", -1, 8, 45, 126, 8
+LTEXT "Wählen Sie einen Gamecontroller aus der Liste und klicken Sie auf 
OK. Wenn Ihr Gamecontroller nicht in der Liste erscheint, klicken Sie auf 
Benutzerdefiniert.", -1, 35, 7, 210, 33
+LTEXT "Game&controller:", -1, 8, 45, 126, 8
 LISTBOX IDC_GAME_CONTROLLERS_LIST, 7, 55, 251, 57, LBS_STANDARD | 
LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_HSCROLL | WS_TABSTOP
 AUTOCHECKBOX "&Ruder und Pedale aktivieren", IDC_ENABLE_RUDDERS_CHECKBOX, 
7, 114, 105, 10, WS_GROUP
 L

[ros-diffs] [rnaumann] 75029: [FONTS] Improve the font-substitution for Franklin Gothic Medium to better match the original font. This improves Luna's start button. CORE-12877

2017-06-13 Thread rnaumann
Author: rnaumann
Date: Tue Jun 13 21:40:41 2017
New Revision: 75029

URL: http://svn.reactos.org/svn/reactos?rev=75029&view=rev
Log:
[FONTS] Improve the font-substitution for Franklin Gothic Medium to better 
match the original font. This improves Luna's start button. CORE-12877

Modified:
trunk/reactos/base/setup/usetup/muifonts.h

Modified: trunk/reactos/base/setup/usetup/muifonts.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/muifonts.h?rev=75029&r1=75028&r2=75029&view=diff
==
--- trunk/reactos/base/setup/usetup/muifonts.h  [iso-8859-1] (original)
+++ trunk/reactos/base/setup/usetup/muifonts.h  [iso-8859-1] Tue Jun 13 
21:40:41 2017
@@ -7,7 +7,7 @@
 { L"Courier",L"FreeMono" },
 { L"Courier New",L"FreeMono" },
 { L"Fixedsys",   L"Fixedsys Excelsior 3.01-L2" },
-{ L"Franklin Gothic Medium", L"Libre Franklin" },
+{ L"Franklin Gothic Medium", L"Libre Franklin Bold" },
 { L"Helv",   L"Tahoma" },
 { L"Helvetica",  L"Liberation Sans" },
 { L"Lucida Console", L"DejaVu Sans Mono" },
@@ -227,7 +227,7 @@
 { L"Courier",L"DejaVu Sans Mono" },
 { L"Courier New",L"DejaVu Sans Mono" },
 { L"Fixedsys",   L"Fixedsys Excelsior 3.01-L2" },
-{ L"Franklin Gothic Medium", L"Libre Franklin" },
+{ L"Franklin Gothic Medium", L"Libre Franklin Bold" },
 { L"Helv",   L"DejaVu Sans" },
 { L"Helvetica",  L"DejaVu Sans" },
 { L"Lucida Console", L"DejaVu Sans Mono" },




[ros-diffs] [rnaumann] 74505: [EXPLORER] Some style suggestions by Mark Jansen. Thanks

2017-05-08 Thread rnaumann
Author: rnaumann
Date: Mon May  8 17:46:55 2017
New Revision: 74505

URL: http://svn.reactos.org/svn/reactos?rev=74505&view=rev
Log:
[EXPLORER] Some style suggestions by Mark Jansen. Thanks

Modified:
trunk/reactos/base/shell/explorer/settings.cpp

Modified: trunk/reactos/base/shell/explorer/settings.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/settings.cpp?rev=74505&r1=74504&r2=74505&view=diff
==
--- trunk/reactos/base/shell/explorer/settings.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/settings.cpp  [iso-8859-1] Mon May  8 
17:46:55 2017
@@ -29,17 +29,17 @@
 {
 DWORD dwValue = NULL;
 
-LoadSettingDword(szAdvancedSettingsKey, TEXT("TaskbarSizeMove"), dwValue);
-TaskBarSettings.bLock = (dwValue != 0) ? FALSE : TRUE;
+LoadSettingDword(szAdvancedSettingsKey, L"TaskbarSizeMove", dwValue);
+TaskBarSettings.bLock = (dwValue == 0);
 
-LoadSettingDword(szAdvancedSettingsKey, TEXT("ShowSeconds"), dwValue);
-TaskBarSettings.bShowSeconds = (dwValue != 0) ? TRUE : FALSE;
+LoadSettingDword(szAdvancedSettingsKey, L"ShowSeconds", dwValue);
+TaskBarSettings.bShowSeconds = (dwValue != 0);
 
-LoadSettingDword(szSettingsKey, TEXT("EnableAutotray"), dwValue);
-TaskBarSettings.bHideInactiveIcons = (dwValue != 0) ? TRUE : FALSE; 
+LoadSettingDword(szSettingsKey, L"EnableAutotray", dwValue);
+TaskBarSettings.bHideInactiveIcons = (dwValue != 0); 
 
-LoadSettingDword(szAdvancedSettingsKey, TEXT("TaskbarGlomming"), dwValue);
-TaskBarSettings.bGroupButtons = (dwValue != 0) ? TRUE : FALSE;
+LoadSettingDword(szAdvancedSettingsKey, L"TaskbarGlomming", dwValue);
+TaskBarSettings.bGroupButtons = (dwValue != 0);
 
 TaskBarSettings.bShowQuickLaunch = TRUE;//FIXME: Where is this stored, 
and how?
 
@@ -53,10 +53,10 @@
 VOID
 SaveTaskBarSettings(VOID)
 {
-SaveSettingDword(szAdvancedSettingsKey, TEXT("TaskbarSizeMove"), 
TaskBarSettings.bLock);
-SaveSettingDword(szAdvancedSettingsKey, TEXT("ShowSeconds"), 
TaskBarSettings.bShowSeconds);
-SaveSettingDword(szSettingsKey, TEXT("EnableAutotray"), 
TaskBarSettings.bHideInactiveIcons);
-SaveSettingDword(szAdvancedSettingsKey, TEXT("TaskbarGlomming"), 
TaskBarSettings.bGroupButtons);
+SaveSettingDword(szAdvancedSettingsKey, L"TaskbarSizeMove", 
TaskBarSettings.bLock);
+SaveSettingDword(szAdvancedSettingsKey, L"ShowSeconds", 
TaskBarSettings.bShowSeconds);
+SaveSettingDword(szSettingsKey, L"EnableAutotray", 
TaskBarSettings.bHideInactiveIcons);
+SaveSettingDword(szAdvancedSettingsKey, L"TaskbarGlomming", 
TaskBarSettings.bGroupButtons);
 
 /* FIXME: Show Clock, AutoHide and Always on top are stored in the 
stuckrects2 key but are not written to it with a click on apply. How is this 
done instead?
AutoHide writes something to 
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\Components\0 
figure out what and why */




[ros-diffs] [rnaumann] 74501: [EXPLORER] Addendum to r74500. Those 2 commits belong to CORE-11498

2017-05-08 Thread rnaumann
Author: rnaumann
Date: Mon May  8 15:50:07 2017
New Revision: 74501

URL: http://svn.reactos.org/svn/reactos?rev=74501&view=rev
Log:
[EXPLORER] Addendum to r74500. Those 2 commits belong to CORE-11498

Modified:
trunk/reactos/base/shell/explorer/settings.cpp

Modified: trunk/reactos/base/shell/explorer/settings.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/settings.cpp?rev=74501&r1=74500&r2=74501&view=diff
==
--- trunk/reactos/base/shell/explorer/settings.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/settings.cpp  [iso-8859-1] Mon May  8 
15:50:07 2017
@@ -30,13 +30,13 @@
 DWORD dwValue = NULL;
 
 LoadSettingDword(szAdvancedSettingsKey, TEXT("TaskbarSizeMove"), dwValue);
-TaskBarSettings.bLock = (dwValue != 0) ? TRUE : FALSE;
+TaskBarSettings.bLock = (dwValue != 0) ? FALSE : TRUE;
 
 LoadSettingDword(szAdvancedSettingsKey, TEXT("ShowSeconds"), dwValue);
 TaskBarSettings.bShowSeconds = (dwValue != 0) ? TRUE : FALSE;
 
 LoadSettingDword(szSettingsKey, TEXT("EnableAutotray"), dwValue);
-TaskBarSettings.bHideInactiveIcons = TRUE; 
+TaskBarSettings.bHideInactiveIcons = (dwValue != 0) ? TRUE : FALSE; 
 
 LoadSettingDword(szAdvancedSettingsKey, TEXT("TaskbarGlomming"), dwValue);
 TaskBarSettings.bGroupButtons = (dwValue != 0) ? TRUE : FALSE;




[ros-diffs] [rnaumann] 74500: [EXPLORER] - Load and save "Lock Taskbar", "Hide inactive icons", and "Group similar taskbar buttons". Verified on Win2k3 via "Nirsoft RegFromApp". - use a loader functio

2017-05-08 Thread rnaumann
Author: rnaumann
Date: Mon May  8 15:27:33 2017
New Revision: 74500

URL: http://svn.reactos.org/svn/reactos?rev=74500&view=rev
Log:
[EXPLORER] 
- Load and save "Lock Taskbar", "Hide inactive icons", and "Group similar 
taskbar buttons". Verified on Win2k3 via "Nirsoft RegFromApp".
- use a loader function for registry values.
- save the "show seconds" setting together with the other explorer settings 
instead of a ROS specific key.
- Add some documentation comments.

Modified:
trunk/reactos/base/shell/explorer/precomp.h
trunk/reactos/base/shell/explorer/settings.cpp
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/precomp.h?rev=74500&r1=74499&r2=74500&view=diff
==
--- trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] Mon May  8 
15:27:33 2017
@@ -200,6 +200,10 @@
 SaveTaskBarSettings(VOID);
 
 BOOL
+LoadSettingDword(IN LPCWSTR pszKeyName,
+ IN LPCWSTR pszValueName,
+ OUT DWORD &dwValue);
+BOOL
 SaveSettingDword(IN LPCWSTR pszKeyName,
  IN LPCWSTR pszValueName,
  IN DWORD dwValue);

Modified: trunk/reactos/base/shell/explorer/settings.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/settings.cpp?rev=74500&r1=74499&r2=74500&view=diff
==
--- trunk/reactos/base/shell/explorer/settings.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/settings.cpp  [iso-8859-1] Mon May  8 
15:27:33 2017
@@ -21,40 +21,66 @@
 #include "precomp.h"
 
 TASKBAR_SETTINGS TaskBarSettings;
-const WCHAR szAdvancedSettingsKey[] = L"Software\\ReactOS\\Features\\Explorer";
+const WCHAR szSettingsKey[] = 
L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer";
+const WCHAR szAdvancedSettingsKey[] = 
L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced";
 
 VOID
 LoadTaskBarSettings(VOID)
 {
-HKEY hKey;
-
-/* Set defaults */
-TaskBarSettings.bLock = TRUE;
+DWORD dwValue = NULL;
+
+LoadSettingDword(szAdvancedSettingsKey, TEXT("TaskbarSizeMove"), dwValue);
+TaskBarSettings.bLock = (dwValue != 0) ? TRUE : FALSE;
+
+LoadSettingDword(szAdvancedSettingsKey, TEXT("ShowSeconds"), dwValue);
+TaskBarSettings.bShowSeconds = (dwValue != 0) ? TRUE : FALSE;
+
+LoadSettingDword(szSettingsKey, TEXT("EnableAutotray"), dwValue);
+TaskBarSettings.bHideInactiveIcons = TRUE; 
+
+LoadSettingDword(szAdvancedSettingsKey, TEXT("TaskbarGlomming"), dwValue);
+TaskBarSettings.bGroupButtons = (dwValue != 0) ? TRUE : FALSE;
+
+TaskBarSettings.bShowQuickLaunch = TRUE;//FIXME: Where is this stored, 
and how?
+
+/* FIXME: The following settings are stored in stuckrects2, do they have 
to be load here too? */
+TaskBarSettings.bShowClock = TRUE;
 TaskBarSettings.bAutoHide = FALSE;
 TaskBarSettings.bAlwaysOnTop = FALSE;
-TaskBarSettings.bGroupButtons = TRUE;
-TaskBarSettings.bShowQuickLaunch = TRUE;
-TaskBarSettings.bShowClock = TRUE;
-TaskBarSettings.bShowSeconds = FALSE;
-TaskBarSettings.bHideInactiveIcons = TRUE;
 
-/* Check registry */
-if (RegOpenKeyW(HKEY_CURRENT_USER, szAdvancedSettingsKey, &hKey) == 
ERROR_SUCCESS)
-{
-DWORD dwValue, dwValueLength, dwType;
-
-dwValueLength = sizeof(dwValue);
-if (RegQueryValueExW(hKey, L"ShowSeconds", NULL, &dwType, 
(PBYTE)&dwValue, &dwValueLength) == ERROR_SUCCESS && dwType == REG_DWORD)
-TaskBarSettings.bShowSeconds = dwValue != 0;
-
-RegCloseKey(hKey);
-}
 }
 
 VOID
 SaveTaskBarSettings(VOID)
 {
+SaveSettingDword(szAdvancedSettingsKey, TEXT("TaskbarSizeMove"), 
TaskBarSettings.bLock);
 SaveSettingDword(szAdvancedSettingsKey, TEXT("ShowSeconds"), 
TaskBarSettings.bShowSeconds);
+SaveSettingDword(szSettingsKey, TEXT("EnableAutotray"), 
TaskBarSettings.bHideInactiveIcons);
+SaveSettingDword(szAdvancedSettingsKey, TEXT("TaskbarGlomming"), 
TaskBarSettings.bGroupButtons);
+
+/* FIXME: Show Clock, AutoHide and Always on top are stored in the 
stuckrects2 key but are not written to it with a click on apply. How is this 
done instead?
+   AutoHide writes something to 
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\Components\0 
figure out what and why */
+}
+
+BOOL
+LoadSettingDword(IN LPCWSTR pszKeyName,
+ IN LPCWSTR pszValueName,
+ OUT DWORD &dwValue)
+{
+ 

[ros-diffs] [rnaumann] 74311: [EXPLORER] Addendum to r74307: Fix copypasta CORE-11498

2017-04-14 Thread rnaumann
Author: rnaumann
Date: Fri Apr 14 18:25:05 2017
New Revision: 74311

URL: http://svn.reactos.org/svn/reactos?rev=74311&view=rev
Log:
[EXPLORER] Addendum to r74307: Fix copypasta CORE-11498

Modified:
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/trayprop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/trayprop.cpp?rev=74311&r1=74310&r2=74311&view=diff
==
--- trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] Fri Apr 14 
18:25:05 2017
@@ -240,14 +240,14 @@
 
 pPropInfo->hTaskbarWnd = hwnd;
 
-CheckDlgButton(hwnd, IDC_TASKBARPROP_SECONDS, TaskBarSettings.bLock ? 
BST_CHECKED : BST_UNCHECKED);
-CheckDlgButton(hwnd, IDC_TASKBARPROP_SECONDS, TaskBarSettings.bAutoHide ? 
BST_CHECKED : BST_UNCHECKED);
-CheckDlgButton(hwnd, IDC_TASKBARPROP_SECONDS, TaskBarSettings.bAlwaysOnTop 
? BST_CHECKED : BST_UNCHECKED);
-CheckDlgButton(hwnd, IDC_TASKBARPROP_SECONDS, 
TaskBarSettings.bGroupButtons ? BST_CHECKED : BST_UNCHECKED);
-CheckDlgButton(hwnd, IDC_TASKBARPROP_SECONDS, 
TaskBarSettings.bShowQuickLaunch ? BST_CHECKED : BST_UNCHECKED);
-CheckDlgButton(hwnd, IDC_TASKBARPROP_SECONDS, TaskBarSettings.bShowClock ? 
BST_CHECKED : BST_UNCHECKED);
+CheckDlgButton(hwnd, IDC_TASKBARPROP_LOCK, TaskBarSettings.bLock ? 
BST_CHECKED : BST_UNCHECKED);
+CheckDlgButton(hwnd, IDC_TASKBARPROP_HIDE, TaskBarSettings.bAutoHide ? 
BST_CHECKED : BST_UNCHECKED);
+CheckDlgButton(hwnd, IDC_TASKBARPROP_ONTOP, TaskBarSettings.bAlwaysOnTop ? 
BST_CHECKED : BST_UNCHECKED);
+CheckDlgButton(hwnd, IDC_TASKBARPROP_GROUP, TaskBarSettings.bGroupButtons 
? BST_CHECKED : BST_UNCHECKED);
+CheckDlgButton(hwnd, IDC_TASKBARPROP_SHOWQL, 
TaskBarSettings.bShowQuickLaunch ? BST_CHECKED : BST_UNCHECKED);
+CheckDlgButton(hwnd, IDC_TASKBARPROP_CLOCK, TaskBarSettings.bShowClock ? 
BST_CHECKED : BST_UNCHECKED);
 CheckDlgButton(hwnd, IDC_TASKBARPROP_SECONDS, TaskBarSettings.bShowSeconds 
? BST_CHECKED : BST_UNCHECKED);
-CheckDlgButton(hwnd, IDC_TASKBARPROP_SECONDS, 
TaskBarSettings.bHideInactiveIcons ? BST_CHECKED : BST_UNCHECKED);
+CheckDlgButton(hwnd, IDC_TASKBARPROP_HIDEICONS, 
TaskBarSettings.bHideInactiveIcons ? BST_CHECKED : BST_UNCHECKED);
 
 UpdateBitmaps(pPropInfo);
 }




[ros-diffs] [rnaumann] 74307: [EXPLORER] start reworking some code for loading/saving settings implementation CORE-11498 - Rename the settings structure to something more meaningful for using it for a

2017-04-14 Thread rnaumann
Author: rnaumann
Date: Fri Apr 14 18:08:34 2017
New Revision: 74307

URL: http://svn.reactos.org/svn/reactos?rev=74307&view=rev
Log:
[EXPLORER] start reworking some code for loading/saving settings implementation 
CORE-11498

- Rename the settings structure to something more meaningful for using it for 
all taskbar related settings
- define some default settings 
- check checkboxes with settings values in the properties window
- move saving the settings to an own function which will be implemented later

Modified:
trunk/reactos/base/shell/explorer/explorer.cpp
trunk/reactos/base/shell/explorer/precomp.h
trunk/reactos/base/shell/explorer/settings.cpp
trunk/reactos/base/shell/explorer/trayntfy.cpp
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/explorer.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/explorer.cpp?rev=74307&r1=74306&r2=74307&view=diff
==
--- trunk/reactos/base/shell/explorer/explorer.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/explorer.cpp  [iso-8859-1] Fri Apr 14 
18:08:34 2017
@@ -132,7 +132,7 @@
 hExplorerInstance = hInstance;
 hProcessHeap = GetProcessHeap();
 
-LoadAdvancedSettings();
+LoadTaskBarSettings();
 InitCommonControls();
 OleInitialize(NULL);
 

Modified: trunk/reactos/base/shell/explorer/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/precomp.h?rev=74307&r1=74306&r2=74307&view=diff
==
--- trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] Fri Apr 14 
18:08:34 2017
@@ -176,16 +176,25 @@
  */
 
 /* Structure to hold non-default options*/
-typedef struct _ADVANCED_SETTINGS
-{
+typedef struct _TASKBAR_SETTINGS
+{
+BOOL bLock;
+BOOL bAutoHide;
+BOOL bAlwaysOnTop;
+BOOL bGroupButtons;
+BOOL bShowQuickLaunch;
+BOOL bShowClock;
 BOOL bShowSeconds;
-} ADVANCED_SETTINGS, *PADVANCED_SETTINGS;
-
-extern ADVANCED_SETTINGS AdvancedSettings;
-extern const TCHAR szAdvancedSettingsKey [];
-
-VOID
-LoadAdvancedSettings(VOID);
+BOOL bHideInactiveIcons;
+} TASKBAR_SETTINGS, *PTASKBAR_SETTINGS;
+
+extern TASKBAR_SETTINGS TaskBarSettings;
+
+VOID
+LoadTaskBarSettings(VOID);
+
+VOID
+SaveTaskBarSettings(VOID);
 
 BOOL
 SaveSettingDword(IN LPCWSTR pszKeyName,

Modified: trunk/reactos/base/shell/explorer/settings.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/settings.cpp?rev=74307&r1=74306&r2=74307&view=diff
==
--- trunk/reactos/base/shell/explorer/settings.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/settings.cpp  [iso-8859-1] Fri Apr 14 
18:08:34 2017
@@ -20,16 +20,23 @@
 
 #include "precomp.h"
 
-ADVANCED_SETTINGS AdvancedSettings;
+TASKBAR_SETTINGS TaskBarSettings;
 const WCHAR szAdvancedSettingsKey[] = L"Software\\ReactOS\\Features\\Explorer";
 
 VOID
-LoadAdvancedSettings(VOID)
+LoadTaskBarSettings(VOID)
 {
 HKEY hKey;
 
 /* Set defaults */
-AdvancedSettings.bShowSeconds = FALSE;
+TaskBarSettings.bLock = TRUE;
+TaskBarSettings.bAutoHide = FALSE;
+TaskBarSettings.bAlwaysOnTop = FALSE;
+TaskBarSettings.bGroupButtons = TRUE;
+TaskBarSettings.bShowQuickLaunch = TRUE;
+TaskBarSettings.bShowClock = TRUE;
+TaskBarSettings.bShowSeconds = FALSE;
+TaskBarSettings.bHideInactiveIcons = TRUE;
 
 /* Check registry */
 if (RegOpenKeyW(HKEY_CURRENT_USER, szAdvancedSettingsKey, &hKey) == 
ERROR_SUCCESS)
@@ -38,10 +45,16 @@
 
 dwValueLength = sizeof(dwValue);
 if (RegQueryValueExW(hKey, L"ShowSeconds", NULL, &dwType, 
(PBYTE)&dwValue, &dwValueLength) == ERROR_SUCCESS && dwType == REG_DWORD)
-AdvancedSettings.bShowSeconds = dwValue != 0;
+TaskBarSettings.bShowSeconds = dwValue != 0;
 
 RegCloseKey(hKey);
 }
+}
+
+VOID
+SaveTaskBarSettings(VOID)
+{
+SaveSettingDword(szAdvancedSettingsKey, TEXT("ShowSeconds"), 
TaskBarSettings.bShowSeconds);
 }
 
 BOOL

Modified: trunk/reactos/base/shell/explorer/trayntfy.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/trayntfy.cpp?rev=74307&r1=74306&r2=74307&view=diff
==
--- trunk/reactos/base/shell/explorer/trayntfy.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/trayntfy.cpp  [iso-8859-1] Fri Apr 14 
18:08:34 2017
@@ -867,7 +867,7 @@
 if (ClockWndFormats[i].IsTime)
 {
 iRet = GetTimeFormat(LOCALE_U

[ros-diffs] [rnaumann] 74299: [CRT] remove a self assignment. CORE-8215 #resolve

2017-04-13 Thread rnaumann
Author: rnaumann
Date: Thu Apr 13 19:09:31 2017
New Revision: 74299

URL: http://svn.reactos.org/svn/reactos?rev=74299&view=rev
Log:
[CRT] remove a self assignment. CORE-8215 #resolve

Modified:
trunk/reactos/sdk/lib/crt/stdlib/qsort.c

Modified: trunk/reactos/sdk/lib/crt/stdlib/qsort.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/lib/crt/stdlib/qsort.c?rev=74299&r1=74298&r2=74299&view=diff
==
--- trunk/reactos/sdk/lib/crt/stdlib/qsort.c[iso-8859-1] (original)
+++ trunk/reactos/sdk/lib/crt/stdlib/qsort.c[iso-8859-1] Thu Apr 13 
19:09:31 2017
@@ -189,7 +189,6 @@
 
   if (size == 0)
 return;
-  compar = compar;
   thresh = size * THRESH;
   max = base + n * size;
   if (n >= THRESH)




[ros-diffs] [rnaumann] 74298: [UXTHEME] DrawNCPreview(): Fix copypasta

2017-04-13 Thread rnaumann
Author: rnaumann
Date: Thu Apr 13 17:41:27 2017
New Revision: 74298

URL: http://svn.reactos.org/svn/reactos?rev=74298&view=rev
Log:
[UXTHEME] DrawNCPreview(): Fix copypasta

Modified:
trunk/reactos/dll/win32/uxtheme/nonclient.c

Modified: trunk/reactos/dll/win32/uxtheme/nonclient.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/uxtheme/nonclient.c?rev=74298&r1=74297&r2=74298&view=diff
==
--- trunk/reactos/dll/win32/uxtheme/nonclient.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/uxtheme/nonclient.c [iso-8859-1] Thu Apr 13 
17:41:27 2017
@@ -1105,7 +1105,7 @@
 if (!context.theme)
 return E_FAIL;
 context.scrolltheme = OpenThemeDataFromFile(hThemeFile, hwndDummy, 
L"SCROLLBAR", 0);
-if (!context.theme)
+if (!context.scrolltheme)
 return E_FAIL;
 context.Active = TRUE;
 context.wi.cbSize = sizeof(context.wi);




[ros-diffs] [rnaumann] 74274: [EXPLORER] Add modern start menu bitmap by Jared Smudde

2017-04-03 Thread rnaumann
Author: rnaumann
Date: Mon Apr  3 18:39:52 2017
New Revision: 74274

URL: http://svn.reactos.org/svn/reactos?rev=74274&view=rev
Log:
[EXPLORER] Add modern start menu bitmap by Jared Smudde

Added:
trunk/reactos/base/shell/explorer/res/bmp/170.bmp   (with props)
Modified:
trunk/reactos/base/shell/explorer/explorer.rc

Modified: trunk/reactos/base/shell/explorer/explorer.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/explorer.rc?rev=74274&r1=74273&r2=74274&view=diff
==
--- trunk/reactos/base/shell/explorer/explorer.rc   [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/explorer.rc   [iso-8859-1] Mon Apr  3 
18:39:52 2017
@@ -51,7 +51,7 @@
 IDB_SYSTRAYPROP_SHOW_SECONDSBITMAP "res/bmp/154.bmp"
 IDB_SYSTRAYPROP_HIDE_SECONDSBITMAP "res/bmp/155.bmp"
 IDB_STARTMENU   BITMAP "res/bmp/158.bmp"
-IDB_STARTPREVIEWBITMAP "res/bmp/171.bmp" // We don't have 
a proper preview image for the modern start menu yet. Use the classic one so 
far.
+IDB_STARTPREVIEWBITMAP "res/bmp/170.bmp"
 IDB_STARTPREVIEW_CLASSICBITMAP "res/bmp/171.bmp"
 IDB_SYSTRAYPROP_HIDE_CLOCK  BITMAP "res/bmp/180.bmp"
 IDB_SYSTRAYPROP_HIDE_NOCLOCKBITMAP "res/bmp/181.bmp"

Added: trunk/reactos/base/shell/explorer/res/bmp/170.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/170.bmp?rev=74274
==
Binary file - no diff available.

Propchange: trunk/reactos/base/shell/explorer/res/bmp/170.bmp
--
svn:mime-type = application/octet-stream




[ros-diffs] [rnaumann] 74243: [EXPLORER] -implement showing the start menu preview

2017-03-29 Thread rnaumann
Author: rnaumann
Date: Wed Mar 29 18:37:06 2017
New Revision: 74243

URL: http://svn.reactos.org/svn/reactos?rev=74243&view=rev
Log:
[EXPLORER] -implement showing the start menu preview

Modified:
trunk/reactos/base/shell/explorer/explorer.rc
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/explorer.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/explorer.rc?rev=74243&r1=74242&r2=74243&view=diff
==
--- trunk/reactos/base/shell/explorer/explorer.rc   [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/explorer.rc   [iso-8859-1] Wed Mar 29 
18:37:06 2017
@@ -51,6 +51,7 @@
 IDB_SYSTRAYPROP_SHOW_SECONDSBITMAP "res/bmp/154.bmp"
 IDB_SYSTRAYPROP_HIDE_SECONDSBITMAP "res/bmp/155.bmp"
 IDB_STARTMENU   BITMAP "res/bmp/158.bmp"
+IDB_STARTPREVIEWBITMAP "res/bmp/171.bmp" // We don't have 
a proper preview image for the modern start menu yet. Use the classic one so 
far.
 IDB_STARTPREVIEW_CLASSICBITMAP "res/bmp/171.bmp"
 IDB_SYSTRAYPROP_HIDE_CLOCK  BITMAP "res/bmp/180.bmp"
 IDB_SYSTRAYPROP_HIDE_NOCLOCKBITMAP "res/bmp/181.bmp"

Modified: trunk/reactos/base/shell/explorer/trayprop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/trayprop.cpp?rev=74243&r1=74242&r2=74243&view=diff
==
--- trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] Wed Mar 29 
18:37:06 2017
@@ -28,17 +28,18 @@
 
 HBITMAP hTaskbarBitmap;
 HBITMAP hTrayBitmap;
+HBITMAP hStartBitmap;
 } PROPSHEET_INFO, *PPROPSHEET_INFO;
 
 
 static BOOL
-UpdateTaskbarBitmap(PPROPSHEET_INFO pPropInfo)
-{
-HWND hwndLock, hwndHide, hwndGroup, hwndShowQL, hwndClock, hwndSeconds, 
hwndHideInactive;
-HWND hwndTaskbarBitmap, hwndTrayBitmap;
-HWND hwndAdvancedButton;
+UpdateBitmaps(PPROPSHEET_INFO pPropInfo)
+{
+HWND hwndLock, hwndHide, hwndGroup, hwndShowQL, hwndClock, hwndSeconds, 
hwndHideInactive, hwndModernStart, hwndClassicStart;
+HWND hwndTaskbarBitmap, hwndTrayBitmap, hwndStartBitmap;
+HWND hwndCustomizeNotifyButton, hwndCustomizeClassicStartButton, 
hwndCustomizeModernStartButton;
 BOOL bLock, bHide, bGroup, bShowQL, bShowClock, bShowSeconds, 
bHideInactive;
-LPTSTR lpTaskBarImageName = NULL, lpTrayImageName = NULL;
+LPTSTR lpTaskBarImageName = NULL, lpTrayImageName = NULL, lpStartImageName 
= NULL;
 BOOL bRet = FALSE;
 
 hwndLock = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_LOCK);
@@ -50,7 +51,15 @@
 hwndSeconds = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_SECONDS);
 hwndHideInactive = GetDlgItem(pPropInfo->hTaskbarWnd, 
IDC_TASKBARPROP_HIDEICONS);
 
-hwndAdvancedButton = GetDlgItem(pPropInfo->hTaskbarWnd, 
IDC_TASKBARPROP_ICONCUST);
+hwndCustomizeNotifyButton = GetDlgItem(pPropInfo->hTaskbarWnd, 
IDC_TASKBARPROP_ICONCUST);
+
+hwndModernStart = GetDlgItem(pPropInfo->hStartWnd, 
IDC_TASKBARPROP_STARTMENU);
+hwndClassicStart = GetDlgItem(pPropInfo->hStartWnd, 
IDC_TASKBARPROP_STARTMENUCLASSIC);
+
+hwndCustomizeClassicStartButton = GetDlgItem(pPropInfo->hTaskbarWnd, 
IDC_TASKBARPROP_STARTMENUCLASSICCUST);
+hwndCustomizeModernStartButton = GetDlgItem(pPropInfo->hTaskbarWnd, 
IDC_TASKBARPROP_STARTMENUCUST);
+
+
 
 if (hwndLock && hwndHide && hwndGroup && hwndShowQL && hwndClock && 
hwndSeconds && hwndHideInactive)
 {
@@ -112,7 +121,7 @@
 
 if (bHideInactive)
 {
-EnableWindow(hwndAdvancedButton, TRUE);
+EnableWindow(hwndCustomizeNotifyButton, TRUE);
 if (bShowClock)
 {
 EnableWindow(hwndSeconds, TRUE);
@@ -130,7 +139,7 @@
 }
 else
 {
-EnableWindow(hwndAdvancedButton, FALSE);
+EnableWindow(hwndCustomizeNotifyButton, FALSE);
 if (bShowClock)
 {
 EnableWindow(hwndSeconds, TRUE);
@@ -174,6 +183,49 @@
 }
 }
 }
+
+if(hwndClassicStart && hwndModernStart)
+{
+if(SendMessage(hwndModernStart, BM_GETCHECK, 0, 0) == BST_CHECKED)
+{
+EnableWindow(hwndCustomizeModernStartButton, TRUE);
+EnableWindow(hwndCustomizeClassicStartButton, FALSE);
+lpStartImageName = MAKEINTRESOURCEW(IDB_STARTPREVIEW);
+}
+else
+{
+EnableWindow(hwndCustomizeModernStartButton, FALSE);
+EnableWindow(hwndCustomizeClassicStartButton, T

[ros-diffs] [rnaumann] 74175: [EXPLORER] Show the notification settings dialog from it's context menu entry

2017-03-15 Thread rnaumann
Author: rnaumann
Date: Wed Mar 15 15:08:39 2017
New Revision: 74175

URL: http://svn.reactos.org/svn/reactos?rev=74175&view=rev
Log:
[EXPLORER] Show the notification settings dialog from it's context menu entry

Modified:
trunk/reactos/base/shell/explorer/traywnd.cpp

Modified: trunk/reactos/base/shell/explorer/traywnd.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/traywnd.cpp?rev=74175&r1=74174&r2=74175&view=diff
==
--- trunk/reactos/base/shell/explorer/traywnd.cpp   [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/traywnd.cpp   [iso-8859-1] Wed Mar 15 
15:08:39 2017
@@ -511,6 +511,7 @@
 break;
 
 case ID_SHELL_CMD_CUST_NOTIF:
+ShowCustomizeNotifyIcons(hExplorerInstance, m_hWnd);
 break;
 
 case ID_SHELL_CMD_ADJUST_DAT:




[ros-diffs] [rnaumann] 74168: [EXPLORER] Now that CORE-10575 is correctly fixed, delete the old and obsolete start icon. Final part of CORE-10030

2017-03-14 Thread rnaumann
Author: rnaumann
Date: Tue Mar 14 15:08:11 2017
New Revision: 74168

URL: http://svn.reactos.org/svn/reactos?rev=74168&view=rev
Log:
[EXPLORER] Now that CORE-10575 is correctly fixed, delete the old and obsolete 
start icon. Final part of CORE-10030

Removed:
trunk/reactos/base/shell/explorer/res/ico/4711.ico
Modified:
trunk/reactos/base/shell/explorer/explorer.rc
trunk/reactos/base/shell/explorer/resource.h

Modified: trunk/reactos/base/shell/explorer/explorer.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/explorer.rc?rev=74168&r1=74167&r2=74168&view=diff
==
--- trunk/reactos/base/shell/explorer/explorer.rc   [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/explorer.rc   [iso-8859-1] Tue Mar 14 
15:08:11 2017
@@ -32,7 +32,6 @@
 IDI_MAILICON "res/ico/254.ico"
 IDI_MAILSMALL   ICON "res/ico/256.ico"
 IDI_STARTMENU2  ICON "res/ico/257.ico"
-IDI_START   ICON "res/ico/4711.ico"
 
 
 
/***\

Removed: trunk/reactos/base/shell/explorer/res/ico/4711.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ico/4711.ico?rev=74167
==
Binary file - no diff available.

Modified: trunk/reactos/base/shell/explorer/resource.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/resource.h?rev=74168&r1=74167&r2=74168&view=diff
==
--- trunk/reactos/base/shell/explorer/resource.h[iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/resource.h[iso-8859-1] Tue Mar 14 
15:08:11 2017
@@ -24,7 +24,6 @@
 #define IDI_MAIL254
 #define IDI_MAILSMALL   256
 #define IDI_STARTMENU2  257
-#define IDI_START   4711
 
 
/***\
 |*   Bitmap Resources  
*|




[ros-diffs] [rnaumann] 74158: [EXPLORER] use a checkmark instead of a radio button for the "Lock the taskbar" option. CORE-12760 #resolve

2017-03-13 Thread rnaumann
Author: rnaumann
Date: Mon Mar 13 10:36:46 2017
New Revision: 74158

URL: http://svn.reactos.org/svn/reactos?rev=74158&view=rev
Log:
[EXPLORER] use a checkmark instead of a radio button for the "Lock the taskbar" 
option. CORE-12760 #resolve

Modified:
trunk/reactos/base/shell/explorer/traywnd.cpp

Modified: trunk/reactos/base/shell/explorer/traywnd.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/traywnd.cpp?rev=74158&r1=74157&r2=74158&view=diff
==
--- trunk/reactos/base/shell/explorer/traywnd.cpp   [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/traywnd.cpp   [iso-8859-1] Mon Mar 13 
10:36:46 2017
@@ -3091,8 +3091,6 @@
 
 TRACE("Adding item %d label %S type %d\n", mii.wID, 
mii.dwTypeData, mii.fType);
 
-mii.fType |= MFT_RADIOCHECK;
-
 ::InsertMenuItemW(hPopup, i + 1, TRUE, &mii);
 }
 




[ros-diffs] [rnaumann] 74057: [DESK] Fix Font Smoothing Dropdown Field. Patch by Katayama Hirofumi MZ CORE-12568

2017-03-04 Thread rnaumann
Author: rnaumann
Date: Sat Mar  4 18:12:42 2017
New Revision: 74057

URL: http://svn.reactos.org/svn/reactos?rev=74057&view=rev
Log:
[DESK] Fix Font Smoothing Dropdown Field. Patch by Katayama Hirofumi MZ 
CORE-12568

Modified:
trunk/reactos/dll/cpl/desk/effappdlg.c

Modified: trunk/reactos/dll/cpl/desk/effappdlg.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/desk/effappdlg.c?rev=74057&r1=74056&r2=74057&view=diff
==
--- trunk/reactos/dll/cpl/desk/effappdlg.c  [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/desk/effappdlg.c  [iso-8859-1] Sat Mar  4 
18:12:42 2017
@@ -58,16 +58,13 @@
 static VOID
 AddToCombobox(INT Combo, HWND hwndDlg, INT From, INT To)
 {
-INT iElement, iListIndex, i = 0;
+INT iElement;
 TCHAR tstrText[80];
 
-if (Combo == IDC_EFFAPPEARANCE_SMOOTHINGTYPE) i = 1;
-
-for (iElement = From; iElement<=To; iElement++)
+for (iElement = From; iElement <= To; iElement++)
 {
 LoadString(hApplet, iElement, (LPTSTR)tstrText, ARRAYSIZE(tstrText));
-iListIndex = SendDlgItemMessage(hwndDlg, Combo, CB_ADDSTRING, 0, 
(LPARAM)tstrText);
-SendDlgItemMessageW(hwndDlg, Combo, CB_SETITEMDATA, 
(WPARAM)iListIndex, (LPARAM)i++);
+SendDlgItemMessage(hwndDlg, Combo, CB_ADDSTRING, 0, (LPARAM)tstrText);
 }
 }
 
@@ -159,10 +156,14 @@
 case IDC_EFFAPPEARANCE_SMOOTHINGTYPE:
 if (HIWORD(wParam) == CBN_SELCHANGE)
 {
-INT fontTypeIndex = SendDlgItemMessageW(hwndDlg, 
IDC_EFFAPPEARANCE_SMOOTHINGTYPE, CB_GETCURSEL, 0, 0);
+INT Index =
+SendDlgItemMessageW(hwndDlg, 
IDC_EFFAPPEARANCE_SMOOTHINGTYPE,
+CB_GETCURSEL, 0, 0);
 
-g->SchemeAdv.Effects.bMenuFade   = 
SendDlgItemMessageW(hwndDlg, IDC_EFFAPPEARANCE_ANIMATIONTYPE, CB_GETCURSEL, 
  0, 0);
-g->SchemeAdv.Effects.uiFontSmoothingType = 
SendDlgItemMessageW(hwndDlg, IDC_EFFAPPEARANCE_SMOOTHINGTYPE, CB_GETITEMDATA, 
fontTypeIndex, 0);
+g->SchemeAdv.Effects.bMenuFade =
+SendDlgItemMessageW(hwndDlg, 
IDC_EFFAPPEARANCE_ANIMATIONTYPE,
+CB_GETCURSEL, 0, 0);
+g->SchemeAdv.Effects.uiFontSmoothingType = (Index == 
CB_ERR) ? 0 : (Index + 1);
 
 UpdateControls(hwndDlg, g);
 }




[ros-diffs] [rnaumann] 74040: [FONTS] Add Libre Franklin Font v4.0.15 [USETUP] Add Font Substitutions for Franklin Gothic and MS Trebuchet CORE-12878 CORE-12877 Now Luna uses better fonts but the font

2017-03-03 Thread rnaumann
Author: rnaumann
Date: Fri Mar  3 22:07:00 2017
New Revision: 74040

URL: http://svn.reactos.org/svn/reactos?rev=74040&view=rev
Log:
[FONTS] Add Libre Franklin Font v4.0.15
[USETUP] Add Font Substitutions for Franklin Gothic and MS Trebuchet CORE-12878 
CORE-12877

Now Luna uses better fonts but the font styles are still not used.

Added:
trunk/reactos/media/fonts/LibreFranklin-Black.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-BlackItalic.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-Bold.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-BoldItalic.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-ExtraBold.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-ExtraBoldItalic.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-ExtraLight.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-ExtraLightItalic.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-Italic.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-Light.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-LightItalic.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-Medium.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-MediumItalic.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-Regular.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-SemiBold.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-SemiBoldItalic.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-Thin.ttf   (with props)
trunk/reactos/media/fonts/LibreFranklin-ThinItalic.ttf   (with props)
trunk/reactos/media/fonts/doc/LibreFranklin/
trunk/reactos/media/fonts/doc/LibreFranklin/SIL Open Font License.txt   
(with props)
Modified:
trunk/reactos/base/setup/usetup/muifonts.h
trunk/reactos/media/fonts/CMakeLists.txt

Modified: trunk/reactos/base/setup/usetup/muifonts.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/muifonts.h?rev=74040&r1=74039&r2=74040&view=diff
==
--- trunk/reactos/base/setup/usetup/muifonts.h  [iso-8859-1] (original)
+++ trunk/reactos/base/setup/usetup/muifonts.h  [iso-8859-1] Fri Mar  3 
22:07:00 2017
@@ -4,110 +4,122 @@
 {
 /*FontSubstitute  */
 
-{ L"Arial",   L"Liberation Sans" },
-{ L"Courier", L"FreeMono" },
-{ L"Courier New", L"FreeMono" },
-{ L"Fixedsys",L"Fixedsys Excelsior 3.01-L2" },
-{ L"Helv",L"Tahoma" },
-{ L"Helvetica",   L"Liberation Sans" },
-{ L"Lucida Console",  L"DejaVu Sans Mono" },
-{ L"MS Sans Serif",   L"Tahoma" },
-{ L"MS Shell Dlg",L"Tahoma" },
-{ L"MS Shell Dlg 2",  L"Tahoma" },
-{ L"Tahoma",  L"Tahoma" },
-{ L"Terminal",L"DejaVu Sans Mono" },
-{ L"Times New Roman", L"Liberation Serif" },
+{ L"Arial",  L"Liberation Sans" },
+{ L"Courier",L"FreeMono" },
+{ L"Courier New",L"FreeMono" },
+{ L"Fixedsys",   L"Fixedsys Excelsior 3.01-L2" },
+{ L"Franklin Gothic Medium", L"Libre Franklin" },
+{ L"Helv",   L"Tahoma" },
+{ L"Helvetica",  L"Liberation Sans" },
+{ L"Lucida Console", L"DejaVu Sans Mono" },
+{ L"MS Sans Serif",  L"Tahoma" },
+{ L"MS Shell Dlg",   L"Tahoma" },
+{ L"MS Shell Dlg 2", L"Tahoma" },
+{ L"Tahoma", L"Tahoma" },
+{ L"Terminal",   L"DejaVu Sans Mono" },
+{ L"Times New Roman",L"Liberation Serif" },
+{ L"Trebuchet MS",   L"Open Sans" },
 { NULL, NULL }
 };
 
 MUI_SUBFONT CyrillicFonts[] =
 {
-{ L"Arial",   L"Liberation Sans" },
-{ L"Courier", L"FreeMono" },
-{ L"Courier New", L"FreeMono" },
-{ L"Fixedsys",L"Fixedsys Excelsior 3.01-L2" },
-{ L"Helv",L"Tahoma" },
-{ L"Helvetica",   L"Liberation Sans" },
-{ L"Lucida Console",  L"DejaVu Sans Mono" },
-{ L"MS Sans Serif",   L"Tahoma" },
-{ L"MS Shell Dlg",L"Tahoma" },
-{ L&

[ros-diffs] [rnaumann] 73593: [SUBST] improve/fix German translation. Patch by "Joefish". CORE-12654 #resolve

2017-01-24 Thread rnaumann
Author: rnaumann
Date: Tue Jan 24 22:22:58 2017
New Revision: 73593

URL: http://svn.reactos.org/svn/reactos?rev=73593&view=rev
Log:
[SUBST] improve/fix German translation. Patch by "Joefish". CORE-12654 #resolve

Modified:
trunk/reactos/base/system/subst/lang/de-DE.rc

Modified: trunk/reactos/base/system/subst/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/subst/lang/de-DE.rc?rev=73593&r1=73592&r2=73593&view=diff
==
--- trunk/reactos/base/system/subst/lang/de-DE.rc   [iso-8859-1] (original)
+++ trunk/reactos/base/system/subst/lang/de-DE.rc   [iso-8859-1] Tue Jan 24 
22:22:58 2017
@@ -4,17 +4,17 @@
 BEGIN
 IDS_INCORRECT_PARAMETER_COUNT "Falsche Anzahl an Parametern - %s\n"
 IDS_INVALID_PARAMETER "Falsche Anzahl an Parametern - %s\n"
-IDS_INVALID_PARAMETER2 "Falscher Parameter - %s\n"
-IDS_PATH_NOT_FOUND "Path not found - %s\n"
-IDS_ACCESS_DENIED "Access denied - %s\n"
+IDS_INVALID_PARAMETER2 "Ungültiger Parameter - %s\n"
+IDS_PATH_NOT_FOUND "Pfad nicht gefunden - %s\n"
+IDS_ACCESS_DENIED "Zugriff verweigert - %s\n"
 IDS_DRIVE_ALREADY_SUBSTED "SUBST wurde hier schon ausgeführt.\n"
 IDS_FAILED_WITH_ERRORCODE "Fehlgeschlagen - Code 0x%x: %s\n"
-IDS_USAGE "Weist einem Pfad einen Laufwerksbuchstaben zu.n\n\
+IDS_USAGE "Weist einem Pfad einen Laufwerksbuchstaben zu.\n\n\
 SUBST [Laufwerk1: [Laufwerk2:]Pfad]\n\
 SUBST Laufwerk1: /D\n\n\
   Laufwerk1:Laufwerksbezeichnung, die dem Pfad zugewiesen werden 
soll.\n\
   [Laufwerk2:]Pfad  Laufwerk und Pfad, die als virtuelles Laufwerk 
(Laufwerk1:)\n\
-angesprochen werden sollen.\n\
+zugewiesen werden sollen.\n\
   /DLöscht ein virtuelles Laufwerk.\n\n\
-SUBST ohne Parameter zeigt alle bereits erstellten, virtuellen Laufwerke an.\n"
+SUBST ohne Parameter zeigt alle aktiven virtuellen Laufwerke an.\n"
 END




[ros-diffs] [rnaumann] 73592: [HELP] Small grammar correction. Based on parch by Doug Lyons. CORE-12669 #resolve

2017-01-24 Thread rnaumann
Author: rnaumann
Date: Tue Jan 24 22:18:24 2017
New Revision: 73592

URL: http://svn.reactos.org/svn/reactos?rev=73592&view=rev
Log:
[HELP] Small grammar correction. Based on parch by Doug Lyons. CORE-12669 
#resolve

Modified:
trunk/reactos/base/applications/cmdutils/help/lang/en-US.rc

Modified: trunk/reactos/base/applications/cmdutils/help/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/cmdutils/help/lang/en-US.rc?rev=73592&r1=73591&r2=73592&view=diff
==
--- trunk/reactos/base/applications/cmdutils/help/lang/en-US.rc [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/cmdutils/help/lang/en-US.rc [iso-8859-1] 
Tue Jan 24 22:18:24 2017
@@ -38,7 +38,7 @@
 GOTO Directs the ReactOS command interpreter to a labeled line in\n\
  a batch program.\n\
 HELP Provides Help information for ReactOS commands.\n\
-HISTORY  List all commands which has been used\n\
+HISTORY  Lists all commands which have been used.\n\
 IF   Performs conditional processing in batch programs.\n\
 LABELCreates, changes, or deletes the volume label of a disk.\n\
 MD   Creates a directory.\n\




[ros-diffs] [rnaumann] 73455: [MSTSC] Decrease the size of the header font as it was cropped in some languages.

2016-12-14 Thread rnaumann
Author: rnaumann
Date: Wed Dec 14 21:10:35 2016
New Revision: 73455

URL: http://svn.reactos.org/svn/reactos?rev=73455&view=rev
Log:
[MSTSC] Decrease the size of the header font as it was cropped in some 
languages.

Modified:
trunk/reactos/base/applications/mstsc/connectdialog.c

Modified: trunk/reactos/base/applications/mstsc/connectdialog.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mstsc/connectdialog.c?rev=73455&r1=73454&r2=73455&view=diff
==
--- trunk/reactos/base/applications/mstsc/connectdialog.c   [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/mstsc/connectdialog.c   [iso-8859-1] 
Wed Dec 14 21:10:35 2016
@@ -1244,7 +1244,7 @@
 szBuffer,
 sizeof(szBuffer) / sizeof(WCHAR)))
 {
-lf.lfHeight = 24;
+lf.lfHeight = 20;
 lf.lfCharSet = OEM_CHARSET;
 lf.lfQuality = DEFAULT_QUALITY;
 lf.lfWeight = FW_MEDIUM;
@@ -1282,7 +1282,7 @@
 szBuffer,
 sizeof(szBuffer) / sizeof(WCHAR)))
 {
-lf.lfHeight = 30;
+lf.lfHeight = 24;
 lf.lfCharSet = OEM_CHARSET;
 lf.lfQuality = DEFAULT_QUALITY;
 lf.lfWeight = FW_EXTRABOLD;




[ros-diffs] [rnaumann] 73415: [TIMEDATE] Update/Fix German and French resource files. Patch by Joachim Henze and Kyle Katarn. CORE-12369

2016-12-02 Thread rnaumann
Author: rnaumann
Date: Fri Dec  2 22:36:21 2016
New Revision: 73415

URL: http://svn.reactos.org/svn/reactos?rev=73415&view=rev
Log:
[TIMEDATE] Update/Fix German and French resource files. Patch by Joachim Henze 
and Kyle Katarn. CORE-12369

Modified:
trunk/reactos/dll/cpl/timedate/lang/de-DE.rc
trunk/reactos/dll/cpl/timedate/lang/fr-FR.rc

Modified: trunk/reactos/dll/cpl/timedate/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/timedate/lang/de-DE.rc?rev=73415&r1=73414&r2=73415&view=diff
==
--- trunk/reactos/dll/cpl/timedate/lang/de-DE.rc[iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/timedate/lang/de-DE.rc[iso-8859-1] Fri Dec  2 
22:36:21 2016
@@ -37,7 +37,7 @@
 AUTOCHECKBOX "Automatisch mit einem Internetzeitserver synchronisieren",
  IDC_AUTOSYNC, 11, 7, 241, 10, BS_AUTOCHECKBOX | WS_GROUP | 
WS_TABSTOP
 LTEXT "Server:", IDC_SERVERTEXT, 34, 22, 28, 13
-PUSHBUTTON "Jetzt aktualisieren", IDC_UPDATEBUTTON, 187, 22, 49, 14
+PUSHBUTTON "Aktualisieren", IDC_UPDATEBUTTON, 187, 22, 49, 14
 LTEXT "", IDC_SUCSYNC, 16, 54, 214, 23
 LTEXT "", IDC_NEXTSYNC, 12, 96, 137, 12
 LTEXT "Zum Synchronisieren muss der Computer mit dem Internet verbunden 
sein.", -1, 12, 114, 225, 25

Modified: trunk/reactos/dll/cpl/timedate/lang/fr-FR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/timedate/lang/fr-FR.rc?rev=73415&r1=73414&r2=73415&view=diff
==
--- trunk/reactos/dll/cpl/timedate/lang/fr-FR.rc[iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/timedate/lang/fr-FR.rc[iso-8859-1] Fri Dec  2 
22:36:21 2016
@@ -37,7 +37,7 @@
 AUTOCHECKBOX "Synchroniser automatiquement avec un serveur d'heure 
Internet",
  IDC_AUTOSYNC, 11, 7, 241, 10, BS_AUTOCHECKBOX | WS_GROUP | 
WS_TABSTOP
 LTEXT "Serveur:", IDC_SERVERTEXT, 34, 22, 28, 13
-PUSHBUTTON "Mettre à jour maintenant", IDC_UPDATEBUTTON, 187, 22, 49, 14
+PUSHBUTTON "Mettre à jour", IDC_UPDATEBUTTON, 187, 22, 49, 14
 LTEXT "", IDC_SUCSYNC, 16, 54, 214, 23
 LTEXT "", IDC_NEXTSYNC, 12, 96, 137, 12
 LTEXT "La synchronisation ne peut se faire que si votre ordinateur est 
connecté à Internet.", -1, 12, 114, 225, 25




[ros-diffs] [rnaumann] 73414: [RAPPS][USERINIT][HIVECLS] Add/Update Italian translation. Patches by Carlo Bramini. Thanks. CORE-9725 #comment rapps_new and usrmgr were not appliable, please check your

2016-12-02 Thread rnaumann
Author: rnaumann
Date: Fri Dec  2 22:22:28 2016
New Revision: 73414

URL: http://svn.reactos.org/svn/reactos?rev=73414&view=rev
Log:
[RAPPS][USERINIT][HIVECLS] Add/Update Italian translation. Patches by Carlo 
Bramini. Thanks. CORE-9725 #comment rapps_new and usrmgr were not appliable, 
please check your patches. The others were committed in r73414

Modified:
trunk/reactos/base/applications/rapps/lang/it-IT.rc
trunk/reactos/base/system/userinit/lang/it-IT.rc
trunk/reactos/boot/bootdata/hivecls.inf

Modified: trunk/reactos/base/applications/rapps/lang/it-IT.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/lang/it-IT.rc?rev=73414&r1=73413&r2=73414&view=diff
==
--- trunk/reactos/base/applications/rapps/lang/it-IT.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/rapps/lang/it-IT.rc [iso-8859-1] Fri Dec  2 
22:22:28 2016
@@ -201,6 +201,6 @@
 IDS_CERT_DOES_NOT_MATCH "Verifica del certificato SSL fallita."
 IDS_INTEG_CHECK_TITLE "Verifica integrità pacchetto..."
 IDS_INTEG_CHECK_FAIL "Il pacchetto non ha superato il controllo di 
integrità, potrebbe essere stato danneggiato o manomesso durante lo 
scaricamento. L'esecuzione del software non è raccomandata."
-IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection 
to Internet."
-IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
-END
+IDS_INTERRUPTED_DOWNLOAD "Lo scaricamento è stato interrotto. Verificare 
la connessione a Internet."
+IDS_UNABLE_TO_WRITE "Impossibile scrivere su disco: lo spazio libero 
potrebbe essere esaurito."
+END

Modified: trunk/reactos/base/system/userinit/lang/it-IT.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/userinit/lang/it-IT.rc?rev=73414&r1=73413&r2=73414&view=diff
==
--- trunk/reactos/base/system/userinit/lang/it-IT.rc[iso-8859-1] (original)
+++ trunk/reactos/base/system/userinit/lang/it-IT.rc[iso-8859-1] Fri Dec  2 
22:22:28 2016
@@ -10,11 +10,11 @@
 COMBOBOX IDC_LANGUAGELIST, 132, 107, 176, 142, CBS_DROPDOWNLIST | CBS_SORT 
| WS_VSCROLL | WS_CHILD | WS_VISIBLE | WS_TABSTOP
 RTEXT "Layout di teastiera:", IDC_STATIC, 20, 132, 106, 11, WS_CHILD | 
WS_VISIBLE | WS_GROUP
 COMBOBOX IDC_LAYOUTLIST, 132, 130, 176, 81, CBS_DROPDOWNLIST | CBS_SORT | 
WS_VSCROLL | WS_CHILD | WS_VISIBLE | WS_TABSTOP
-LTEXT "Scegli la tua lingua e il layout di tastiera e premi su Avanti per 
continuare.", IDC_STATIC, 7, 152, 300, 8
+LTEXT "Selezionare la lingua e il layout di tastiera e premere su Avanti 
per continuare.", IDC_STATIC, 7, 152, 300, 8
 
 GROUPBOX "", IDC_STATIC, 0, 165, 317, 1
 DEFPUSHBUTTON "&Avanti", IDOK, 205, 172, 50, 14
-PUSHBUTTON "&Cancella", IDCANCEL, 260, 172, 50, 14
+PUSHBUTTON "A&nnulla", IDCANCEL, 260, 172, 50, 14
 END
 
 IDD_STARTPAGE DIALOGEX 0, 0, 317, 193
@@ -23,23 +23,23 @@
 FONT 8, "MS Shell Dlg"
 BEGIN
 CONTROL "IDB_LOGO", IDC_STARTLOGO, "Static", WS_CHILD | WS_VISIBLE | 
SS_OWNERDRAW, 18, 0, 290, 99
-DEFPUSHBUTTON "Inizia ReactOS &Live CD", IDC_RUN, 71, 102, 175, 21
+DEFPUSHBUTTON "Avvia ReactOS con &Live CD", IDC_RUN, 71, 102, 175, 21
 PUSHBUTTON "&Installa ReactOS", IDC_INSTALL, 71, 130, 175, 21
 
 LTEXT "", IDC_STATIC, 7, 152, 300, 8
 
 GROUPBOX "", IDC_STATIC, 0, 165, 317, 1
 PUSHBUTTON "&Precedente", IDOK, 205, 172, 50, 14
-PUSHBUTTON "&Cancella", IDCANCEL, 260, 172, 50, 14
+PUSHBUTTON "&Annulla", IDCANCEL, 260, 172, 50, 14
 END
 
 STRINGTABLE
 BEGIN
-IDS_SHELL_FAIL "Userinit non ha potuto avviare l'ambiente(shell)!\n"
-IDS_INSTALLER_FAIL "Userinit failed to start the installer!\n"
+IDS_SHELL_FAIL "Userinit non ha potuto avviare l'ambiente grafico!\n"
+IDS_INSTALLER_FAIL "Userinit non ha potuto avviare l'installazione!\n"
 END
 
 STRINGTABLE
 BEGIN
-IDS_SPAIN "Spanish (Spain)"
+IDS_SPAIN "Spagnolo (Spagna)"
 END

Modified: trunk/reactos/boot/bootdata/hivecls.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?rev=73414&r1=73413&r2=73414&view=diff
==
--- trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] Fri Dec  2 
22:22:28 2016
@@ -720,6 +720,28 @@
 AVIFILE="Clip Vidéo"
 
 
+; LANG_ITALIAN SUBLANG_NEUTRAL
+[Strings.001

[ros-diffs] [rnaumann] 73412: [NETSHELL]Add Japanese translation. Patch by Katayama Hirofumi MZ. Thanks. CORE-12514

2016-12-01 Thread rnaumann
Author: rnaumann
Date: Thu Dec  1 21:09:47 2016
New Revision: 73412

URL: http://svn.reactos.org/svn/reactos?rev=73412&view=rev
Log:
[NETSHELL]Add Japanese translation. Patch by Katayama Hirofumi MZ. Thanks. 
CORE-12514

Modified:
trunk/reactos/dll/shellext/netshell/lang/ja-JP.rc

Modified: trunk/reactos/dll/shellext/netshell/lang/ja-JP.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/netshell/lang/ja-JP.rc?rev=73412&r1=73411&r2=73412&view=diff
==
--- trunk/reactos/dll/shellext/netshell/lang/ja-JP.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/netshell/lang/ja-JP.rc   [iso-8859-1] Thu Dec  1 
21:09:47 2016
@@ -78,44 +78,43 @@
 
 IDD_NETWORKSETTINGSPAGE DIALOGEX 0, 0, 317, 143
 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
-CAPTION "ReactOS Setup"
-FONT 8, "MS Shell Dlg"
+CAPTION "ReactOS セットアップ"
+FONT 9, "MS UI Gothic"
 BEGIN
 ICON IDI_NET_SETUP, IDC_STATIC, 21, 10, 20, 20
-LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 
7, 240, 20
-AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, 
WS_TABSTOP | WS_GROUP
-AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, 
WS_TABSTOP
-LTEXT "Creates network connections using the Client for ReactOS Networks, 
File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol 
with automatic addressing.", IDC_STATIC, 65, 45, 240, 30
-LTEXT "Allows you to manually configure network components.", IDC_STATIC, 
65, 90, 243, 20
+LTEXT "一般的な設定かカスタム
設定のどちらを使うかをお選び下さい:", IDC_STATIC, 53, 7, 240, 
20
+AUTORADIOBUTTON "一般的な設定", IDC_NETWORK_TYPICAL, 53, 27, 253, 
20, WS_TABSTOP | WS_GROUP
+AUTORADIOBUTTON "カスタム設定", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, 
WS_TABSTOP
+LTEXT "ReactOS ネットワークのクライアント、ReactOS 
ネットワークのファイルとプリンタå…
±æœ‰ã€è‡ªå‹•ã‚¢ãƒ‰ãƒ¬ãƒƒã‚·ãƒ³ã‚°ã«ã‚ˆã‚‹TCP/IP通信プロトコルを使ってネットワーク接続を作成します。",
 IDC_STATIC, 65, 45, 240, 30
+LTEXT "手動によるネットワーク 
コンポーネントの設定を可能にします。", IDC_STATIC, 65, 90, 
243, 20
 END
 
 IDD_NETWORKCOMPONENTPAGE DIALOGEX 0, 0, 317, 143
 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
-CAPTION "ReactOS Setup"
-FONT 8, "MS Shell Dlg"
+CAPTION "ReactOS セットアップ"
+FONT 9, "MS UI Gothic"
 BEGIN
-LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20
-LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20
-LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 
12, 253, 20
+LTEXT "対象デバイス:", IDC_STATIC, 33, 2, 100, 20
+LTEXT "(無効)", IDC_NETWORK_DEVICE, 90, 2, 253, 20
+LTEXT 
"この接続で使われるチェック済みのコンポーネント:", 
IDC_STATIC, 33, 12, 253, 20
 CONTROL "", IDC_COMPONENT_LIST, "SysListView32", LVS_REPORT | 
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | 
WS_BORDER | WS_TABSTOP, 33, 22, 250, 50
-PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, 
WS_DISABLED | WS_TABSTOP
-PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, 
WS_DISABLED | WS_TABSTOP
-PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, 
WS_DISABLED | WS_TABSTOP
-GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX
+PUSHBUTTON "インストール(&I)...", IDC_NETWORK_INSTALL, 85, 75, 65, 
14, WS_DISABLED | WS_TABSTOP
+PUSHBUTTON "アンインストール(&U)", IDC_NETWORK_UNINSTALL, 155, 75, 
75, 14, WS_DISABLED | WS_TABSTOP
+PUSHBUTTON "プロパティ(&P)", IDC_NETWORK_PROPERTIES, 233, 75, 51, 14, 
WS_DISABLED | WS_TABSTOP
+GROUPBOX "説明", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX
 END
 
 IDD_NETWORKDOMAINPAGE DIALOGEX 0, 0, 317, 143
 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
-CAPTION "ReactOS Setup"
-FONT 8, "MS Shell Dlg"
+CAPTION "ReactOS セットアップ"
+FONT 9, "MS UI Gothic"
 BEGIN
-LTEXT "Do you want this computer to be a member of a domain?\n\
-(You can obtain this information from your network administrator.)", 
IDC_STATIC, 33, 2, 263, 50
-AUTORADIOBUTTON "No, this computer will be part of a workgroup.", 
IDC_SELECT_WORKGROUP, 33, 32, 253, 20,

[ros-diffs] [rnaumann] 73411: [RUNONCE] Add Italian translation. Patch by Carlo Bramini. Thanks. CORE-12488

2016-12-01 Thread rnaumann
Author: rnaumann
Date: Thu Dec  1 21:06:38 2016
New Revision: 73411

URL: http://svn.reactos.org/svn/reactos?rev=73411&view=rev
Log:
[RUNONCE] Add Italian translation. Patch by Carlo Bramini. Thanks. CORE-12488

Added:
trunk/reactos/base/system/runonce/lang/it-IT.rc   (with props)
Modified:
trunk/reactos/base/system/runonce/runonce.rc

Added: trunk/reactos/base/system/runonce/lang/it-IT.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/runonce/lang/it-IT.rc?rev=73411
==
--- trunk/reactos/base/system/runonce/lang/it-IT.rc (added)
+++ trunk/reactos/base/system/runonce/lang/it-IT.rc [iso-8859-1] Thu Dec  1 
21:06:38 2016
@@ -0,0 +1,11 @@
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+IDD_RUNONCE_DLG DIALOGEX 0, 0, 239, 170
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
+CAPTION "Setup di ReactOS"
+FONT 8, "MS Shell Dlg"
+BEGIN
+LTEXT "ReactOS sta installando i seguenti elementi:", -1, 38, 8, 196, 18
+LISTBOX IDC_COMP_LIST, 36, 32, 197, 131, LBS_OWNERDRAWVARIABLE | 
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
+ICON IDI_ICON, -1, 5, 6, 21, 20
+END

Propchange: trunk/reactos/base/system/runonce/lang/it-IT.rc
--
svn:eol-style = native

Modified: trunk/reactos/base/system/runonce/runonce.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/runonce/runonce.rc?rev=73411&r1=73410&r2=73411&view=diff
==
--- trunk/reactos/base/system/runonce/runonce.rc[iso-8859-1] (original)
+++ trunk/reactos/base/system/runonce/runonce.rc[iso-8859-1] Thu Dec  1 
21:06:38 2016
@@ -29,6 +29,9 @@
 #endif
 #ifdef LANGUAGE_HE_IL
 #include "lang/he-IL.rc"
+#endif
+#ifdef LANGUAGE_IT_IT
+#include "lang/it-IT.rc"
 #endif
 #ifdef LANGUAGE_JA_JP
 #include "lang/ja-JP.rc"




[ros-diffs] [rnaumann] 73390: [TRANSLATION] Massive resource maintenance update. 2 oatches by Ștefan Fulea. Thank you! CORE-12326

2016-11-26 Thread rnaumann
Author: rnaumann
Date: Sun Nov 27 00:15:02 2016
New Revision: 73390

URL: http://svn.reactos.org/svn/reactos?rev=73390&view=rev
Log:
[TRANSLATION] Massive resource maintenance update. 2 oatches by Ștefan Fulea. 
Thank you! CORE-12326

Added:
trunk/reactos/base/applications/cmdutils/eventcreate/lang/ro-RO.rc   (with 
props)
trunk/reactos/base/applications/cmdutils/mode/lang/ro-RO.rc   (with props)
trunk/reactos/win32ss/printing/monitors/localmon/lang/ro-RO.rc   (with 
props)
Modified:
trunk/reactos/base/applications/cacls/lang/ro-RO.rc
trunk/reactos/base/applications/cmdutils/comp/lang/ro-RO.rc
trunk/reactos/base/applications/cmdutils/eventcreate/eventcreate.rc
trunk/reactos/base/applications/cmdutils/mode/mode.rc
trunk/reactos/base/applications/cmdutils/reg/lang/ro-RO.rc
trunk/reactos/base/applications/cmdutils/taskkill/lang/ro-RO.rc
trunk/reactos/base/applications/cmdutils/whoami/lang/ro-RO.rc
trunk/reactos/base/applications/cmdutils/wmic/lang/ro-RO.rc
trunk/reactos/base/applications/cmdutils/xcopy/lang/ro-RO.rc
trunk/reactos/base/applications/dxdiag/lang/ro-RO.rc
trunk/reactos/base/applications/fltmc/lang/ro-RO.rc
trunk/reactos/base/applications/fontview/lang/ro-RO.rc
trunk/reactos/base/applications/magnify/lang/ro-RO.rc
trunk/reactos/base/applications/mplay32/lang/ro-RO.rc
trunk/reactos/base/applications/msconfig_new/lang/ro-RO.rc
trunk/reactos/base/applications/mscutils/eventvwr/lang/ro-RO.rc
trunk/reactos/base/applications/mscutils/servman/lang/ro-RO.rc
trunk/reactos/base/applications/mspaint/lang/ro-RO.rc
trunk/reactos/base/applications/network/ipconfig/lang/ro-RO.rc
trunk/reactos/base/applications/network/ping/lang/ro-RO.rc
trunk/reactos/base/applications/network/telnet/lang/ro-RO.rc
trunk/reactos/base/applications/notepad/lang/ro-RO.rc
trunk/reactos/base/applications/rapps/lang/ro-RO.rc
trunk/reactos/base/applications/rapps_new/lang/ro-RO.rc
trunk/reactos/base/applications/regedit/lang/ro-RO.rc
trunk/reactos/base/applications/shutdown/lang/ro-RO.rc
trunk/reactos/base/applications/sndvol32/lang/ro-RO.rc
trunk/reactos/base/applications/taskmgr/lang/ro-RO.rc
trunk/reactos/base/applications/winhlp32/lang/Ro.rc
trunk/reactos/base/applications/wordpad/lang/ro-RO.rc
trunk/reactos/base/setup/reactos/lang/ro-RO.rc
trunk/reactos/base/setup/usetup/lang/ro-RO.h
trunk/reactos/base/shell/cmd/lang/ro-RO.rc
trunk/reactos/base/system/format/lang/ro-RO.rc
trunk/reactos/base/system/regsvr32/lang/ro-RO.rc
trunk/reactos/base/system/runonce/lang/ro-RO.rc
trunk/reactos/base/system/services/lang/ro-RO.rc
trunk/reactos/base/system/winlogon/lang/ro-RO.rc
trunk/reactos/dll/cpl/appwiz/lang/ro-RO.rc
trunk/reactos/dll/cpl/hdwwiz/lang/ro-RO.rc
trunk/reactos/dll/cpl/input/lang/ro-RO.rc
trunk/reactos/dll/cpl/intl/lang/ro-RO.rc
trunk/reactos/dll/cpl/main/lang/ro-RO.rc
trunk/reactos/dll/cpl/mmsys/lang/ro-RO.rc
trunk/reactos/dll/cpl/powercfg/lang/ro-RO.rc
trunk/reactos/dll/cpl/sysdm/lang/ro-RO.rc
trunk/reactos/dll/shellext/stobject/lang/ro-RO.rc
trunk/reactos/dll/win32/comdlg32/lang/cdlg_Ro.rc
trunk/reactos/dll/win32/cryptui/lang/cryptui_Ro.rc
trunk/reactos/dll/win32/devmgr/lang/ro-RO.rc
trunk/reactos/dll/win32/ieframe/lang/ro-RO.rc
trunk/reactos/dll/win32/iernonce/lang/ro-RO.rc
trunk/reactos/dll/win32/jscript/lang/jscript_Ro.rc
trunk/reactos/dll/win32/modemui/lang/ro-RO.rc
trunk/reactos/dll/win32/msgina/lang/ro-RO.rc
trunk/reactos/dll/win32/mshtml/lang/Ro.rc
trunk/reactos/dll/win32/netcfgx/lang/ro-RO.rc
trunk/reactos/dll/win32/netid/lang/ro-RO.rc
trunk/reactos/dll/win32/oledlg/lang/oledlg_Ro.rc
trunk/reactos/dll/win32/rasdlg/lang/ro-RO.rc
trunk/reactos/dll/win32/setupapi/lang/ro-RO.rc
trunk/reactos/dll/win32/shell32/lang/ro-RO.rc
trunk/reactos/dll/win32/syssetup/lang/ro-RO.rc
trunk/reactos/dll/win32/tapiui/lang/ro-RO.rc
trunk/reactos/dll/win32/winmm/lang/winmm_Ro.rc
trunk/reactos/dll/win32/wldap32/lang/wldap32_Ro.rc
trunk/reactos/media/doc/Romanian translation notes.txt
trunk/reactos/media/inf/machine.inf
trunk/reactos/media/inf/shortcuts.inf
trunk/reactos/media/rapps/CONTRIBUTORS
trunk/reactos/media/rapps/audacity.txt
trunk/reactos/media/rapps/cstalin.txt
trunk/reactos/media/rapps/devcpp_tdm_gcc_x64.txt
trunk/reactos/media/rapps/dilinuxreader.txt
trunk/reactos/media/rapps/dosblaster.txt
trunk/reactos/media/rapps/farmanager.txt
trunk/reactos/media/rapps/freemat.txt
trunk/reactos/media/rapps/gensemulator.txt
trunk/reactos/media/rapps/ghostview.txt
trunk/reactos/media/rapps/glidewrapzbag.txt
trunk/reactos/media/rapps/hexedit.txt
trunk/reactos/media/rapps/kindlepc.txt
trunk/reactos/media/rapps/libreoffice.txt
trunk/reactos/media/rapps/libreofficestill.txt
trunk/reactos/media/r

[ros-diffs] [rnaumann] 73389: [MODE] Add Russiam Translation. Based on a patch by Nikolay Burshtyn. Thank you. CORE-12202

2016-11-26 Thread rnaumann
Author: rnaumann
Date: Sat Nov 26 23:58:07 2016
New Revision: 73389

URL: http://svn.reactos.org/svn/reactos?rev=73389&view=rev
Log:
[MODE] Add Russiam Translation. Based on a patch by Nikolay Burshtyn. Thank 
you. CORE-12202

Added:
trunk/reactos/base/applications/cmdutils/mode/lang/ru-RU.rc   (with props)
Modified:
trunk/reactos/base/applications/cmdutils/mode/mode.rc

Added: trunk/reactos/base/applications/cmdutils/mode/lang/ru-RU.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/cmdutils/mode/lang/ru-RU.rc?rev=73389
==
--- trunk/reactos/base/applications/cmdutils/mode/lang/ru-RU.rc (added)
+++ trunk/reactos/base/applications/cmdutils/mode/lang/ru-RU.rc [iso-8859-1] 
Sat Nov 26 23:58:07 2016
@@ -0,0 +1,67 @@
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+IDS_USAGE "Настройка системных устройств.\n\n\
+Состояние устройства:   MODE [device] [/STATUS]\n\
+Последовательный порт:  MODE COMm[:] [BAUD=b] [PARITY=p] 
[DATA=d] [STOP=s]\n\
+ [to=on|off] [xon=on|off] [odsr=on|off]\n\
+ [octs=on|off] [dtr=on|off|hs]\n\
+ [rts=on|off|hs|tg] [idsr=on|off]\n\
+Переадресация печати:   MODE LPTn[:]=COMm[:]\n\
+Выбор кодовой страницы: MODE CON[:] CP SELECT=yyy\n\
+Вывод кодовой страницы: MODE CON[:] CP [/STATUS]\n\
+Режим работы экрана:MODE CON[:] [COLS=c] [LINES=n]\n\
+Ввод с клавиатуры:  MODE CON[:] [RATE=r DELAY=d]\n"
+
+IDS_QUERY_SERIAL_FOUND "Найдено 
последовательное устройство - %s\n"
+IDS_QUERY_PRINTER_FOUND "Найдено устройство 
печати - %s\n"
+IDS_QUERY_PARALLEL_FOUND "Найдено параллельное 
устройство - %s\n"
+IDS_QUERY_DOSDEV_FOUND "Найдено устройство DOS - %s\n"
+// IDS_QUERY_MISC_FOUND "Найдено другое 
устройство - %s\n"
+
+// IDS_QUERY_DEVICE_FOUND "Найдено %s устройство - 
%s\n"
+// IDS_SERIAL  "последовательное"
+// IDS_PRINTER "параллельное"
+// IDS_OTHER   "другое"
+END
+
+STRINGTABLE
+BEGIN
+IDS_DEVICE_STATUS_HEADER "Состояние устройства %s:"
+
+IDS_COM_STATUS_BAUD "Скорость:  %ld\n"
+IDS_COM_STATUS_PARITY   "Четность:  %s\n"
+IDS_COM_STATUS_DATA_BITS"Биты данных:   %d\n"
+IDS_COM_STATUS_STOP_BITS"Стоповые биты: 
%s\n"
+IDS_COM_STATUS_TIMEOUT  "Таймаут:   %s\n"
+IDS_COM_STATUS_XON_XOFF "XON/XOFF:  %s\n"
+IDS_COM_STATUS_CTS_HANDSHAKING  "Синхронизация CTS: 
%s\n"
+IDS_COM_STATUS_DSR_HANDSHAKING  "Синхронизация DSR: 
%s\n"
+IDS_COM_STATUS_DSR_SENSITIVITY  "Чувствительность DSR: 
 %s\n"
+IDS_COM_STATUS_DTR_CIRCUIT  "Цепь DTR:  %s\n"
+IDS_COM_STATUS_RTS_CIRCUIT  "Цепь RTS:  %s\n"
+
+IDS_CONSOLE_STATUS_LINES"Строки:%d\n"
+IDS_CONSOLE_STATUS_COLS "Столбцы:   %d\n"
+IDS_CONSOLE_KBD_DELAY   "Скорость клавиатуры:   
%ld\n"
+IDS_CONSOLE_KBD_RATE"Задержка клавиатуры:   
%ld\n"
+IDS_CONSOLE_CODEPAGE"Кодовая страница:  
%d\n"
+
+IDS_PRINTER_OUTPUT_NOT_REROUTED "Вывод принтера не 
переадресован.\n"
+IDS_PRINTER_OUTPUT_REROUTED_SERIAL  "Вывод принтера 
переадресован на последовательный порт %s.\n"
+END
+
+STRINGTABLE
+BEGIN
+IDS_ERROR_QUERY_DEVICES "ERROR: Unable to query DOS devices (0x%lx).\n"
+IDS_ERROR_QUERY_DEVICES_FORM "QueryDosDeviceW(%s) returned 
unrecognised form %s.\n"
+IDS_ERROR_SET_PARALLEL_STATE "SetParallelState(%d) - DefineDosDevice(%s) 
(0x%lx)\n"
+IDS_ERROR_INVALID_PARAMETER "ERROR: Invalid parameter - %s\n"
+IDS_ERROR_ILLEGAL_DEVICE_NAME "ERROR: Illegal device name - %s (0x%lx)\n"
+IDS_ERROR_STATUS_GET_DEVICE "ERROR: Failed to get the status for device 
COM%d:\n"
+IDS_ERROR_STATUS_

[ros-diffs] [rnaumann] 73388: [USETUP] Update Russian translation. Patch by Nikolay Burshtyn. Thank you! CORE-12154

2016-11-26 Thread rnaumann
Author: rnaumann
Date: Sat Nov 26 23:47:36 2016
New Revision: 73388

URL: http://svn.reactos.org/svn/reactos?rev=73388&view=rev
Log:
[USETUP] Update Russian translation. Patch by Nikolay Burshtyn. Thank you! 
CORE-12154

Modified:
trunk/reactos/base/setup/usetup/lang/ru-RU.h

Modified: trunk/reactos/base/setup/usetup/lang/ru-RU.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/ru-RU.h?rev=73388&r1=73387&r2=73388&view=diff
==
--- trunk/reactos/base/setup/usetup/lang/ru-RU.h[iso-8859-1] (original)
+++ trunk/reactos/base/setup/usetup/lang/ru-RU.h[iso-8859-1] Sat Nov 26 
23:47:36 2016
@@ -843,19 +843,19 @@
 {
 6,
 10,
-"System partitions can contain diagnostic programs, hardware 
configuration",
+"‘¨á⥬­ë¥ à §¤¥«ë ¬®£ãâ ᮤ¥à¦ âì ¤¨ £­®áâ¨ç¥áª¨¥ ¯à®£à ¬¬ë, ¯à®£à 
¬¬ë",
 TEXT_STYLE_NORMAL
 },
 {
 6,
 11,
-"programs, programs to start an operating system (like ReactOS) or 
other",
+"­ áâனª¨  ¯¯ à â­ëå á।áâ¢, ¯à®£à ¬¬ë § ¯ã᪠ Ž‘ (¯®¤®¡­ë¥ 
ReactOS)",
 TEXT_STYLE_NORMAL
 },
 {
 6,
 12,
-"programs provided by the hardware manufacturer.",
+"¨«¨ ¤à㣮¥ Ž, ¯à¥¤®áâ ¢«¥­­®¥ ¨§£®â®¢¨â¥«¥¬ ®¡®à㤮¢ ­¨ï.",
 TEXT_STYLE_NORMAL
 },
 {
@@ -885,13 +885,13 @@
 {
 8,
 20,
-"\x07   ¦¬¨â¥ ENTER ç⮡ë 㤠«¨âì á¨á⥬­ë© à §¤¥«. ‚ë ¤®«¦­ë ¡ã¤¥â¥ 
¯®¤â¢¥à¤¨âì",
+"\x07   ¦¬¨â¥ ENTER ç⮡ë 㤠«¨âì á¨á⥬­ë© à §¤¥«. ‚ë ¤®«¦­ë ¡ã¤¥â¥",
 TEXT_STYLE_NORMAL
 },
 {
 8,
 21,
-"   㤠«¥­¨¥ ¯®§¦¥ á­®¢ .",
+"   ¯®¤â¢¥à¤¨âì 㤠«¥­¨¥ ¯®§¦¥ á­®¢ .",
 TEXT_STYLE_NORMAL
 },
 {




[ros-diffs] [rnaumann] 73387: [GETUNAME] Update Definitions for GetUName to Unicode 8.0. Patch by Baruch Rutman. Thanks a lot! CORE-10722

2016-11-26 Thread rnaumann
Author: rnaumann
Date: Sat Nov 26 23:25:14 2016
New Revision: 73387

URL: http://svn.reactos.org/svn/reactos?rev=73387&view=rev
Log:
[GETUNAME] Update Definitions for GetUName to Unicode 8.0. Patch by Baruch 
Rutman. Thanks a lot! CORE-10722

Modified:
trunk/reactos/dll/win32/getuname/lang/en-US.rc
trunk/reactos/dll/win32/getuname/lang/ro-RO.rc
trunk/reactos/dll/win32/getuname/lang/sq-AL.rc

Modified: trunk/reactos/dll/win32/getuname/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/getuname/lang/en-US.rc?rev=73387&r1=73386&r2=73387&view=diff
==
--- trunk/reactos/dll/win32/getuname/lang/en-US.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/getuname/lang/en-US.rc  [iso-8859-1] Sat Nov 26 
23:25:14 2016
@@ -2098,6 +2098,9 @@
 2224 "Arabic Letter Gaf With Inverted Stroke" 
 2225 "Arabic Letter Straight Waw" 
 2226 "Arabic Letter Zain With Inverted V Above" 
+2227 "Arabic Letter Ain With Three Dots Below" 
+2228 "Arabic Letter Kaf With Dot Below" 
+2275 "Arabic Turned Damma Below" 
 2276 "Arabic Curly Fatha" 
 2277 "Arabic Curly Damma" 
 2278 "Arabic Curly Kasra" 
@@ -2510,6 +2513,7 @@
 2799 "Gujarati Digit Nine" 
 2800 "Gujarati Abbreviation Sign" 
 2801 "Gujarati Rupee Sign" 
+2809 "Gujarati Letter Zha" 
 2817 "Oriya Sign Candrabindu" 
 2818 "Oriya Sign Anusvara" 
 2819 "Oriya Sign Visarga" 
@@ -2745,6 +2749,7 @@
 3158 "Telugu Ai Length Mark" 
 3160 "Telugu Letter Tsa" 
 3161 "Telugu Letter Dza" 
+3162 "Telugu Letter Rrra" 
 3168 "Telugu Letter Vocalic Rr" 
 3169 "Telugu Letter Vocalic Ll" 
 3170 "Telugu Vowel Sign Vocalic L" 
@@ -2926,6 +2931,7 @@
 3405 "Malayalam Sign Virama" 
 3406 "Malayalam Letter Dot Reph" 
 3415 "Malayalam Au Length Mark" 
+3423 "Malayalam Letter Archaic Ii" 
 3424 "Malayalam Letter Vocalic Rr" 
 3425 "Malayalam Letter Vocalic Ll" 
 3426 "Malayalam Vowel Sign Vocalic L" 
@@ -4381,6 +4387,13 @@
 5106 "Cherokee Letter Yo" 
 5107 "Cherokee Letter Yu" 
 5108 "Cherokee Letter Yv" 
+5109 "Cherokee Letter Mv" 
+5112 "Cherokee Small Letter Ye" 
+5113 "Cherokee Small Letter Yi" 
+5114 "Cherokee Small Letter Yo" 
+5115 "Cherokee Small Letter Yu" 
+5116 "Cherokee Small Letter Yv" 
+5117 "Cherokee Small Letter Mv" 
 5120 "Canadian Syllabics Hyphen" 
 5121 "Canadian Syllabics E" 
 5122 "Canadian Syllabics Aai" 
@@ -7284,6 +7297,7 @@
 8379 "Nordic Mark Sign" 
 8380 "Manat Sign" 
 8381 "Ruble Sign" 
+8382 "Lari Sign" 
 8400 "Combining Left Harpoon Above" 
 8401 "Combining Right Harpoon Above" 
 8402 "Combining Long Vertical Line Overlay" 
@@ -7455,6 +7469,8 @@
 8583 "Roman Numeral Fifty Thousand" 
 8584 "Roman Numeral One Hundred Thousand" 
 8585 "Vulgar Fraction Zero Thirds" 
+8586 "Turned Digit Two" 
+8587 "Turned Digit Three" 
 8592 "Leftwards Arrow" 
 8593 "Upwards Arrow" 
 8594 "Rightwards Arrow" 
@@ -10022,6 +10038,10 @@
 11215 "Rotated White Four Pointed Cusp" 
 11216 "Square Position Indicator" 
 11217 "Uncertainty Sign" 
+11244 "Leftwards Two-Headed Arrow With Triangle Arrowheads" 
+11245 "Upwards Two-Headed Arrow With Triangle Arrowheads" 
+11246 "Rightwards Two-Headed Arrow With Triangle Arrowheads" 
+11247 "Downwards Two-Headed Arrow With Triangle Arrowheads" 
 11264 "Glagolitic Capital Letter Azu" 
 11265 "Glagolitic Capital Letter Buky" 
 11266 "Glagolitic Capital Letter Vede" 
@@ -11949,7 +11969,7 @@
 19966 "Hexagram For After Completion" 
 19967 "Hexagram For Before Completion" 
 19968 "" 
-40908 "" 
+40917 "" 
 40960 "Yi Syllable It" 
 40961 "Yi Syllable Ix" 
 40962 "Yi Syllable I" 
@@ -13612,6 +13632,7 @@
 42651 "Cyrillic Small Letter Crossed O" 
 42652 "Modifier Letter Cyrillic Hard Sign" 
 42653 "Modifier Letter Cyrillic Soft Sign" 
+42654 "Combining Cyrillic Letter Ef" 
 42655 "Combining Cyrillic Letter Iotified E" 
 

[ros-diffs] [rnaumann] 73386: [SHELL32] Update Japanese translation. Patch by Katayama Hirofumi MZ. Thank you!

2016-11-26 Thread rnaumann
Author: rnaumann
Date: Sat Nov 26 23:10:22 2016
New Revision: 73386

URL: http://svn.reactos.org/svn/reactos?rev=73386&view=rev
Log:
[SHELL32] Update Japanese translation. Patch by Katayama Hirofumi MZ. Thank you!

Modified:
trunk/reactos/dll/win32/shell32/lang/ja-JP.rc

Modified: trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ja-JP.rc?rev=73386&r1=73385&r2=73386&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/ja-JP.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/ja-JP.rc   [iso-8859-1] Sat Nov 26 
23:10:22 2016
@@ -101,7 +101,7 @@
 LTEXT "フォルダ:", IDC_BROWSE_FOR_FOLDER_FOLDER, 10, 152, 40, 12
 CONTROL "", IDC_BROWSE_FOR_FOLDER_TREEVIEW, "SysTreeView32", 
TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | WS_BORDER | WS_TABSTOP, 12, 
38, 194, 105
 EDITTEXT IDC_BROWSE_FOR_FOLDER_FOLDER_TEXT, 46, 150, 160, 14, WS_BORDER | 
WS_GROUP | WS_TABSTOP
-PUSHBUTTON "新しいフォルダの作成(&M)", 
IDC_BROWSE_FOR_FOLDER_NEW_FOLDER, 12, 174, 77, 14, WS_GROUP | WS_TABSTOP
+PUSHBUTTON "新しいフォルダの作成(&M)", 
IDC_BROWSE_FOR_FOLDER_NEW_FOLDER, 12, 188, 85, 14, WS_GROUP | WS_TABSTOP
 DEFPUSHBUTTON "OK", IDOK, 102, 174, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | 
WS_TABSTOP
 PUSHBUTTON "キャンセル", IDCANCEL, 156, 174, 50, 14, WS_GROUP | 
WS_TABSTOP
 END
@@ -155,12 +155,12 @@
 
 IDD_RUN DIALOGEX 0, 0, 227, 95
 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
-CAPTION "Run"
+CAPTION "実行"
 FONT 9, "MS UI Gothic"
 BEGIN
 ICON "", IDC_RUNDLG_ICON, 7, 11, 18, 20, WS_VISIBLE
 LTEXT "実行するプログラム
名、または開くフォルダや文書名、インターネット 
リソース名を入力してください。", 12289, 36, 11, 182, 18
-LTEXT "名前(&O):", 12305, 7, 39, 24, 10
+LTEXT "名前(&O):", 12305, 7, 39, 30, 10
 CONTROL "", IDC_RUNDLG_EDITPATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | 
WS_VSCROLL | WS_VISIBLE | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 183, 100
 DEFPUSHBUTTON "OK", IDOK, 62, 63, 50, 14, WS_TABSTOP
 PUSHBUTTON "キャンセル", IDCANCEL, 116, 63, 50, 14, WS_TABSTOP
@@ -221,9 +221,9 @@
 LTEXT "", -1, 8, 31, 221, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
 LTEXT "場所:", 14008, 8, 56, 55, 10
 EDITTEXT 14009, 68, 56, 160, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | 
ES_AUTOHSCROLL | NOT WS_TABSTOP
-LTEXT "サイズ:", 14010, 8, 72, 55, 10
+LTEXT "論理サイズ:", 14010, 8, 72, 55, 10
 EDITTEXT 14011, 68, 72, 160, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | 
NOT WS_TABSTOP | ES_AUTOHSCROLL
-LTEXT "Size on disk:", 140101, 8, 88, 55, 10
+LTEXT "物理サイズ:", 140101, 8, 88, 55, 10
 EDITTEXT 14012, 68, 88, 160, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | 
NOT WS_TABSTOP | ES_AUTOHSCROLL
 LTEXT "収容サイズ:", 14026, 8, 104, 55, 10
 EDITTEXT 14027, 68, 104, 160, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | 
NOT WS_TABSTOP | ES_AUTOHSCROLL
@@ -235,7 +235,7 @@
 AUTOCHECKBOX "読み取り専用(&R)", 14021, 56, 152, 70, 10
 AUTOCHECKBOX "隠しファイル(&H)", 14022, 56, 166, 70, 10
 AUTOCHECKBOX "アーカイブ(&A)", 14023, 56, 180, 70, 10
-PUSHBUTTON "A&dvanced...", 14028, 158, 150, 70, 14, WS_CHILD | WS_VISIBLE 
| WS_TABSTOP
+PUSHBUTTON "詳細設定(&D)...", 14028, 158, 150, 70, 14, WS_CHILD | 
WS_VISIBLE | WS_TABSTOP
 END
 
 IDD_FILE_PROPERTIES DIALOGEX 0, 0, 240, 205
@@ -247,17 +247,17 @@
 EDITTEXT 14001, 70, 9, 158, 14, ES_LEFT | WS_TABSTOP
 LTEXT "", -1, 8, 29, 221, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
 LTEXT "ファイルの種類:", 14004, 8, 35, 50, 10
-CONTROL "ファ・Cル", 14005, "edit", ES_LEFT | ES_READONLY | NOT 
WS_BORDER | NOT WS_TABSTOP, 68, 35, 160, 10
+CONTROL "ファイル", 14005, "edit", ES_LEFT | ES_READONLY | NOT 
WS_BORDER | NOT WS_TABSTOP, 68, 35, 160, 10
 LTEXT "実行プログラム:", 14006, 8, 53, 50, 10
 ICON "", 14025, 68, 52, 11, 10, NOT WS_VISIBLE
-PUSHBUTTON "&Change...", 14024, 168, 50, 60, 14, WS_CHILD | WS_VISIBLE | 
WS_TABSTOP
+PUSHBUTTON "変更(&C)...", 14024, 168, 50, 60, 14, WS_CHILD | WS_VISIBLE 
| WS_TABSTOP
 EDITTEXT 14007, 68, 53, 90, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | 
ES_AUTOHSCROLL | NOT WS_TABSTOP
 LTEXT "", -1, 8, 68, 221, 1, SS_ETCHEDHORZ | WS

[ros-diffs] [rnaumann] 73385: [SETUP/REACTOS] Add Japanese translation. Patch by Katayama Hirofumi MZ. Thank you. CORE-12459

2016-11-26 Thread rnaumann
Author: rnaumann
Date: Sat Nov 26 23:05:54 2016
New Revision: 73385

URL: http://svn.reactos.org/svn/reactos?rev=73385&view=rev
Log:
[SETUP/REACTOS] Add Japanese translation. Patch by Katayama Hirofumi MZ. Thank 
you. CORE-12459

Added:
trunk/reactos/base/setup/reactos/lang/ja-JP.rc   (with props)
Modified:
trunk/reactos/base/setup/reactos/reactos.rc

Added: trunk/reactos/base/setup/reactos/lang/ja-JP.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/reactos/lang/ja-JP.rc?rev=73385
==
--- trunk/reactos/base/setup/reactos/lang/ja-JP.rc  (added)
+++ trunk/reactos/base/setup/reactos/lang/ja-JP.rc  [iso-8859-1] Sat Nov 26 
23:05:54 2016
@@ -0,0 +1,137 @@
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+
+IDD_STARTPAGE DIALOGEX 0, 0, 317, 193
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
+CAPTION "ReactOS セットアップ"
+FONT 9, "MS UI Gothic"
+BEGIN
+LTEXT "ReactOS セットアップウィザードへようこそ。", 
IDC_STARTTITLE, 115, 8, 195, 24
+LTEXT "このCDからまだ
直接ReactOSをインストールできません。ReactOSをインストールするために、このCDからコンピュータを再起動して下さい。",
 IDC_STATIC, 115, 40, 195, 100
+LTEXT 
"完了をクリックしてセットアップを終了して下さい。", 
IDC_STATIC, 115, 169, 195, 17
+END
+
+IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
+CAPTION "ReactOS セットアップ"
+FONT 9, "MS UI Gothic"
+BEGIN
+AUTORADIOBUTTON "ReactOSをインストールする", IDC_INSTALL, 7, 7, 
277, 10
+LTEXT 
"ReactOSを新しくインストールします。このオプションは、あなたのファイル、設定、プログラãƒ
 
を維持しません。あなたはディスクとパーティションに変更をåŠ
 ãˆã‚‹ã“とができます。", IDC_INSTALLTEXT, 18, 18, 269, 25
+AUTORADIOBUTTON "ReactOSを更新または修正する", IDC_UPDATE, 7, 
50, 277, 10
+LTEXT 
"インストールされたReactOSを更新または修正します。このオプションはあなたのファイル、設定、プログラãƒ
 
を保持します。このオプションは、このコンピュータですでにReactOSがインストール済みのときのみ利用できます。",
 IDC_UPDATETEXT, 18, 61, 269, 30
+LTEXT "次へをクリックすると続行します", IDC_STATIC, 7, 128, 
297, 8
+END
+
+IDD_DEVICEPAGE DIALOGEX 0, 0, 317, 143
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
+CAPTION "ReactOS セットアップ"
+FONT 9, "MS UI Gothic"
+BEGIN
+LTEXT "コンピュータ:", IDC_STATIC, 20, 15, 80, 10
+CONTROL "", IDC_COMPUTER, "ComboBox", WS_VSCROLL | WS_TABSTOP | 
CBS_DROPDOWNLIST, 100, 15, 180, 80
+LTEXT "ディスプレイ:", IDC_STATIC, 20, 35, 80, 10
+CONTROL "", IDC_DISPLAY, "ComboBox", WS_VSCROLL | WS_TABSTOP | 
CBS_DROPDOWNLIST, 100, 35, 180, 80
+LTEXT "キーボード:", IDC_STATIC, 20, 55, 80, 10
+CONTROL "", IDC_KEYBOARD, "ComboBox", WS_VSCROLL | WS_TABSTOP | 
CBS_DROPDOWNLIST, 100, 55, 180, 80
+LTEXT 
"デバイスをセットアップするために、次へをクリック", 
IDC_STATIC, 7, 128, 297, 8
+END
+
+IDD_DRIVEPAGE DIALOGEX 0, 0, 317, 143
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
+CAPTION "ReactOS セットアップ"
+FONT 9, "MS UI Gothic"
+BEGIN
+CONTROL "", IDC_PARTITION, "SysListView32", WS_BORDER | WS_VISIBLE | 
WS_TABSTOP | LVS_REPORT | LVS_SINGLESEL, 7, 7, 303, 112
+PUSHBUTTON "作成(&C)", IDC_PARTCREATE, 7, 122, 50, 14
+PUSHBUTTON "削除(&D)", IDC_PARTDELETE, 63, 122, 50, 14
+PUSHBUTTON "ドライバ(&R)", IDC_DEVICEDRIVER, 174, 122, 50, 14, 
WS_DISABLED
+PUSHBUTTON "上級者向け(&A)...", IDC_PARTMOREOPTS, 230, 122, 80, 14
+/*LTEXT 
"次へをクリックすれば、要約をチェックできます。", 
IDC_STATIC, 7, 128, 277, 8 */
+END
+
+IDD_PARTITION DIALOGEX 0, 0, 145, 90
+STYLE DS_SHELLFONT | WS_VISIBLE | WS_CAPTION
+CAPTION "パーティションの作成"
+FONT 9, "MS UI Gothic"
+BEGIN
+CONTROL "", IDC_UPDOWN1, "msctls_updown32", WS_VISIBLE, 104, 22, 9, 13
+CONTROL "パーティションを作成し、フォーマットします", 
IDC_STATIC, "Button", BS_GROUPBOX, 7, 5, 129, 57
+LTEXT "サイズ:", IDC_STATIC, 13, 24, 27, 9
+EDITTEXT IDC_PA

[ros-diffs] [rnaumann] 73012: [MODE] add initial German translation. needs completition!!!

2016-10-21 Thread rnaumann
Author: rnaumann
Date: Fri Oct 21 20:44:38 2016
New Revision: 73012

URL: http://svn.reactos.org/svn/reactos?rev=73012&view=rev
Log:
[MODE] add initial German translation. needs completition!!! 

Added:
trunk/reactos/base/applications/cmdutils/mode/lang/de-DE.rc   (with props)
Modified:
trunk/reactos/base/applications/cmdutils/mode/mode.rc

Added: trunk/reactos/base/applications/cmdutils/mode/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/cmdutils/mode/lang/de-DE.rc?rev=73012
==
--- trunk/reactos/base/applications/cmdutils/mode/lang/de-DE.rc (added)
+++ trunk/reactos/base/applications/cmdutils/mode/lang/de-DE.rc [iso-8859-1] 
Fri Oct 21 20:44:38 2016
@@ -0,0 +1,67 @@
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+IDS_USAGE "Konfiguriert Geräte im System.\n\n\
+Gerätestatus:   MODE [Gerät] [/STATUS]\n\
+Serieller Anschluss:MODE COMm[:] [BAUD=b] [PARITY=p] [DATA=d] [STOP=s]\n\
+[to=on|off] [xon=on|off] [odsr=on|off]\n\
+[octs=on|off] [dtr=on|off|hs]\n\
+[rts=on|off|hs|tg] [idsr=on|off]\n\
+Druckausgabe umleiten:  MODE LPTn[:]=COMm[:]\n\
+Codepage auswählen: MODE CON[:] CP SELECT=yyy\n\
+Codepagestatus: MODE CON[:] CP [/STATUS]\n\
+Anzeigemodus:   MODE CON[:] [COLS=c] [LINES=n]\n\
+Tastaturwiederholrate:  MODE CON[:] [RATE=r DELAY=d]\n"
+
+IDS_QUERY_SERIAL_FOUND "Serieller Anschluss gefunden - %s\n"
+IDS_QUERY_PRINTER_FOUND "Drucker gefunden - %s\n"
+IDS_QUERY_PARALLEL_FOUND "Paralleler Anschluss gefunden - %s\n"
+IDS_QUERY_DOSDEV_FOUND "Found DOS device - %s\n"
+// IDS_QUERY_MISC_FOUND "Found other device - %s\n"
+
+// IDS_QUERY_DEVICE_FOUND "Found %s device - %s\n"
+// IDS_SERIAL  "serial"
+// IDS_PRINTER "parallel"
+// IDS_OTHER   "other"
+END
+
+STRINGTABLE
+BEGIN
+IDS_DEVICE_STATUS_HEADER "Status von Gerät %s:"
+
+IDS_COM_STATUS_BAUD "Baud:%ld\n"
+IDS_COM_STATUS_PARITY   "Parität: %s\n"
+IDS_COM_STATUS_DATA_BITS"Datenbits:   %d\n"
+IDS_COM_STATUS_STOP_BITS"Stopbits:%s\n"
+IDS_COM_STATUS_TIMEOUT  "Timeout: %s\n"
+IDS_COM_STATUS_XON_XOFF "XON/XOFF:%s\n"
+IDS_COM_STATUS_CTS_HANDSHAKING  "CTS handshaking: %s\n"
+IDS_COM_STATUS_DSR_HANDSHAKING  "DSR handshaking: %s\n"
+IDS_COM_STATUS_DSR_SENSITIVITY  "DSR sensitivity: %s\n"
+IDS_COM_STATUS_DTR_CIRCUIT  "DTR circuit: %s\n"
+IDS_COM_STATUS_RTS_CIRCUIT  "RTS circuit: %s\n"
+
+IDS_CONSOLE_STATUS_LINES"Zeilen:  %d\n"
+IDS_CONSOLE_STATUS_COLS "Spalten: %d\n"
+IDS_CONSOLE_KBD_DELAY   "Verzögerungszeit:%ld\n"
+IDS_CONSOLE_KBD_RATE"Wiederholrate:   %ld\n"
+IDS_CONSOLE_CODEPAGE"Codepage:%d\n"
+
+IDS_PRINTER_OUTPUT_NOT_REROUTED "Druckausgabe wird nicht 
umgeleitet.\n"
+IDS_PRINTER_OUTPUT_REROUTED_SERIAL  "Druckausgabe wird an seriellen 
Anschluss %s umgeleitet.\n"
+END
+
+STRINGTABLE
+BEGIN
+IDS_ERROR_QUERY_DEVICES "ERROR: Unable to query DOS devices (0x%lx).\n"
+IDS_ERROR_QUERY_DEVICES_FORM "QueryDosDeviceW(%s) returned 
unrecognised form %s.\n"
+IDS_ERROR_SET_PARALLEL_STATE "SetParallelState(%d) - DefineDosDevice(%s) 
(0x%lx)\n"
+IDS_ERROR_INVALID_PARAMETER "ERROR: Unzulässiger Parameter - %s\n"
+IDS_ERROR_ILLEGAL_DEVICE_NAME "ERROR: Unzulässiger Gerätename - %s 
(0x%lx)\n"
+IDS_ERROR_STATUS_GET_DEVICE "ERROR: Failed to get the status for device 
COM%d:\n"
+IDS_ERROR_STATUS_SET_DEVICE "ERROR: Failed to set the status for device 
COM%d:\n"
+IDS_ERROR_INVALID_PARITY_BITS "ERROR: Invalid value for Parity Bits %d:\n"
+IDS_ERROR_INVALID_STOP_BITS "ERROR: Invalid value for Stop Bits %d:\n"
+IDS_ERROR_NO_MEMORY "ERROR: Not enough memory.\n"
+END

Propchange: trunk/reactos/base/applications/cmdutils/mode/lang/de-DE.rc
--
svn:eol-style = native

Modified: trunk/reactos/base/applications/cmdutils/mode/mode.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/cmdutils/mode/mode.rc?rev=73012&r1=73011&r2=73012&view=diff
==
--- trunk/reactos/base/applications/cmdutils/mode/mode.rc   [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/cmdutils/mode/mode.rc   [iso-8859-1] 
Fri Oct 21 20:44:38 2016
@@ -15,3 +15,7 @@
 #ifdef LANGUAGE_EN_US
 #include "lang/en-US.rc"
 #endif
+
+#ifdef LANGUAGE_DE_DE
+#include "lang/de-DE.rc"
+#endif




[ros-diffs] [rnaumann] 72807: [SHELL32]Swedish translation by Andreas Bjerkeholt CORE-12040

2016-09-25 Thread rnaumann
Author: rnaumann
Date: Sun Sep 25 22:53:05 2016
New Revision: 72807

URL: http://svn.reactos.org/svn/reactos?rev=72807&view=rev
Log:
[SHELL32]Swedish translation by Andreas Bjerkeholt CORE-12040 

Added:
trunk/reactos/dll/win32/mycomput/lang/sv-SE.rc   (with props)
Modified:
trunk/reactos/dll/win32/mycomput/mycomput.rc
trunk/reactos/dll/win32/shell32/lang/sv-SE.rc

Added: trunk/reactos/dll/win32/mycomput/lang/sv-SE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mycomput/lang/sv-SE.rc?rev=72807
==
--- trunk/reactos/dll/win32/mycomput/lang/sv-SE.rc  (added)
+++ trunk/reactos/dll/win32/mycomput/lang/sv-SE.rc  [iso-8859-1] Sun Sep 25 
22:53:05 2016
@@ -0,0 +1,6 @@
+LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+IDS_MANAGE "Hantera"
+END

Propchange: trunk/reactos/dll/win32/mycomput/lang/sv-SE.rc
--
svn:eol-style = native

Modified: trunk/reactos/dll/win32/mycomput/mycomput.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mycomput/mycomput.rc?rev=72807&r1=72806&r2=72807&view=diff
==
--- trunk/reactos/dll/win32/mycomput/mycomput.rc[iso-8859-1] (original)
+++ trunk/reactos/dll/win32/mycomput/mycomput.rc[iso-8859-1] Sun Sep 25 
22:53:05 2016
@@ -39,6 +39,9 @@
 #ifdef LANGUAGE_RU_RU
 #include "lang/ru-RU.rc"
 #endif
+#ifdef LANGUAGE_SV_SE
+#include "lang/sv-SE.rc"
+#endif
 #ifdef LANGUAGE_TR_TR
 #include "lang/tr-TR.rc"
 #endif

Modified: trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/sv-SE.rc?rev=72807&r1=72806&r2=72807&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/sv-SE.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/sv-SE.rc   [iso-8859-1] Sun Sep 25 
22:53:05 2016
@@ -2,10 +2,10 @@
 
 MENU_001 MENU
 BEGIN
-MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
-MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
-MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
-MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
+MENUITEM "Sto&ra ikoner", FCIDM_SHVIEW_BIGICON
+MENUITEM "S&må ikoner", FCIDM_SHVIEW_SMALLICON
+MENUITEM "&Lista", FCIDM_SHVIEW_LISTVIEW
+MENUITEM "&Detaljer", FCIDM_SHVIEW_REPORTVIEW
 END
 
 /* shellview background menu */
@@ -13,49 +13,49 @@
 BEGIN
 POPUP ""
 BEGIN
-POPUP "&View"
+POPUP "&Visa"
 BEGIN
-MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
-MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
-MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
-MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
+MENUITEM "Sto&ra ikoner", FCIDM_SHVIEW_BIGICON
+MENUITEM "S&må ikoner", FCIDM_SHVIEW_SMALLICON
+MENUITEM "&Lista", FCIDM_SHVIEW_LISTVIEW
+MENUITEM "&Detaljer", FCIDM_SHVIEW_REPORTVIEW
 END
 MENUITEM SEPARATOR
-POPUP "Arrange &Icons"
+POPUP "Ordna &ikoner"
 BEGIN
-MENUITEM "By &Name", 0x30  /* column 0 */
-MENUITEM "By &Type", 0x32  /* column 2 */
-MENUITEM "By &Size", 0x31  /* ... */
-MENUITEM "By &Date", 0x33
+MENUITEM "Efter &namn", 0x30  /* column 0 */
+MENUITEM "Efter &typ", 0x32  /* column 2 */
+MENUITEM "Efter &storlek", 0x31  /* ... */
+MENUITEM "Efter &datum", 0x33
 MENUITEM SEPARATOR
-MENUITEM "&Auto Arrange", FCIDM_SHVIEW_AUTOARRANGE
+MENUITEM "&Ordna automatiskt", FCIDM_SHVIEW_AUTOARRANGE
 END
-MENUITEM "Line up Icons", FCIDM_SHVIEW_SNAPTOGRID
+MENUITEM "Rada upp ikoner", FCIDM_SHVIEW_SNAPTOGRID
 MENUITEM SEPARATOR
-MENUITEM "Refresh", FCIDM_SHVIEW_REFRESH
+MENUITEM "Uppdatera", FCIDM_SHVIEW_REFRESH
 MENUITEM SEPARATOR
-MENUITEM "Paste", FCIDM_SHVIEW_INSERT
-MENUITEM "Paste as Link", FCIDM_SHVIEW_INSERTLINK
+MENUITEM "Klistra in", FCIDM_SHVIEW_INSERT
+MENUITEM "Klistra in som genväg", FCIDM_SHVIEW_INSERTLINK
 MENUITEM SEPARATOR
-

[ros-diffs] [rnaumann] 72046: [BROWSEUI] - explorerband: get the caption string from resource file instead of hardcoding it

2016-07-29 Thread rnaumann
Author: rnaumann
Date: Fri Jul 29 12:05:06 2016
New Revision: 72046

URL: http://svn.reactos.org/svn/reactos?rev=72046&view=rev
Log:
[BROWSEUI] - explorerband: get the caption string from resource file instead of 
hardcoding it

Modified:
trunk/reactos/dll/win32/browseui/explorerband.cpp

Modified: trunk/reactos/dll/win32/browseui/explorerband.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/explorerband.cpp?rev=72046&r1=72045&r2=72046&view=diff
==
--- trunk/reactos/dll/win32/browseui/explorerband.cpp   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/explorerband.cpp   [iso-8859-1] Fri Jul 29 
12:05:06 2016
@@ -673,7 +673,8 @@
 
 if (pdbi->dwMask & DBIM_TITLE)
 {
-lstrcpyW(pdbi->wszTitle, L"Explorer");
+if (!LoadStringW(_AtlBaseModule.GetResourceInstance(), 
IDS_FOLDERSLABEL, pdbi->wszTitle, _countof(pdbi->wszTitle)))
+return HRESULT_FROM_WIN32(GetLastError());
 }
 
 if (pdbi->dwMask & DBIM_MODEFLAGS)




[ros-diffs] [rnaumann] 72032: [HIVECLS] Add support for RDP files. Patch by Jared Smudde. CORE-11655

2016-07-28 Thread rnaumann
Author: rnaumann
Date: Thu Jul 28 13:27:33 2016
New Revision: 72032

URL: http://svn.reactos.org/svn/reactos?rev=72032&view=rev
Log:
[HIVECLS] Add support for RDP files. Patch by Jared Smudde. CORE-11655

Modified:
trunk/reactos/boot/bootdata/hivecls.inf

Modified: trunk/reactos/boot/bootdata/hivecls.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?rev=72032&r1=72031&r2=72032&view=diff
==
--- trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] Thu Jul 28 
13:27:33 2016
@@ -340,6 +340,14 @@
 
HKCR,"regfile\shell\edit\command","",0x0002,"%SystemRoot%\system32\notepad.exe
 %1"
 HKCR,"regfile\shell\open","",0x,%MERGE%
 HKCR,"regfile\shell\open\command","",0x,"regedit.exe ""%1"""
+
+; Remote Desktop File
+HKCR,".rdp","",0x,"rdpfile"
+HKCR,"rdpfile","",0x,"Remote Desktop Connection"
+;HKCR,"rdpfile","FriendlyTypeName",0x0002,"%SystemRoot%\mstsc.exe,-4004"
+HKCR,"rdpfile\DefaultIcon","",0x0002,"%SystemRoot%\system32\mstsc.exe,0"
+HKCR,"rdpfile\shell\open\command","",0x0002,"%SystemRoot%\system32\mstsc.exe
 %1"
+;HKCR,"rdpfile\shell\edit\command","",0x0002,"%SystemRoot%\system32\mstsc.exe
 -edit %1"
 
 ; Screen Savers
 HKCR,".scr","",0x,"scrfile"




[ros-diffs] [rnaumann] 71505: [DEVMGMT]Remove a self assignment. CORE-11183

2016-06-03 Thread rnaumann
Author: rnaumann
Date: Fri Jun  3 08:47:03 2016
New Revision: 71505

URL: http://svn.reactos.org/svn/reactos?rev=71505&view=rev
Log:
[DEVMGMT]Remove a self assignment. CORE-11183

Modified:
trunk/reactos/dll/win32/devmgr/devmgmt/MainWindow.cpp

Modified: trunk/reactos/dll/win32/devmgr/devmgmt/MainWindow.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/devmgmt/MainWindow.cpp?rev=71505&r1=71504&r2=71505&view=diff
==
--- trunk/reactos/dll/win32/devmgr/devmgmt/MainWindow.cpp   [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/devmgr/devmgmt/MainWindow.cpp   [iso-8859-1] 
Fri Jun  3 08:47:03 2016
@@ -543,7 +543,6 @@
 lpttt->lpszText = MAKEINTRESOURCEW(IDS_TOOLTIP_UNINSTALL);
 break;
 }
-idButton = idButton;
 break;
 }
 }




[ros-diffs] [rnaumann] 71470: [IERNONCE]Add Chinese and Malay translations. Patch by Henry Tang Ih. CORE-11022

2016-05-31 Thread rnaumann
Author: rnaumann
Date: Tue May 31 11:15:25 2016
New Revision: 71470

URL: http://svn.reactos.org/svn/reactos?rev=71470&view=rev
Log:
[IERNONCE]Add Chinese and Malay translations. Patch by Henry Tang Ih. CORE-11022

Added:
trunk/reactos/dll/win32/iernonce/lang/ms-MY.rc   (with props)
trunk/reactos/dll/win32/iernonce/lang/zh-CN.rc   (with props)
trunk/reactos/dll/win32/iernonce/lang/zh-TW.rc   (with props)
Modified:
trunk/reactos/dll/win32/iernonce/iernonce.rc

Modified: trunk/reactos/dll/win32/iernonce/iernonce.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/iernonce/iernonce.rc?rev=71470&r1=71469&r2=71470&view=diff
==
--- trunk/reactos/dll/win32/iernonce/iernonce.rc[iso-8859-1] (original)
+++ trunk/reactos/dll/win32/iernonce/iernonce.rc[iso-8859-1] Tue May 31 
11:15:25 2016
@@ -17,9 +17,19 @@
 #ifdef LANGUAGE_EN_US
 #include "lang/en-US.rc"
 #endif
+#ifdef LANGUAGE_MS_MY
+#include "lang/ms-MY.rc"
+#endif
 #ifdef LANGUAGE_RO_RO
 #include "lang/ro-RO.rc"
 #endif
 #ifdef LANGUAGE_TR_TR
 #include "lang/tr-TR.rc"
 #endif
+#ifdef LANGUAGE_ZH_CN
+#include "lang/zh-CN.rc"
+#endif
+#ifdef LANGUAGE_ZH_TW
+#include "lang/zh-TW.rc"
+#endif
+

Added: trunk/reactos/dll/win32/iernonce/lang/ms-MY.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/iernonce/lang/ms-MY.rc?rev=71470
==
--- trunk/reactos/dll/win32/iernonce/lang/ms-MY.rc  (added)
+++ trunk/reactos/dll/win32/iernonce/lang/ms-MY.rc  [iso-8859-1] Tue May 31 
11:15:25 2016
@@ -0,0 +1,29 @@
+/* Malay translation by Henry Tang Ih 2016 (henryta...@hotmail.com) */
+
+LANGUAGE LANG_MALAY, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+IDS_INVALIDFORMAT "Format %1 RunEx atau RunOnceEx kemasukan adalah tidak 
sah. Sebuah bar menegak ('| ') yang perlu dibuat selepas nama fungsi dan 
bahagian perlu menyokong parameter WinMain()."
+IDS_LOADERROR "Kesilapan berlaku semasa memuatkan %1. Fail itu mungkin 
tidak telah dipasang atau ia telah rosak."
+IDS_CALLERROR "Kesilapan dan pengecualian berlaku ketika memanggil fungsi 
%1 pada %2."
+IDS_INCORRECTFORMAT "Format arahan RunEx atau RunOnceEx berikut adalah 
tidak betul: %1. Shell melaksanakan perintah mesti bermula dengan ||."
+IDS_NOEXPORT "Tidak dapat memanggilkan fungsi %1 dalam fail %2 kerana 
fungsi tersebut tidak wujud atau tidak dieksport."
+IDS_EXECUTEERROR "Kesilapan dan pengecualian berlaku ketika melaksanakan 
%1."
+IDS_NOFUNCTION "Tidak dapat mencari fungsi %1 dalam fail %2."
+IDS_NODEPENDENCY "Tidak dapat memuatkan fail pergantungan %1."
+IDS_SETUPERROR "Satu kesilapan telah berlaku semasa menyediakan %1. 
Kesilapan ini telah dilog, pemasangan akan terus"
+IDS_INCOMPLETE "Pemasangan aplikasi sebelum ini belum diselesaikan.\n\nLog 
masuk dengan akaun pentadbir untuk menyelesaikan pemasangan."
+IDS_SETUP "ReactOS Persediaan"
+IDS_SERVICEERROR "Beberapa perkhidmatan tidak dapat dimulakan. Persediaan 
perlu mulakan semula sistem anda untuk memulakan perkhidmatan."
+END
+
+IDD_DIALOG DIALOGEX 0, 0, 206, 166
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION "ReactOS Persediaan"
+FONT 8, "MS Shell Dlg"
+BEGIN
+LTEXT "ReactOS sedang menyediakan perkara-perkara berikut:", -1, 36, 13, 
163, 11
+LISTBOX IDC_LB_ITEMS, 36, 32, 163, 127, LBS_NOTIFY | LBS_OWNERDRAWVARIABLE 
| LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_DISABLED | 
WS_VSCROLL | WS_TABSTOP
+ICON IDI_ICON, -1, 7, 7, 20, 20
+END

Propchange: trunk/reactos/dll/win32/iernonce/lang/ms-MY.rc
--
svn:eol-style = native

Added: trunk/reactos/dll/win32/iernonce/lang/zh-CN.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/iernonce/lang/zh-CN.rc?rev=71470
==
--- trunk/reactos/dll/win32/iernonce/lang/zh-CN.rc  (added)
+++ trunk/reactos/dll/win32/iernonce/lang/zh-CN.rc  [iso-8859-1] Tue May 31 
11:15:25 2016
@@ -0,0 +1,29 @@
+/* Simplified Chinese translation by Henry Tang Ih 2016 
(henryta...@hotmail.com) */
+
+LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
+
+STRINGTABLE
+BEGIN
+IDS_INVALIDFORMAT "%1 RunEx 的格式或 RunOnceEx 条目是无效的。 
竖线 ('|') 在函数名后需要和支持 WinMain() 
参数所需要的功能。"
+IDS_LOADERROR "出现了一个错误加载 %1。 该文件可能未安装
或已被损坏。"
+IDS_CALLERROR "出现äº

[ros-diffs] [rnaumann] 71469: [SHIMGVW]Replacement for SHIMGVW control button bitmaps. Work by "dsp8195". CORE-11145

2016-05-31 Thread rnaumann
Author: rnaumann
Date: Tue May 31 10:59:04 2016
New Revision: 71469

URL: http://svn.reactos.org/svn/reactos?rev=71469&view=rev
Log:
[SHIMGVW]Replacement for SHIMGVW control button bitmaps. Work by "dsp8195". 
CORE-11145

Modified:
trunk/reactos/dll/win32/shimgvw/res/next.bmp
trunk/reactos/dll/win32/shimgvw/res/prev.bmp
trunk/reactos/dll/win32/shimgvw/res/print.bmp
trunk/reactos/dll/win32/shimgvw/res/rot1.bmp
trunk/reactos/dll/win32/shimgvw/res/rot2.bmp
trunk/reactos/dll/win32/shimgvw/res/save.bmp
trunk/reactos/dll/win32/shimgvw/res/zoomm.bmp
trunk/reactos/dll/win32/shimgvw/res/zoomp.bmp

Modified: trunk/reactos/dll/win32/shimgvw/res/next.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shimgvw/res/next.bmp?rev=71469&r1=71468&r2=71469&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shimgvw/res/prev.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shimgvw/res/prev.bmp?rev=71469&r1=71468&r2=71469&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shimgvw/res/print.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shimgvw/res/print.bmp?rev=71469&r1=71468&r2=71469&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shimgvw/res/rot1.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shimgvw/res/rot1.bmp?rev=71469&r1=71468&r2=71469&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shimgvw/res/rot2.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shimgvw/res/rot2.bmp?rev=71469&r1=71468&r2=71469&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shimgvw/res/save.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shimgvw/res/save.bmp?rev=71469&r1=71468&r2=71469&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shimgvw/res/zoomm.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shimgvw/res/zoomm.bmp?rev=71469&r1=71468&r2=71469&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shimgvw/res/zoomp.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shimgvw/res/zoomp.bmp?rev=71469&r1=71468&r2=71469&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 71468: [COMCTL32][COMDLG32] Fix Esperanto localization. Patch by Mike Swanson. CORE-11264

2016-05-31 Thread rnaumann
Author: rnaumann
Date: Tue May 31 10:48:53 2016
New Revision: 71468

URL: http://svn.reactos.org/svn/reactos?rev=71468&view=rev
Log:
[COMCTL32][COMDLG32] Fix Esperanto localization. Patch by Mike Swanson. 
CORE-11264

Modified:
trunk/reactos/dll/win32/comctl32/lang/comctl_Eo.rc
trunk/reactos/dll/win32/comdlg32/lang/cdlg_Eo.rc

Modified: trunk/reactos/dll/win32/comctl32/lang/comctl_Eo.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/comctl32/lang/comctl_Eo.rc?rev=71468&r1=71467&r2=71468&view=diff
==
--- trunk/reactos/dll/win32/comctl32/lang/comctl_Eo.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/comctl32/lang/comctl_Eo.rc  [iso-8859-1] Tue May 31 
10:48:53 2016
@@ -28,8 +28,8 @@
 
 STRINGTABLE
 {
-IDM_TODAY"Hodiaý:"
-IDM_GOTODAY  "Iru a la hodiaý"
+IDM_TODAY"HodiaÅ­:"
+IDM_GOTODAY  "Iru a la hodiaÅ­"
 }
 
 STRINGTABLE
@@ -44,7 +44,7 @@
 
 IDD_PROPSHEET DIALOGEX 0, 0, 220, 140
 STYLE DS_SHELLFONT | DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | 
WS_SYSMENU | WS_VISIBLE
-CAPTION "Ecoj laý %s"
+CAPTION "Ecoj laÅ­ %s"
 FONT 8, "MS Shell Dlg"
 BEGIN
   DEFPUSHBUTTON "Bone", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
@@ -60,8 +60,8 @@
 CAPTION "Estrita Proceduro"
 FONT 8, "MS Shell Dlg"
 BEGIN
-  PUSHBUTTON"< &Retro", IDC_BACK_BUTTON,56,138,55,14
-  DEFPUSHBUTTON "&Antaýen >", IDC_NEXT_BUTTON,111,138,55,14
+  PUSHBUTTON"< &MalantaÅ­en", IDC_BACK_BUTTON,56,138,55,14
+  DEFPUSHBUTTON "&AntaÅ­en >", IDC_NEXT_BUTTON,111,138,55,14
   DEFPUSHBUTTON "Konkludi",  IDC_FINISH_BUTTON,111,138,55,14
   PUSHBUTTON"Rezigni",  IDCANCEL,173,138,55,14
   PUSHBUTTON"Helpo",IDHELP,235,138,55,14,WS_GROUP
@@ -79,8 +79,8 @@
   DEFPUSHBUTTON "&Fermu", IDCANCEL,320,6,70,14
   PUSHBUTTON"R&ee agordu", IDC_RESET_BTN,320,23,70,14
   PUSHBUTTON"&Helpo",  IDC_HELP_BTN,320,40,70,14
-  PUSHBUTTON"&Supre forþovu",   IDC_MOVEUP_BTN,320,74,70,14
-  PUSHBUTTON"Su&be forþovu", IDC_MOVEDN_BTN,320,91,70,14
+  PUSHBUTTON"Movi &supren",   IDC_MOVEUP_BTN,320,74,70,14
+  PUSHBUTTON"Movi &malsupren", IDC_MOVEDN_BTN,320,91,70,14
   LTEXT "&Disponeblaj butonoj:", -1,4,5,120,10
   LISTBOX   IDC_AVAILBTN_LBOX,5,17,120,100, LBS_NOTIFY | 
LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | 
LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
   PUSHBUTTON"&Aldonu ->",IDOK, 132, 42, 55, 14

Modified: trunk/reactos/dll/win32/comdlg32/lang/cdlg_Eo.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/comdlg32/lang/cdlg_Eo.rc?rev=71468&r1=71467&r2=71468&view=diff
==
--- trunk/reactos/dll/win32/comdlg32/lang/cdlg_Eo.rc[iso-8859-1] (original)
+++ trunk/reactos/dll/win32/comdlg32/lang/cdlg_Eo.rc[iso-8859-1] Tue May 31 
10:48:53 2016
@@ -24,11 +24,11 @@
 STRINGTABLE
 {
 IDS_FILENOTFOUND"Dosiero ne estis trovita"
-IDS_VERIFYFILE  "Kontrolu la øustecon je havigita dosiernomo."
+IDS_VERIFYFILE  "Kontrolu la ĝustecon je havigita dosiernomo."
 IDS_CREATEFILE  "Dosiero estas neekzistanta\n\
-Æu vi volas krei dosieron?"
+Ĉu vi volas krei dosieron?"
 IDS_OVERWRITEFILE   "Dosiero estas jam ekzistanta.\n\
-Æu vi volas superskribi øin?"
+Ĉu vi volas superskribi ĝin?"
 IDS_INVALID_FILENAME_TITLE "Nekorekta(j) tipo(j) en vojo"
 IDS_INVALID_FILENAME"La dosiernomo ne povas enhavi la jenajn tipojn:\n\
   / : < > |"
@@ -51,35 +51,35 @@
 PD32_PRINT_TITLE   "Presu"
 
 PD32_VALUE_UREADABLE  "Nelegebla Entry"
-PD32_INVALID_PAGE_RANGE "Æi tiu valoro ne estas en la paøo.\n\
+PD32_INVALID_PAGE_RANGE "Ĉi tiu valoro ne estas en la paĝo.\n\
 Enigu valoron inter %d kaj %d."
-PD32_FROM_NOT_ABOVE_TO"La 'de:' valoro ne povas superi la 
'øis:' valoron."
-PD32_MARGINS_OVERLAP  "Marøenoj surmetiøas inter si aý 
estas ekster paperfolio.\n\
-Difinu denove la marøenojn."
+PD32_FROM_NOT_ABOVE_TO"La 'de:' valoro ne povas superi la 
'ĝis:' valoron."
+PD32_MARGINS_OVERLAP  "Marĝenoj surmetiĝas inter si aŭ 
estas ekster paperfolio.\n\
+Difinu denove la marĝenojn."
 PD32_NR_OF_CO

[ros-diffs] [rnaumann] 71467: [TASKMGR] Change "Mem Usage" status text. Patch by Tim Crawford. Use the more familiar term "Commit Charge" instead. -Addition: Also apply this for greek and hewbrew CORE

2016-05-31 Thread rnaumann
Author: rnaumann
Date: Tue May 31 10:31:16 2016
New Revision: 71467

URL: http://svn.reactos.org/svn/reactos?rev=71467&view=rev
Log:
[TASKMGR] Change "Mem Usage" status text. Patch by Tim Crawford. Use the more 
familiar term "Commit Charge" instead.
-Addition: Also apply this for greek and hewbrew CORE-10250

Modified:
trunk/reactos/base/applications/taskmgr/lang/el-GR.rc
trunk/reactos/base/applications/taskmgr/lang/en-US.rc
trunk/reactos/base/applications/taskmgr/lang/he-IL.rc

Modified: trunk/reactos/base/applications/taskmgr/lang/el-GR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/lang/el-GR.rc?rev=71467&r1=71466&r2=71467&view=diff
==
--- trunk/reactos/base/applications/taskmgr/lang/el-GR.rc   [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/taskmgr/lang/el-GR.rc   [iso-8859-1] 
Tue May 31 10:31:16 2016
@@ -438,7 +438,7 @@
 IDS_MSG_UNABLECHANGEPRIORITY "Unable to Change Priority"
 IDS_MSG_WARNINGCHANGEPRIORITY "WARNING: Changing the priority class of 
this process may\ncause undesired results including system instability. Are 
you\nsure you want to change the priority class?"
 IDS_MSG_TRAYICONCPUUSAGE "CPU Usage: %d%%"
-IDS_STATUS_MEMUSAGE "Mem Usage: %s / %s (%d%%)"
+IDS_STATUS_MEMUSAGE "Commit Charge: %s / %s (%d%%)"
 IDS_STATUS_CPUUSAGE "CPU Usage: %3d%%"
 IDS_STATUS_PROCESSES "Processes: %d"
 IDS_NOT_RESPONDING "Not Responding"

Modified: trunk/reactos/base/applications/taskmgr/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/lang/en-US.rc?rev=71467&r1=71466&r2=71467&view=diff
==
--- trunk/reactos/base/applications/taskmgr/lang/en-US.rc   [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/taskmgr/lang/en-US.rc   [iso-8859-1] 
Tue May 31 10:31:16 2016
@@ -434,7 +434,7 @@
 IDS_MSG_UNABLECHANGEPRIORITY "Unable to Change Priority"
 IDS_MSG_WARNINGCHANGEPRIORITY "WARNING: Changing the priority class of 
this process may\ncause undesired results including system instability. Are 
you\nsure you want to change the priority class?"
 IDS_MSG_TRAYICONCPUUSAGE "CPU Usage: %d%%"
-IDS_STATUS_MEMUSAGE "Mem Usage: %s / %s (%d%%)"
+IDS_STATUS_MEMUSAGE "Commit Charge: %s / %s (%d%%)"
 IDS_STATUS_CPUUSAGE "CPU Usage: %3d%%"
 IDS_STATUS_PROCESSES "Processes: %d"
 IDS_NOT_RESPONDING "Not Responding"

Modified: trunk/reactos/base/applications/taskmgr/lang/he-IL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/lang/he-IL.rc?rev=71467&r1=71466&r2=71467&view=diff
==
--- trunk/reactos/base/applications/taskmgr/lang/he-IL.rc   [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/taskmgr/lang/he-IL.rc   [iso-8859-1] 
Tue May 31 10:31:16 2016
@@ -438,7 +438,7 @@
 IDS_MSG_UNABLECHANGEPRIORITY "Unable to Change Priority"
 IDS_MSG_WARNINGCHANGEPRIORITY "WARNING: Changing the priority class of 
this process may\ncause undesired results including system instability. Are 
you\nsure you want to change the priority class?"
 IDS_MSG_TRAYICONCPUUSAGE "CPU Usage: %d%%"
-IDS_STATUS_MEMUSAGE "Mem Usage: %s / %s (%d%%)"
+IDS_STATUS_MEMUSAGE "Commit Charge: %s / %s (%d%%)"
 IDS_STATUS_CPUUSAGE "CPU Usage: %3d%%"
 IDS_STATUS_PROCESSES "Processes: %d"
 IDS_NOT_RESPONDING "Not Responding"




[ros-diffs] [rnaumann] 71466: [CALC] Use ShellAbout for the about dialog in Calc. Patch by Jason Wendt. Thank You. - Addition by me: delete about.c as well as ROS_logo.bmp CORE-11346

2016-05-31 Thread rnaumann
Author: rnaumann
Date: Tue May 31 08:04:18 2016
New Revision: 71466

URL: http://svn.reactos.org/svn/reactos?rev=71466&view=rev
Log:
[CALC] Use ShellAbout for the about dialog in Calc. Patch by Jason Wendt. Thank 
You.
- Addition by me: delete about.c as well as ROS_logo.bmp CORE-11346

Removed:
trunk/reactos/base/applications/calc/about.c
trunk/reactos/base/applications/calc/res/ROS_logo.bmp
Modified:
trunk/reactos/base/applications/calc/CMakeLists.txt
trunk/reactos/base/applications/calc/calc.h
trunk/reactos/base/applications/calc/lang/bg-BG.rc
trunk/reactos/base/applications/calc/lang/cs-CZ.rc
trunk/reactos/base/applications/calc/lang/de-DE.rc
trunk/reactos/base/applications/calc/lang/el-GR.rc
trunk/reactos/base/applications/calc/lang/en-US.rc
trunk/reactos/base/applications/calc/lang/es-ES.rc
trunk/reactos/base/applications/calc/lang/fr-FR.rc
trunk/reactos/base/applications/calc/lang/he-IL.rc
trunk/reactos/base/applications/calc/lang/hu-HU.rc
trunk/reactos/base/applications/calc/lang/it-IT.rc
trunk/reactos/base/applications/calc/lang/ja-JP.rc
trunk/reactos/base/applications/calc/lang/ko-KR.rc
trunk/reactos/base/applications/calc/lang/nl-NL.rc
trunk/reactos/base/applications/calc/lang/no-NO.rc
trunk/reactos/base/applications/calc/lang/pl-PL.rc
trunk/reactos/base/applications/calc/lang/pt-BR.rc
trunk/reactos/base/applications/calc/lang/ro-RO.rc
trunk/reactos/base/applications/calc/lang/ru-RU.rc
trunk/reactos/base/applications/calc/lang/sk-SK.rc
trunk/reactos/base/applications/calc/lang/sq-AL.rc
trunk/reactos/base/applications/calc/lang/sv-SE.rc
trunk/reactos/base/applications/calc/lang/th-TH.rc
trunk/reactos/base/applications/calc/lang/tr-TR.rc
trunk/reactos/base/applications/calc/lang/uk-UA.rc
trunk/reactos/base/applications/calc/lang/zh-CN.rc
trunk/reactos/base/applications/calc/resource.h
trunk/reactos/base/applications/calc/resource.rc
trunk/reactos/base/applications/calc/winmain.c

Modified: trunk/reactos/base/applications/calc/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/calc/CMakeLists.txt?rev=71466&r1=71465&r2=71466&view=diff
==
--- trunk/reactos/base/applications/calc/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/base/applications/calc/CMakeLists.txt [iso-8859-1] Tue May 31 
08:04:18 2016
@@ -2,7 +2,6 @@
 add_definitions(-DDISABLE_HTMLHELP_SUPPORT=1)
 
 list(APPEND SOURCE
-about.c
 convert.c
 function.c
 rpn.c
@@ -14,7 +13,7 @@
 add_rc_deps(resource.rc ${calc_rc_deps})
 add_executable(calc ${SOURCE} resource.rc)
 set_module_type(calc win32gui UNICODE)
-add_importlibs(calc advapi32 user32 gdi32 msvcrt kernel32)
+add_importlibs(calc advapi32 user32 shell32 gdi32 msvcrt kernel32)
 
 if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
 target_link_libraries(calc mingwex)

Removed: trunk/reactos/base/applications/calc/about.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/calc/about.c?rev=71465
==
--- trunk/reactos/base/applications/calc/about.c[iso-8859-1] (original)
+++ trunk/reactos/base/applications/calc/about.c(removed)
@@ -1,33 +0,0 @@
-#include "calc.h"
-
-#define MAX_LICENSE_SIZE 1000 // it's enought!
-
-INT_PTR CALLBACK AboutDlgProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp)
-{
-TCHAR *license;
-
-switch (msg) {
-case WM_INITDIALOG:
-license = (TCHAR *)alloca(MAX_LICENSE_SIZE*sizeof(TCHAR));
-if (LoadString(calc.hInstance, IDS_STRING_LICENSE, license, 
MAX_LICENSE_SIZE))
-SendDlgItemMessage(hWnd, IDC_EDIT_LICENSE, WM_SETTEXT, 0, 
(LPARAM)license);
-/* Update software version */
-SendDlgItemMessage(hWnd, IDC_TEXT_VERSION, WM_GETTEXT, 
(WPARAM)MAX_LICENSE_SIZE, (LPARAM)license);
-_tcscat(license, CALC_VERSION);
-SendDlgItemMessage(hWnd, IDC_TEXT_VERSION, WM_SETTEXT, 0, 
(LPARAM)license);
-return TRUE;
-case WM_COMMAND:
-switch (LOWORD(wp)) {
-case IDOK:
-EndDialog(hWnd, 0);
-return TRUE;
-}
-break;
-
-case WM_CLOSE:
-EndDialog(hWnd, 0);
-return 0;
-}
-return FALSE;
-}
-

Modified: trunk/reactos/base/applications/calc/calc.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/calc/calc.h?rev=71466&r1=71465&r2=71466&view=diff
==
--- trunk/reactos/base/applications/calc/calc.h [iso-8859-1] (original)
+++ trunk/reactos/base/applications/calc/calc.h [iso-8859-1] Tue May 31 
08:04:18 2016
@@ -40,8 +40,6 @@
 #ifndef IDC_STATIC
 #define IDC_STATIC  ((DWORD)-1)
 #endif
-
-#define CALC_VERSIONTEXT(&

[ros-diffs] [rnaumann] 71360: [TASKMGR] improvement german: too long string in statusbar - Patch by Joachim Henze.

2016-05-19 Thread rnaumann
Author: rnaumann
Date: Thu May 19 22:41:08 2016
New Revision: 71360

URL: http://svn.reactos.org/svn/reactos?rev=71360&view=rev
Log:
[TASKMGR] improvement german: too long string in statusbar - Patch by Joachim 
Henze. 

Modified:
trunk/reactos/base/applications/taskmgr/lang/de-DE.rc

Modified: trunk/reactos/base/applications/taskmgr/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/lang/de-DE.rc?rev=71360&r1=71359&r2=71360&view=diff
==
--- trunk/reactos/base/applications/taskmgr/lang/de-DE.rc   [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/taskmgr/lang/de-DE.rc   [iso-8859-1] 
Thu May 19 22:41:08 2016
@@ -438,7 +438,7 @@
 IDS_MSG_UNABLECHANGEPRIORITY "Kann die Priorität nicht ändern"
 IDS_MSG_WARNINGCHANGEPRIORITY "WARNUNG: Das Ändern der Prioritätsklasse 
dieses Prozesses\nkann zu unerwünschten Ergebnissen, einschl. 
Systeminstabilität, führen.\nSind Sie sicher, dass Sie sie ändern möchten?"
 IDS_MSG_TRAYICONCPUUSAGE "CPU-Auslastung: %d%%"
-IDS_STATUS_MEMUSAGE "zugesicherter Speicher: %s / %s (%d%%)"
+IDS_STATUS_MEMUSAGE "Speicher: %s / %s (%d%%)"
 IDS_STATUS_CPUUSAGE "CPU-Auslastung: %3d%%"
 IDS_STATUS_PROCESSES "Prozesse: %d"
 IDS_NOT_RESPONDING "Keine Rückmeldung"




[ros-diffs] [rnaumann] 71351: [SHELL32] Addendum to r71343: Remove some unneeded checks. The handles are initialized as NULL so they will never be true

2016-05-18 Thread rnaumann
Author: rnaumann
Date: Wed May 18 10:12:13 2016
New Revision: 71351

URL: http://svn.reactos.org/svn/reactos?rev=71351&view=rev
Log:
[SHELL32] Addendum to r71343: Remove some unneeded checks. The handles are 
initialized as NULL so they will never be true

Modified:
trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp

Modified: trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp?rev=71351&r1=71350&r2=71351&view=diff
==
--- trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp  [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp  [iso-8859-1] 
Wed May 18 10:12:13 2016
@@ -99,11 +99,6 @@
 
 if (lpTaskIconName)
 {
-if (hTaskIcon)
-{
-DeleteObject(hTaskIcon);
-}
-
 hTaskIcon = (HICON)LoadImage(shell32_hInstance,
   lpTaskIconName,
   IMAGE_ICON,
@@ -132,11 +127,6 @@
 
 if (lpFolderIconName)
 {
-if (hFolderIcon)
-{
-DeleteObject(hFolderIcon);
-}
-
 hFolderIcon = (HICON)LoadImage(shell32_hInstance,
   lpFolderIconName,
   IMAGE_ICON,
@@ -165,11 +155,6 @@
 
 if (lpClickIconName)
 {
-if (hClickIcon)
-{
-DeleteObject(hClickIcon);
-}
-
 hClickIcon = (HICON)LoadImage(shell32_hInstance,
   lpClickIconName,
   IMAGE_ICON,




[ros-diffs] [rnaumann] 71350: [TASKMGR] Use the correct title string for create new task dialog. Spotted by Jared Smudde. CORE-11129

2016-05-18 Thread rnaumann
Author: rnaumann
Date: Wed May 18 08:30:45 2016
New Revision: 71350

URL: http://svn.reactos.org/svn/reactos?rev=71350&view=rev
Log:
[TASKMGR] Use the correct title string for create new task dialog. Spotted by 
Jared Smudde. CORE-11129

Modified:
trunk/reactos/base/applications/taskmgr/run.c

Modified: trunk/reactos/base/applications/taskmgr/run.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/run.c?rev=71350&r1=71349&r2=71350&view=diff
==
--- trunk/reactos/base/applications/taskmgr/run.c   [iso-8859-1] (original)
+++ trunk/reactos/base/applications/taskmgr/run.c   [iso-8859-1] Wed May 18 
08:30:45 2016
@@ -44,7 +44,7 @@
 
 /* NOTE - don't check whether running on win 9x or NT, let's just
   assume that a unicode build only runs on NT */
-RunFileDlg(hMainWnd, hIcon, NULL, NULL, szText, RFF_CALCDIRECTORY);
+RunFileDlg(hMainWnd, hIcon, NULL, szTitle, szText, RFF_CALCDIRECTORY);
 
 DeleteObject(hIcon);
 }




[ros-diffs] [rnaumann] 71343: [SHELL32] - Implement a skeleton DlgProc for the folder options general dialog - show icons depending on button states in folder options general dialog

2016-05-16 Thread rnaumann
Author: rnaumann
Date: Mon May 16 11:58:31 2016
New Revision: 71343

URL: http://svn.reactos.org/svn/reactos?rev=71343&view=rev
Log:
[SHELL32] - Implement a skeleton DlgProc for the folder options general dialog
- show icons depending on button states in folder options general dialog

Modified:
trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp

Modified: trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp?rev=71343&r1=71342&r2=71343&view=diff
==
--- trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp  [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp  [iso-8859-1] 
Mon May 16 11:58:31 2016
@@ -84,6 +84,123 @@
 
 EXTERN_C HPSXA WINAPI SHCreatePropSheetExtArrayEx(HKEY hKey, LPCWSTR 
pszSubKey, UINT max_iface, IDataObject *pDataObj);
 
+static VOID
+UpdateGeneralIcons(HWND hDlg)
+{
+HWND hwndTaskIcon, hwndFolderIcon, hwndClickIcon;
+HICON hTaskIcon = NULL, hFolderIcon = NULL, hClickIcon = NULL;
+LPTSTR lpTaskIconName = NULL, lpFolderIconName = NULL, lpClickIconName = 
NULL;
+
+// show task setting icon
+if(IsDlgButtonChecked(hDlg, IDC_FOLDER_OPTIONS_COMMONTASKS) == BST_CHECKED)
+lpTaskIconName = MAKEINTRESOURCE(IDI_SHELL_SHOW_COMMON_TASKS);
+else if(IsDlgButtonChecked(hDlg, IDC_FOLDER_OPTIONS_CLASSICFOLDERS) == 
BST_CHECKED)
+lpTaskIconName = MAKEINTRESOURCE(IDI_SHELL_CLASSIC_FOLDERS);
+
+if (lpTaskIconName)
+{
+if (hTaskIcon)
+{
+DeleteObject(hTaskIcon);
+}
+
+hTaskIcon = (HICON)LoadImage(shell32_hInstance,
+  lpTaskIconName,
+  IMAGE_ICON,
+  0,
+  0,
+  LR_DEFAULTCOLOR);
+if (hTaskIcon)
+{
+hwndTaskIcon = GetDlgItem(hDlg,
+IDC_FOLDER_OPTIONS_TASKICON);
+if (hwndTaskIcon)
+{
+SendMessage(hwndTaskIcon,
+STM_SETIMAGE,
+IMAGE_ICON,
+(LPARAM)hTaskIcon);
+}
+}
+}
+
+// show Folder setting icons
+if(IsDlgButtonChecked(hDlg, IDC_FOLDER_OPTIONS_SAMEWINDOW) == BST_CHECKED)
+lpFolderIconName = MAKEINTRESOURCE(IDI_SHELL_OPEN_IN_SOME_WINDOW);
+else if(IsDlgButtonChecked(hDlg, IDC_FOLDER_OPTIONS_OWNWINDOW) == 
BST_CHECKED)
+lpFolderIconName = MAKEINTRESOURCE(IDI_SHELL_OPEN_IN_NEW_WINDOW);
+
+if (lpFolderIconName)
+{
+if (hFolderIcon)
+{
+DeleteObject(hFolderIcon);
+}
+
+hFolderIcon = (HICON)LoadImage(shell32_hInstance,
+  lpFolderIconName,
+  IMAGE_ICON,
+  0,
+  0,
+  LR_DEFAULTCOLOR);
+if (hFolderIcon)
+{
+hwndFolderIcon = GetDlgItem(hDlg,
+IDC_FOLDER_OPTIONS_FOLDERICON);
+if (hwndFolderIcon)
+{
+SendMessage(hwndFolderIcon,
+STM_SETIMAGE,
+IMAGE_ICON,
+(LPARAM)hFolderIcon);
+}
+}
+}
+
+// Show click setting icon
+if(IsDlgButtonChecked(hDlg, IDC_FOLDER_OPTIONS_SINGLECLICK) == BST_CHECKED)
+lpClickIconName = MAKEINTRESOURCE(IDI_SHELL_SINGLE_CLICK_TO_OPEN);
+else if(IsDlgButtonChecked(hDlg, IDC_FOLDER_OPTIONS_DOUBLECLICK) == 
BST_CHECKED)
+lpClickIconName = MAKEINTRESOURCE(IDI_SHELL_DOUBLE_CLICK_TO_OPEN);
+
+if (lpClickIconName)
+{
+if (hClickIcon)
+{
+DeleteObject(hClickIcon);
+}
+
+hClickIcon = (HICON)LoadImage(shell32_hInstance,
+  lpClickIconName,
+  IMAGE_ICON,
+  0,
+  0,
+  LR_DEFAULTCOLOR);
+if (hClickIcon)
+{
+hwndClickIcon = GetDlgItem(hDlg,
+IDC_FOLDER_OPTIONS_CLICKICON);
+if (hwndClickIcon)
+{
+SendMessage(hwndClickIcon,
+STM_SETIMAGE,
+IMAGE_ICON,
+(LPARAM)hClickIcon);
+}
+}
+}
+
+// Clean up
+

[ros-diffs] [rnaumann] 71328: [SHELL] Change the icon controls of the folder-options general page to static ones. Also give them and the radio buttons some meaningfull identifiers. Big thanks to our f

2016-05-12 Thread rnaumann
Author: rnaumann
Date: Thu May 12 21:26:55 2016
New Revision: 71328

URL: http://svn.reactos.org/svn/reactos?rev=71328&view=rev
Log:
[SHELL] Change the icon controls of the folder-options general page to static 
ones. Also give them and the radio buttons some meaningfull identifiers. Big 
thanks to our flying dutchman ;)

Modified:
trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
trunk/reactos/dll/win32/shell32/lang/da-DK.rc
trunk/reactos/dll/win32/shell32/lang/de-DE.rc
trunk/reactos/dll/win32/shell32/lang/el-GR.rc
trunk/reactos/dll/win32/shell32/lang/en-GB.rc
trunk/reactos/dll/win32/shell32/lang/en-US.rc
trunk/reactos/dll/win32/shell32/lang/es-ES.rc
trunk/reactos/dll/win32/shell32/lang/fi-FI.rc
trunk/reactos/dll/win32/shell32/lang/fr-FR.rc
trunk/reactos/dll/win32/shell32/lang/he-IL.rc
trunk/reactos/dll/win32/shell32/lang/hu-HU.rc
trunk/reactos/dll/win32/shell32/lang/it-IT.rc
trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
trunk/reactos/dll/win32/shell32/lang/ko-KR.rc
trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
trunk/reactos/dll/win32/shell32/lang/no-NO.rc
trunk/reactos/dll/win32/shell32/lang/pl-PL.rc
trunk/reactos/dll/win32/shell32/lang/pt-BR.rc
trunk/reactos/dll/win32/shell32/lang/pt-PT.rc
trunk/reactos/dll/win32/shell32/lang/ro-RO.rc
trunk/reactos/dll/win32/shell32/lang/ru-RU.rc
trunk/reactos/dll/win32/shell32/lang/sk-SK.rc
trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
trunk/reactos/dll/win32/shell32/lang/sq-AL.rc
trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
trunk/reactos/dll/win32/shell32/lang/tr-TR.rc
trunk/reactos/dll/win32/shell32/lang/uk-UA.rc
trunk/reactos/dll/win32/shell32/lang/zh-CN.rc
trunk/reactos/dll/win32/shell32/lang/zh-TW.rc
trunk/reactos/dll/win32/shell32/shresdef.h

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/bg-BG.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ca-ES.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/da-DK.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/da-DK.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/de-DE.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/el-GR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/el-GR.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/en-GB.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/en-GB.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/en-US.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/es-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/es-ES.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/fi-FI.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/fi-FI.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/fr-FR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/fr-FR.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/he-IL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/he-IL.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/hu-HU.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/hu-HU.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/it-IT.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/it-IT.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ja-JP.rc?rev=71328&r1=71327&r2=71328&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/ko-KR.rc
URL: 
ht

[ros-diffs] [rnaumann] 71313: [SHELL32] Improve a list view header. Patch by Jared Smudde. CORE-11151

2016-05-10 Thread rnaumann
Author: rnaumann
Date: Tue May 10 20:48:39 2016
New Revision: 71313

URL: http://svn.reactos.org/svn/reactos?rev=71313&view=rev
Log:
[SHELL32] Improve a list view header. Patch by Jared Smudde. CORE-11151


Modified:
trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp
trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
trunk/reactos/dll/win32/shell32/lang/da-DK.rc
trunk/reactos/dll/win32/shell32/lang/el-GR.rc
trunk/reactos/dll/win32/shell32/lang/en-GB.rc
trunk/reactos/dll/win32/shell32/lang/en-US.rc
trunk/reactos/dll/win32/shell32/lang/fi-FI.rc
trunk/reactos/dll/win32/shell32/lang/fr-FR.rc
trunk/reactos/dll/win32/shell32/lang/he-IL.rc
trunk/reactos/dll/win32/shell32/lang/hu-HU.rc
trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
trunk/reactos/dll/win32/shell32/lang/ko-KR.rc
trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
trunk/reactos/dll/win32/shell32/lang/no-NO.rc
trunk/reactos/dll/win32/shell32/lang/pt-BR.rc
trunk/reactos/dll/win32/shell32/lang/pt-PT.rc
trunk/reactos/dll/win32/shell32/lang/sk-SK.rc
trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
trunk/reactos/dll/win32/shell32/lang/zh-TW.rc

Modified: trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp?rev=71313&r1=71312&r2=71313&view=diff
==
--- trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp  [iso-8859-1] 
(original)
+++ trunk/reactos/dll/win32/shell32/dialogs/folder_options.cpp  [iso-8859-1] 
Tue May 10 20:48:39 2016
@@ -178,7 +178,8 @@
 if (!LoadStringW(shell32_hInstance, IDS_FILE_TYPES, szName, sizeof(szName) 
/ sizeof(WCHAR)))
 {
 /* default to english */
-wcscpy(szName, L"FileTypes");
+wcscpy(szName, L"File Types");
+ERR("Failed to load localized string!\n");
 }
 
 col.iSubItem   = 1;

Modified: trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/bg-BG.rc?rev=71313&r1=71312&r2=71313&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/bg-BG.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/bg-BG.rc   [iso-8859-1] Tue May 10 
20:48:39 2016
@@ -816,7 +816,7 @@
 
 IDS_FILE_DETAILS "Подробности за разширение '%s"
 IDS_FILE_DETAILSADV "Файловете с разширение '%s' са 
от вида '%s'. За да промените настройките, за 
всички '%s' файлове, натиснете „Разширени”."
-IDS_FILE_TYPES "FileTypes"
+IDS_FILE_TYPES "File Types"
 IDS_COLUMN_EXTENSION "Extensions"
 
 /* As in 'INI File' or 'WAV File', fallback string for no-name extensions

Modified: trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ca-ES.rc?rev=71313&r1=71312&r2=71313&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] Tue May 10 
20:48:39 2016
@@ -816,7 +816,7 @@
 
 IDS_FILE_DETAILS "Details for '%s' extension"
 IDS_FILE_DETAILSADV "Files with extension '%s' are of type '%s'. To change 
settings that affect all '%s' files, click Advanced."
-IDS_FILE_TYPES "FileTypes"
+IDS_FILE_TYPES "File Types"
 IDS_COLUMN_EXTENSION "Extensions"
 
 /* As in 'INI File' or 'WAV File', fallback string for no-name extensions

Modified: trunk/reactos/dll/win32/shell32/lang/da-DK.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/da-DK.rc?rev=71313&r1=71312&r2=71313&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/da-DK.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/da-DK.rc   [iso-8859-1] Tue May 10 
20:48:39 2016
@@ -822,7 +822,7 @@
 
 IDS_FILE_DETAILS "Details for '%s' extension"
 IDS_FILE_DETAILSADV "Files with extension '%s' are of type '%s'. To change 
settings that affect all '%s' files, click Advanced."
-IDS_FILE_TYPES "FileTypes"
+IDS_FILE_TYPES "File Types"
 IDS_COLUMN_EXTENSION "Extensi

[ros-diffs] [rnaumann] 71103: [WELCOME] Fix the blurry header bitmap. By Henry Tang Ih. CORE-10712

2016-04-05 Thread rnaumann
Author: rnaumann
Date: Tue Apr  5 19:29:56 2016
New Revision: 71103

URL: http://svn.reactos.org/svn/reactos?rev=71103&view=rev
Log:
[WELCOME] Fix the blurry header bitmap. By Henry Tang Ih. CORE-10712

Modified:
trunk/reactos/base/setup/welcome/res/title.bmp

Modified: trunk/reactos/base/setup/welcome/res/title.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/welcome/res/title.bmp?rev=71103&r1=71102&r2=71103&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 71102: [EXPLORER][SHELL32] Fix some blurry and ugly icons. By Jared Smudde. CORE-10847 CORE-10848

2016-04-05 Thread rnaumann
Author: rnaumann
Date: Tue Apr  5 17:35:11 2016
New Revision: 71102

URL: http://svn.reactos.org/svn/reactos?rev=71102&view=rev
Log:
[EXPLORER][SHELL32] Fix some blurry and ugly icons. By Jared Smudde. CORE-10847 
CORE-10848

Modified:
trunk/reactos/base/shell/explorer/res/ico/108.ico
trunk/reactos/base/shell/explorer/res/ico/257.ico
trunk/reactos/dll/win32/shell32/res/icons/142.ico

Modified: trunk/reactos/base/shell/explorer/res/ico/108.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ico/108.ico?rev=71102&r1=71101&r2=71102&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/ico/257.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ico/257.ico?rev=71102&r1=71101&r2=71102&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shell32/res/icons/142.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/142.ico?rev=71102&r1=71101&r2=71102&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 71099: [EXPLORER] Add missing German translation. Patch by Joachim Henze. CORE-11075

2016-04-04 Thread rnaumann
Author: rnaumann
Date: Mon Apr  4 18:10:01 2016
New Revision: 71099

URL: http://svn.reactos.org/svn/reactos?rev=71099&view=rev
Log:
[EXPLORER] Add missing German translation. Patch by Joachim Henze. CORE-11075

Modified:
trunk/reactos/base/shell/explorer/lang/de-DE.rc

Modified: trunk/reactos/base/shell/explorer/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/de-DE.rc?rev=71099&r1=71098&r2=71099&view=diff
==
--- trunk/reactos/base/shell/explorer/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/lang/de-DE.rc [iso-8859-1] Mon Apr  4 
18:10:01 2016
@@ -100,37 +100,37 @@
 IDD_NOTIFICATIONS_CUSTOMIZE DIALOGEX 0, 0, 232, 240
 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CONTEXTHELP | 
WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
 EXSTYLE WS_EX_CONTEXTHELP
-CAPTION "Customize Notifications"
-FONT 8, "MS Shell Dlg"
-BEGIN
-LTEXT"ReactOS displays icons for active and urgent 
notifications, and hides inactive ones. You can change this behavior for items 
in the list below.", IDC_STATIC, 6, 6, 220, 30
-LTEXT"Select an item, then choose its notification behavior:", 
IDC_STATIC, 6, 40, 220, 10
+CAPTION "Infobereich anpassen"
+FONT 8, "MS Shell Dlg"
+BEGIN
+LTEXT"ReactOS zeigt Symbole für aktive und dringende 
Benachrichtigungen an und blendet inaktive aus. Sie können dieses Verhalten 
für Elemente in der folgenden Liste ändern.", IDC_STATIC, 6, 6, 220, 30
+LTEXT"Markieren Sie ein Element und wählen Sie dessen 
Verhalten:", IDC_STATIC, 6, 40, 220, 10
 CONTROL  "", IDC_NOTIFICATION_LIST, "SysListView32", 
WS_CLIPSIBLINGS | WS_BORDER | 0x8005, 6, 50, 220, 128
 COMBOBOX IDC_NOTIFICATION_BEHAVIOUR, 103, 178, 78, 200, 
CBS_DROPDOWNLIST | NOT WS_VISIBLE | WS_CLIPSIBLINGS
-PUSHBUTTON   "&Restore Defaults", IDC_TASKBARPROP_NOTIREST, 164, 188, 
62, 14
+PUSHBUTTON   "&Wiederherstellen", IDC_TASKBARPROP_NOTIREST, 164, 188, 
62, 14
 DEFPUSHBUTTON"OK", IDOK, 122, 220, 50, 14
-PUSHBUTTON   "Cancel", IDCANCEL, 176, 220, 50, 14
+PUSHBUTTON   "Abbrechen", IDCANCEL, 176, 220, 50, 14
 END
 
 IDD_CLASSICSTART_CUSTOMIZE DIALOGEX 0, 0, 232, 240, 0
 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CONTEXTHELP | 
WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
-CAPTION "Customize Classic Start Menu"
-FONT 8, "MS Shell Dlg"
-{
-GROUPBOX "Start menu", IDC_STATIC, 8, 7, 218, 114
+CAPTION "Klassisches Startmenü anpassen"
+FONT 8, "MS Shell Dlg"
+{
+GROUPBOX "Startmenü", IDC_STATIC, 8, 7, 218, 114
 ICON IDI_STARTMENU2, IDC_STATIC, 19, 17, 20, 20
-LTEXT"You can customize your Start menu by adding or removing 
items.", IDC_STATIC, 48, 17, 108, 39
-PUSHBUTTON   "A&dd...", IDC_CLASSICSTART_ADD, 162, 18, 53, 14
-PUSHBUTTON   "&Remove...", IDC_CLASSICSTART_REMOVE, 162, 33, 53, 14
-PUSHBUTTON   "Ad&vanced", IDC_CLASSICSTART_ADVANCED, 162, 49, 53, 14
-PUSHBUTTON   "&Sort", IDC_CLASSICSTART_SORT, 162, 65, 53, 14
+LTEXT"Sie können das Startmenü anpassen, indem Sie Elemente 
hinzufügen oder davon entfernen.", IDC_STATIC, 48, 17, 108, 39
+PUSHBUTTON   "&Hinzufügen...", IDC_CLASSICSTART_ADD, 162, 18, 53, 14
+PUSHBUTTON   "&Entfernen...", IDC_CLASSICSTART_REMOVE, 162, 33, 53, 14
+PUSHBUTTON   "Er&weitert", IDC_CLASSICSTART_ADVANCED, 162, 49, 53, 14
+PUSHBUTTON   "&Sortieren", IDC_CLASSICSTART_SORT, 162, 65, 53, 14
 ICON IDI_RECYCLEBIN, IDC_STATIC, 20, 85, 20, 20
-LTEXT"To remove records of recently accessed documents, 
programs, and Web sites, click Clear.", IDC_STATIC, 49, 85, 108, 33
-PUSHBUTTON   "&Clear", IDC_CLASSICSTART_CLEAR, 162, 94, 53, 14
-LTEXT"Advanced S&tart menu options:", IDC_STATIC, 8, 129, 150, 
8
+LTEXT"Löschen Sie kürzlich verwendete Dokumente, Programme 
und Webseiten.", IDC_STATIC, 49, 85, 108, 33
+PUSHBUTTON   "&Löschen", IDC_CLASSICSTART_CLEAR, 162, 94, 53, 14
+LTEXT"Erweiterte Startmenü&optionen:", IDC_STATIC, 8, 129, 
150, 8
 CONTROL  "StartMenuSe&ttings", IDC_CLASSICSTART_SETTINGS, 
"SysTreeView32", WS_BORDER | 0x0001, 8, 139, 218, 72, WS_EX_CLIENTEDGE
 DEFPUSHBUTTON"OK", IDOK, 122, 220, 50, 14
-PUSHBUTTON 

[ros-diffs] [rnaumann] 71048: [IERNONCE] Add resources, update file header, remove unneeded includes CORE-7194

2016-03-25 Thread rnaumann
Author: rnaumann
Date: Fri Mar 25 23:54:55 2016
New Revision: 71048

URL: http://svn.reactos.org/svn/reactos?rev=71048&view=rev
Log:
[IERNONCE] Add resources, update file header, remove unneeded includes CORE-7194

Added:
trunk/reactos/dll/win32/iernonce/iernonce.rc   (with props)
trunk/reactos/dll/win32/iernonce/lang/
trunk/reactos/dll/win32/iernonce/lang/en-US.rc   (with props)
trunk/reactos/dll/win32/iernonce/res/
trunk/reactos/dll/win32/iernonce/res/setup.ico   (with props)
trunk/reactos/dll/win32/iernonce/resource.h   (with props)
Modified:
trunk/reactos/dll/win32/iernonce/CMakeLists.txt
trunk/reactos/dll/win32/iernonce/iernonce.c

Modified: trunk/reactos/dll/win32/iernonce/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/iernonce/CMakeLists.txt?rev=71048&r1=71047&r2=71048&view=diff
==
--- trunk/reactos/dll/win32/iernonce/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/iernonce/CMakeLists.txt [iso-8859-1] Fri Mar 25 
23:54:55 2016
@@ -3,6 +3,7 @@
 
 add_library(iernonce SHARED
 iernonce.c
+iernonce.rc
 ${CMAKE_CURRENT_BINARY_DIR}/iernonce.def)
 
 set_module_type(iernonce win32dll UNICODE)

Modified: trunk/reactos/dll/win32/iernonce/iernonce.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/iernonce/iernonce.c?rev=71048&r1=71047&r2=71048&view=diff
==
--- trunk/reactos/dll/win32/iernonce/iernonce.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/iernonce/iernonce.c [iso-8859-1] Fri Mar 25 
23:54:55 2016
@@ -2,18 +2,14 @@
  * PROJECT: ReactOS system libraries
  * LICENSE: GPL - See COPYING in the top level directory
  * FILE:dll\win32\iernonce\iernonce.c
- * PURPOSE: DLL for RunOnceEx Keys
- * PROGRAMMERS: Copyright 2013 Robert Naumann
+ * PURPOSE: ReactOS Extended RunOnce processing with UI
+ * PROGRAMMERS: Copyright 2013-2016 Robert Naumann
  */
 
 
 #define WIN32_NO_STATUS
-#include 
 #include 
 #include 
-#include 
-#include 
-#include 
 
 #define NDEBUG
 #include 

Added: trunk/reactos/dll/win32/iernonce/iernonce.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/iernonce/iernonce.rc?rev=71048
==
--- trunk/reactos/dll/win32/iernonce/iernonce.rc(added)
+++ trunk/reactos/dll/win32/iernonce/iernonce.rc[iso-8859-1] Fri Mar 25 
23:54:55 2016
@@ -0,0 +1,19 @@
+#include 
+#include 
+
+#include "resource.h"
+
+#define REACTOS_VERSION_DLL
+#define REACTOS_STR_FILE_DESCRIPTION  "ReactOS Extended RunOnce processing 
with UI"
+#define REACTOS_STR_INTERNAL_NAME "iernonce"
+#define REACTOS_STR_ORIGINAL_FILENAME "iernonce.dll"
+#include 
+
+IDI_ICON ICON "res/setup.ico"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+#ifdef LANGUAGE_EN_US
+#include "lang/en-US.rc"
+#endif

Propchange: trunk/reactos/dll/win32/iernonce/iernonce.rc
--
svn:eol-style = native

Added: trunk/reactos/dll/win32/iernonce/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/iernonce/lang/en-US.rc?rev=71048
==
--- trunk/reactos/dll/win32/iernonce/lang/en-US.rc  (added)
+++ trunk/reactos/dll/win32/iernonce/lang/en-US.rc  [iso-8859-1] Fri Mar 25 
23:54:55 2016
@@ -0,0 +1,27 @@
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+
+STRINGTABLE
+BEGIN
+IDS_INVALIDFORMAT "The format of the %1 RunEx or RunOnceEx entry was 
invalid. A vertical bar ('|') is needed after the function name and the 
function needs to support WinMain() parameters."
+IDS_LOADERROR "An error occurred loading %1. The file may not have been 
installed or it has been corrupted."
+IDS_CALLERROR "An error or exception occurred while calling the function 
%1 in %2."
+IDS_INCORRECTFORMAT "The format of the following RunEx or RunOnceEx 
command is incorrect: %1. The shell execute command must start with ||."
+IDS_NOEXPORT "Unable to call the function %1 in the file %2 because that 
function does not exist or is not exported."
+IDS_EXECUTEERROR "An error or exception occurred while executing %1."
+IDS_NOFUNCTION "Unable to find the function %1 in the file %2."
+IDS_NODEPENDENCY "Unable to load the dependency file %1."
+IDS_SETUPERROR "An error has occurred while setting up %1. This error has 
been logged, the installation will continue"
+IDS_INCOMPLETE "The previous installation of an application has not been 
completed.\n\nLogon with an Administrator account t

[ros-diffs] [rnaumann] 70915: [RAPPS] Display error messages on download failures. Patch by toe_head2001. Thank you!

2016-03-05 Thread rnaumann
Author: rnaumann
Date: Fri Mar  4 16:10:26 2016
New Revision: 70915

URL: http://svn.reactos.org/svn/reactos?rev=70915&view=rev
Log:
[RAPPS] Display error messages on download failures. Patch by toe_head2001. 
Thank you!

Modified:
trunk/reactos/base/applications/rapps/lang/bg-BG.rc
trunk/reactos/base/applications/rapps/lang/cs-CZ.rc
trunk/reactos/base/applications/rapps/lang/de-DE.rc
trunk/reactos/base/applications/rapps/lang/en-US.rc
trunk/reactos/base/applications/rapps/lang/es-ES.rc
trunk/reactos/base/applications/rapps/lang/fr-FR.rc
trunk/reactos/base/applications/rapps/lang/he-IL.rc
trunk/reactos/base/applications/rapps/lang/it-IT.rc
trunk/reactos/base/applications/rapps/lang/ja-JP.rc
trunk/reactos/base/applications/rapps/lang/no-NO.rc
trunk/reactos/base/applications/rapps/lang/pl-PL.rc
trunk/reactos/base/applications/rapps/lang/pt-BR.rc
trunk/reactos/base/applications/rapps/lang/ro-RO.rc
trunk/reactos/base/applications/rapps/lang/ru-RU.rc
trunk/reactos/base/applications/rapps/lang/sk-SK.rc
trunk/reactos/base/applications/rapps/lang/sq-AL.rc
trunk/reactos/base/applications/rapps/lang/sv-SE.rc
trunk/reactos/base/applications/rapps/lang/tr-TR.rc
trunk/reactos/base/applications/rapps/lang/uk-UA.rc
trunk/reactos/base/applications/rapps/lang/zh-CN.rc
trunk/reactos/base/applications/rapps/lang/zh-TW.rc
trunk/reactos/base/applications/rapps/loaddlg.c
trunk/reactos/base/applications/rapps/resource.h

Modified: trunk/reactos/base/applications/rapps/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/lang/bg-BG.rc?rev=70915&r1=70914&r2=70915&view=diff
==
--- trunk/reactos/base/applications/rapps/lang/bg-BG.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/rapps/lang/bg-BG.rc [iso-8859-1] Fri Mar  4 
16:10:26 2016
@@ -204,4 +204,6 @@
 IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
 IDS_INTEG_CHECK_TITLE "Verifying package integrity..."
 IDS_INTEG_CHECK_FAIL "The package did not pass the integrity check, it may 
have been corrupted or tampered with during downloading. Running the software 
is not recommended."
-END
+IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection 
to Internet."
+IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
+END

Modified: trunk/reactos/base/applications/rapps/lang/cs-CZ.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/lang/cs-CZ.rc?rev=70915&r1=70914&r2=70915&view=diff
==
--- trunk/reactos/base/applications/rapps/lang/cs-CZ.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/rapps/lang/cs-CZ.rc [iso-8859-1] Fri Mar  4 
16:10:26 2016
@@ -205,4 +205,6 @@
 IDS_CERT_DOES_NOT_MATCH "SSL certificate verification failed."
 IDS_INTEG_CHECK_TITLE "Verifying package integrity..."
 IDS_INTEG_CHECK_FAIL "The package did not pass the integrity check, it may 
have been corrupted or tampered with during downloading. Running the software 
is not recommended."
-END
+IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection 
to Internet."
+IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
+END

Modified: trunk/reactos/base/applications/rapps/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/lang/de-DE.rc?rev=70915&r1=70914&r2=70915&view=diff
==
--- trunk/reactos/base/applications/rapps/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/rapps/lang/de-DE.rc [iso-8859-1] Fri Mar  4 
16:10:26 2016
@@ -200,4 +200,6 @@
 IDS_CERT_DOES_NOT_MATCH "Überprüfung des SSL-Zertifikats fehlgeschlagen."
 IDS_INTEG_CHECK_TITLE "Verifying package integrity..."
 IDS_INTEG_CHECK_FAIL "The package did not pass the integrity check, it may 
have been corrupted or tampered with during downloading. Running the software 
is not recommended."
-END
+IDS_INTERRUPTED_DOWNLOAD "The download was interrupted. Check connection 
to Internet."
+IDS_UNABLE_TO_WRITE "Unable to write to disk. Disk may be at capacity."
+END

Modified: trunk/reactos/base/applications/rapps/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/lang/en-US.rc?rev=70915&r1=70914&r2=70915&view=diff
==
--- trunk/reactos/base/applications/rapps/lang/en-US.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/

[ros-diffs] [rnaumann] 70914: [APPWIZ] Stubplement ConfigStartMenu Patch by Jared Smudde. CORE-10788

2016-03-05 Thread rnaumann
Author: rnaumann
Date: Fri Mar  4 15:43:31 2016
New Revision: 70914

URL: http://svn.reactos.org/svn/reactos?rev=70914&view=rev
Log:
[APPWIZ] Stubplement ConfigStartMenu Patch by Jared Smudde. CORE-10788

Added:
trunk/reactos/dll/cpl/appwiz/removestartmenuitems.c   (with props)
Modified:
trunk/reactos/dll/cpl/appwiz/CMakeLists.txt
trunk/reactos/dll/cpl/appwiz/appwiz.h
trunk/reactos/dll/cpl/appwiz/appwiz.spec
trunk/reactos/dll/cpl/appwiz/lang/bg-BG.rc
trunk/reactos/dll/cpl/appwiz/lang/cs-CZ.rc
trunk/reactos/dll/cpl/appwiz/lang/de-DE.rc
trunk/reactos/dll/cpl/appwiz/lang/el-GR.rc
trunk/reactos/dll/cpl/appwiz/lang/en-US.rc
trunk/reactos/dll/cpl/appwiz/lang/es-ES.rc
trunk/reactos/dll/cpl/appwiz/lang/fr-FR.rc
trunk/reactos/dll/cpl/appwiz/lang/he-IL.rc
trunk/reactos/dll/cpl/appwiz/lang/it-IT.rc
trunk/reactos/dll/cpl/appwiz/lang/no-NO.rc
trunk/reactos/dll/cpl/appwiz/lang/pl-PL.rc
trunk/reactos/dll/cpl/appwiz/lang/pt-BR.rc
trunk/reactos/dll/cpl/appwiz/lang/ro-RO.rc
trunk/reactos/dll/cpl/appwiz/lang/ru-RU.rc
trunk/reactos/dll/cpl/appwiz/lang/sk-SK.rc
trunk/reactos/dll/cpl/appwiz/lang/sq-AL.rc
trunk/reactos/dll/cpl/appwiz/lang/tr-TR.rc
trunk/reactos/dll/cpl/appwiz/lang/uk-UA.rc
trunk/reactos/dll/cpl/appwiz/lang/zh-CN.rc
trunk/reactos/dll/cpl/appwiz/lang/zh-TW.rc
trunk/reactos/dll/cpl/appwiz/resource.h

Modified: trunk/reactos/dll/cpl/appwiz/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/CMakeLists.txt?rev=70914&r1=70913&r2=70914&view=diff
==
--- trunk/reactos/dll/cpl/appwiz/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/appwiz/CMakeLists.txt [iso-8859-1] Fri Mar  4 
15:43:31 2016
@@ -10,6 +10,7 @@
 addons.c
 appwiz.c
 createlink.c
+removestartmenuitems.c
 appwiz.h)
 
 file(GLOB appwiz_rc_deps resources/*.*)

Modified: trunk/reactos/dll/cpl/appwiz/appwiz.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/appwiz.h?rev=70914&r1=70913&r2=70914&view=diff
==
--- trunk/reactos/dll/cpl/appwiz/appwiz.h   [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/appwiz/appwiz.h   [iso-8859-1] Fri Mar  4 
15:43:31 2016
@@ -43,6 +43,10 @@
 LONG CALLBACK
 NewLinkHere(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2);
 
+/* removestartmenuitems.c */
+LONG CALLBACK
+ConfigStartMenu(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2);
+
 void ShowLastWin32Error(HWND hWndOwner);
 
 typedef enum {

Modified: trunk/reactos/dll/cpl/appwiz/appwiz.spec
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/appwiz.spec?rev=70914&r1=70913&r2=70914&view=diff
==
--- trunk/reactos/dll/cpl/appwiz/appwiz.spec[iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/appwiz/appwiz.spec[iso-8859-1] Fri Mar  4 
15:43:31 2016
@@ -1,4 +1,5 @@
 @ stdcall CPlApplet(ptr long ptr ptr)
+@ stdcall ConfigStartMenu(ptr long ptr ptr)
 @ stdcall NewLinkHere(ptr long ptr ptr) NewLinkHereA
 @ stdcall NewLinkHereA(ptr long ptr ptr)
 @ stdcall NewLinkHereW(ptr long ptr ptr)

Modified: trunk/reactos/dll/cpl/appwiz/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/lang/bg-BG.rc?rev=70914&r1=70913&r2=70914&view=diff
==
--- trunk/reactos/dll/cpl/appwiz/lang/bg-BG.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/appwiz/lang/bg-BG.rc  [iso-8859-1] Fri Mar  4 
15:43:31 2016
@@ -41,6 +41,18 @@
 LTEXT "Натиснете ""Край"" за създаване на 
препратка.", -1, 120, 50, 170, 10
 END
 
+IDD_CONFIG_STARTMENU DIALOGEX 0, 0, 212, 200
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
+CAPTION "Remove Shortcuts/Folders"
+FONT 8, "MS Shell Dlg"
+BEGIN
+LTEXT "&To remove an item from the Start menu, select the item and click 
Remove.", -1, 10, 10, 192, 16
+CONTROL "List1", IDC_STARTMENU_TREE, "SysListView32", LVS_REPORT | 
LVS_SHOWSELALWAYS |
+LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP, 10, 32, 192, 138
+PUSHBUTTON "&Remove", IDC_REMOVE_ENTRIES, 98, 176, 50, 14, WS_GROUP | 
WS_TABSTOP
+DEFPUSHBUTTON "Close", IDOK, 152, 176, 50, 14, WS_GROUP | WS_TABSTOP
+END
+
 ID_DWL_GECKO_DIALOG DIALOGEX  0, 0, 260, 95
 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | 
WS_CAPTION | WS_SYSMENU
 CAPTION "Wine Gecko Installer"

Modified: trunk/reactos/dll/cpl/appwiz/lang/cs-CZ.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/appwiz/lang/cs

[ros-diffs] [rnaumann] 70775: [SHELL32] Fix displaying icons and some strings in the file overwrite dialog. Patch by Jared Smudde CORE-10832

2016-02-23 Thread rnaumann
Author: rnaumann
Date: Tue Feb 23 16:06:27 2016
New Revision: 70775

URL: http://svn.reactos.org/svn/reactos?rev=70775&view=rev
Log:
[SHELL32] Fix displaying icons and some strings in the file overwrite dialog.
Patch by Jared Smudde CORE-10832

Modified:
trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
trunk/reactos/dll/win32/shell32/lang/en-GB.rc
trunk/reactos/dll/win32/shell32/lang/en-US.rc
trunk/reactos/dll/win32/shell32/lang/he-IL.rc
trunk/reactos/dll/win32/shell32/lang/ko-KR.rc
trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
trunk/reactos/dll/win32/shell32/lang/zh-TW.rc
trunk/reactos/dll/win32/shell32/shlfileop.cpp

Modified: trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ca-ES.rc?rev=70775&r1=70774&r2=70775&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] Tue Feb 23 
16:06:27 2016
@@ -694,7 +694,7 @@
 IDS_TRASHMULTIPLE_TEXT "Are you sure that you want to send these %1 items 
to the Recycle Bin?"
 IDS_CANTTRASH_TEXT "The item '%1' can't be sent to Recycle Bin. Do you 
want to delete it instead?"
 IDS_OVERWRITEFILE_TEXT "This folder already contains a file called 
'%1'.\n\nDo you want to replace it?"
-IDS_OVERWRITEFILE_CAPTION "Confirm file overwrite"
+IDS_OVERWRITEFILE_CAPTION "Confirm File Overwrite"
 IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named 
'%1'.\n\nIf the files in the destination folder have the same names as files in 
the\nselected folder they will be replaced. Do you still want to move or 
copy\nthe folder?"
 
 IDS_FILEOOP_COPYING "Copying..."

Modified: trunk/reactos/dll/win32/shell32/lang/en-GB.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/en-GB.rc?rev=70775&r1=70774&r2=70775&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/en-GB.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/en-GB.rc   [iso-8859-1] Tue Feb 23 
16:06:27 2016
@@ -694,7 +694,7 @@
 IDS_TRASHMULTIPLE_TEXT "Are you sure that you want to send these %1 items 
to the Recycle Bin?"
 IDS_CANTTRASH_TEXT "The item '%1' can't be sent to Recycle Bin. Do you 
want to delete it instead?"
 IDS_OVERWRITEFILE_TEXT "This folder already contains a file called 
'%1'.\n\nDo you want to replace it?"
-IDS_OVERWRITEFILE_CAPTION "Confirm file overwrite"
+IDS_OVERWRITEFILE_CAPTION "Confirm File Overwrite"
 IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named 
'%1'.\n\nIf the files in the destination folder have the same names as files in 
the\nselected folder they will be replaced. Do you still want to move or 
copy\nthe folder?"
 
 IDS_FILEOOP_COPYING "Copying..."

Modified: trunk/reactos/dll/win32/shell32/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/en-US.rc?rev=70775&r1=70774&r2=70775&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/en-US.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/en-US.rc   [iso-8859-1] Tue Feb 23 
16:06:27 2016
@@ -694,7 +694,7 @@
 IDS_TRASHMULTIPLE_TEXT "Are you sure that you want to send these %1 items 
to the Recycle Bin?"
 IDS_CANTTRASH_TEXT "The item '%1' can't be sent to Recycle Bin. Do you 
want to delete it instead?"
 IDS_OVERWRITEFILE_TEXT "This folder already contains a file called 
'%1'.\n\nDo you want to replace it?"
-IDS_OVERWRITEFILE_CAPTION "Confirm file overwrite"
+IDS_OVERWRITEFILE_CAPTION "Confirm File Overwrite"
 IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named 
'%1'.\n\nIf the files in the destination folder have the same names as files in 
the\nselected folder they will be replaced. Do you still want to move or 
copy\nthe folder?"
 
 IDS_FILEOOP_COPYING "Copying..."

Modified: trunk/reactos/dll/win32/shell32/lang/he-IL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/he-IL.rc?rev=70775&r1=70774&r2=70775&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/he-IL.rc   [iso-8859-1] (original)
+++ trunk/rea

[ros-diffs] [rnaumann] 70704: [EXPLORER] Yet another bitmap resource fix. By Jared Smudde. CORE-10781

2016-02-08 Thread rnaumann
Author: rnaumann
Date: Mon Feb  8 23:30:49 2016
New Revision: 70704

URL: http://svn.reactos.org/svn/reactos?rev=70704&view=rev
Log:
[EXPLORER] Yet another bitmap resource fix. By Jared Smudde. CORE-10781

Modified:
trunk/reactos/base/shell/explorer/res/bmp/145.bmp
trunk/reactos/base/shell/explorer/res/bmp/151.bmp
trunk/reactos/base/shell/explorer/res/bmp/153.bmp
trunk/reactos/base/shell/explorer/res/bmp/154.bmp
trunk/reactos/base/shell/explorer/res/bmp/155.bmp
trunk/reactos/base/shell/explorer/res/bmp/171.bmp
trunk/reactos/base/shell/explorer/res/bmp/180.bmp
trunk/reactos/base/shell/explorer/res/bmp/181.bmp
trunk/reactos/base/shell/explorer/res/bmp/182.bmp
trunk/reactos/base/shell/explorer/res/bmp/183.bmp

Modified: trunk/reactos/base/shell/explorer/res/bmp/145.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/145.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/151.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/151.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/153.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/153.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/154.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/154.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/155.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/155.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/171.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/171.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/180.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/180.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/181.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/181.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/182.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/182.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/183.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/183.bmp?rev=70704&r1=70703&r2=70704&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 70703: [EXPLORER] Stubplement Customize Notifications dialog. Patch by Jared Smudde. CORE-10725

2016-02-08 Thread rnaumann
Author: rnaumann
Date: Mon Feb  8 23:16:36 2016
New Revision: 70703

URL: http://svn.reactos.org/svn/reactos?rev=70703&view=rev
Log:
[EXPLORER] Stubplement Customize Notifications dialog. Patch by Jared Smudde. 
CORE-10725

Added:
trunk/reactos/base/shell/explorer/notifyiconscust.cpp   (with props)
Modified:
trunk/reactos/base/shell/explorer/CMakeLists.txt
trunk/reactos/base/shell/explorer/precomp.h
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/CMakeLists.txt?rev=70703&r1=70702&r2=70703&view=diff
==
--- trunk/reactos/base/shell/explorer/CMakeLists.txt[iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/CMakeLists.txt[iso-8859-1] Mon Feb  8 
23:16:36 2016
@@ -7,6 +7,7 @@
 list(APPEND SOURCE
 desktop.cpp
 explorer.cpp
+notifyiconscust.cpp
 rshell.cpp
 settings.cpp
 shellservice.cpp

Added: trunk/reactos/base/shell/explorer/notifyiconscust.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/notifyiconscust.cpp?rev=70703
==
--- trunk/reactos/base/shell/explorer/notifyiconscust.cpp   (added)
+++ trunk/reactos/base/shell/explorer/notifyiconscust.cpp   [iso-8859-1] 
Mon Feb  8 23:16:36 2016
@@ -0,0 +1,50 @@
+/*
+ * ReactOS Explorer
+ *
+ * Copyright 2015 Jared Smudde 
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
+ */
+
+#include "precomp.h"
+
+INT_PTR CALLBACK CustomizeNotifyIconsProc(HWND hwnd, UINT Message, WPARAM 
wParam, LPARAM lParam)
+{
+switch(Message)
+{
+case WM_INITDIALOG:
+
+return TRUE;
+case WM_COMMAND:
+   switch(LOWORD(wParam))
+   {
+   case IDOK:
+   EndDialog(hwnd, IDOK);
+   break;
+   case IDCANCEL:
+   EndDialog(hwnd, IDCANCEL);
+   break;
+   }
+   break;
+   default:
+   return FALSE;
+}
+return TRUE;
+}
+
+VOID ShowCustomizeNotifyIcons(HINSTANCE hInst, HWND hExplorer)
+{
+DialogBox(hInst, MAKEINTRESOURCE(IDD_NOTIFICATIONS_CUSTOMIZE), hExplorer, 
CustomizeNotifyIconsProc);
+}

Propchange: trunk/reactos/base/shell/explorer/notifyiconscust.cpp
--
svn:eol-style = native

Modified: trunk/reactos/base/shell/explorer/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/precomp.h?rev=70703&r1=70702&r2=70703&view=diff
==
--- trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] Mon Feb  8 
23:16:36 2016
@@ -223,6 +223,13 @@
 VOID
 DesktopDestroyShellWindow(IN HANDLE hDesktop);
 
+
+/*
+ * notifyiconscust.cpp
+ */
+VOID
+ShowCustomizeNotifyIcons(HINSTANCE, HWND);
+
 /*
  * taskband.cpp
  */

Modified: trunk/reactos/base/shell/explorer/trayprop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/trayprop.cpp?rev=70703&r1=70702&r2=70703&view=diff
==
--- trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] Mon Feb  8 
23:16:36 2016
@@ -234,6 +234,9 @@
 PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
 }
 break;
+case IDC_TASKBARPROP_ICONCUST:
+ShowCustomizeNotifyIcons(hExplorerInstance, hwndDlg);
+break;
 }
 break;
 




[ros-diffs] [rnaumann] 70395: [MSPAINT] Fix some English strings, to match Windows behaviour. Patch by Henry Tang Ih CORE-10716

2015-12-18 Thread rnaumann
Author: rnaumann
Date: Fri Dec 18 12:31:57 2015
New Revision: 70395

URL: http://svn.reactos.org/svn/reactos?rev=70395&view=rev
Log:
[MSPAINT] Fix some English strings, to match Windows behaviour. Patch by Henry 
Tang Ih CORE-10716

Modified:
trunk/reactos/base/applications/mspaint/lang/en-GB.rc
trunk/reactos/base/applications/mspaint/lang/en-US.rc

Modified: trunk/reactos/base/applications/mspaint/lang/en-GB.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mspaint/lang/en-GB.rc?rev=70395&r1=70394&r2=70395&view=diff
==
--- trunk/reactos/base/applications/mspaint/lang/en-GB.rc   [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/mspaint/lang/en-GB.rc   [iso-8859-1] 
Fri Dec 18 12:31:57 2015
@@ -21,9 +21,9 @@
 MENUITEM "Page Setup...", IDM_FILEPAGESETUP
 MENUITEM "Print...\tCtrl+P", IDM_FILEPRINT
 MENUITEM SEPARATOR
-MENUITEM "Set as wallpaper (tiled)", IDM_FILEASWALLPAPERPLANE
-MENUITEM "Set as wallpaper (centered)", IDM_FILEASWALLPAPERCENTERED
-MENUITEM "Set as wallpaper (stretched)", IDM_FILEASWALLPAPERSTRETCHED
+MENUITEM "Set as wallpaper (Tiled)", IDM_FILEASWALLPAPERPLANE
+MENUITEM "Set as wallpaper (Centered)", IDM_FILEASWALLPAPERCENTERED
+MENUITEM "Set as wallpaper (Stretched)", IDM_FILEASWALLPAPERSTRETCHED
 MENUITEM SEPARATOR
 MENUITEM "&Quit\tAlt+F4", IDM_FILEEXIT
 END

Modified: trunk/reactos/base/applications/mspaint/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mspaint/lang/en-US.rc?rev=70395&r1=70394&r2=70395&view=diff
==
--- trunk/reactos/base/applications/mspaint/lang/en-US.rc   [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/mspaint/lang/en-US.rc   [iso-8859-1] 
Fri Dec 18 12:31:57 2015
@@ -21,9 +21,9 @@
 MENUITEM "Page Setup...", IDM_FILEPAGESETUP
 MENUITEM "Print...\tCtrl+P", IDM_FILEPRINT
 MENUITEM SEPARATOR
-MENUITEM "Set as wallpaper (tiled)", IDM_FILEASWALLPAPERPLANE
-MENUITEM "Set as wallpaper (centered)", IDM_FILEASWALLPAPERCENTERED
-MENUITEM "Set as wallpaper (stretched)", IDM_FILEASWALLPAPERSTRETCHED
+MENUITEM "Set as wallpaper (Tiled)", IDM_FILEASWALLPAPERPLANE
+MENUITEM "Set as wallpaper (Centered)", IDM_FILEASWALLPAPERCENTERED
+MENUITEM "Set as wallpaper (Stretched)", IDM_FILEASWALLPAPERSTRETCHED
 MENUITEM SEPARATOR
 MENUITEM "&Quit\tAlt+F4", IDM_FILEEXIT
 END




[ros-diffs] [rnaumann] 70394: [LOGON.SCR] - improve the bitmaps - remove the enterprise part (we are ReactOS and only ReactOS) - Add an Application icon

2015-12-18 Thread rnaumann
Author: rnaumann
Date: Fri Dec 18 12:29:01 2015
New Revision: 70394

URL: http://svn.reactos.org/svn/reactos?rev=70394&view=rev
Log:
[LOGON.SCR] - improve the bitmaps
- remove the enterprise part (we are ReactOS and only ReactOS)
- Add an Application icon

Added:
trunk/reactos/base/applications/screensavers/logon/res/icon_logon.ico   
(with props)
Modified:
trunk/reactos/base/applications/screensavers/logon/logon.rc
trunk/reactos/base/applications/screensavers/logon/res/0.bmp
trunk/reactos/base/applications/screensavers/logon/res/1.bmp

Modified: trunk/reactos/base/applications/screensavers/logon/logon.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/screensavers/logon/logon.rc?rev=70394&r1=70393&r2=70394&view=diff
==
--- trunk/reactos/base/applications/screensavers/logon/logon.rc [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/screensavers/logon/logon.rc [iso-8859-1] 
Fri Dec 18 12:29:01 2015
@@ -5,6 +5,8 @@
 #include "resource.h"
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
+IDI_ICON  ICON  DISCARDABLE  "res/icon_logon.ico"
 
 #define REACTOS_VERSION_DLL
 #define REACTOS_STR_FILE_DESCRIPTION  "ReactOS Logon ScreenSaver"

Modified: trunk/reactos/base/applications/screensavers/logon/res/0.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/screensavers/logon/res/0.bmp?rev=70394&r1=70393&r2=70394&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/applications/screensavers/logon/res/1.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/screensavers/logon/res/1.bmp?rev=70394&r1=70393&r2=70394&view=diff
==
Binary files - no diff available.

Added: trunk/reactos/base/applications/screensavers/logon/res/icon_logon.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/screensavers/logon/res/icon_logon.ico?rev=70394
==
Binary file - no diff available.

Propchange: 
trunk/reactos/base/applications/screensavers/logon/res/icon_logon.ico
--
svn:mime-type = application/octet-stream




[ros-diffs] [rnaumann] 70385: [HIVECLS] Add bmp images to the shell "new" menu. Patch by Jared Smudde CORE-10668

2015-12-17 Thread rnaumann
Author: rnaumann
Date: Thu Dec 17 14:23:21 2015
New Revision: 70385

URL: http://svn.reactos.org/svn/reactos?rev=70385&view=rev
Log:
[HIVECLS] Add bmp images to the shell "new" menu. Patch by Jared Smudde 
CORE-10668

Modified:
trunk/reactos/boot/bootdata/hivecls.inf

Modified: trunk/reactos/boot/bootdata/hivecls.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?rev=70385&r1=70384&r2=70385&view=diff
==
--- trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] Thu Dec 17 
14:23:21 2015
@@ -177,6 +177,8 @@
 ; Bitmap Images
 HKCR,".bmp","",0x,"bmpfile"
 HKCR,"bmpfile","",0x,"Bitmap Image"
+HKCR,".bmp\shellnew","",0x,""
+HKCR,".bmp\shellnew","NullFile",0x0002,""
 
HKCR,"bmpfile","FriendlyTypeName",0x0002,"@%SystemRoot%\system32\shimgvw.dll,-304"
 HKCR,"bmpfile\DefaultIcon","",0x0002,"%SystemRoot%\system32\shimgvw.dll,1"
 HKCR,"bmpfile\shell\open\command","",0x0002,"rundll32.exe 
%SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"




[ros-diffs] [rnaumann] 70384: [RUNDLL32] Add an icon. Patch by Jared Smudde. CORE-10669

2015-12-17 Thread rnaumann
Author: rnaumann
Date: Thu Dec 17 14:10:18 2015
New Revision: 70384

URL: http://svn.reactos.org/svn/reactos?rev=70384&view=rev
Log:
[RUNDLL32] Add an icon. Patch by Jared Smudde. CORE-10669

Added:
trunk/reactos/base/system/rundll32/res/
trunk/reactos/base/system/rundll32/res/main.ico   (with props)
Modified:
trunk/reactos/base/system/rundll32/resource.h
trunk/reactos/base/system/rundll32/rundll32.rc

Added: trunk/reactos/base/system/rundll32/res/main.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/rundll32/res/main.ico?rev=70384
==
Binary file - no diff available.

Propchange: trunk/reactos/base/system/rundll32/res/main.ico
--
svn:mime-type = application/octet-stream

Modified: trunk/reactos/base/system/rundll32/resource.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/rundll32/resource.h?rev=70384&r1=70383&r2=70384&view=diff
==
--- trunk/reactos/base/system/rundll32/resource.h   [iso-8859-1] (original)
+++ trunk/reactos/base/system/rundll32/resource.h   [iso-8859-1] Thu Dec 17 
14:10:18 2015
@@ -3,3 +3,5 @@
 #define RC_STRING_MAX_SIZE 200
 #define IDS_DllNotLoaded   100
 #define IDS_MissingEntry   101
+
+#define IDI_MAIN   100

Modified: trunk/reactos/base/system/rundll32/rundll32.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/rundll32/rundll32.rc?rev=70384&r1=70383&r2=70384&view=diff
==
--- trunk/reactos/base/system/rundll32/rundll32.rc  [iso-8859-1] (original)
+++ trunk/reactos/base/system/rundll32/rundll32.rc  [iso-8859-1] Thu Dec 17 
14:10:18 2015
@@ -6,6 +6,8 @@
 #define REACTOS_STR_INTERNAL_NAME "rundll32"
 #define REACTOS_STR_ORIGINAL_FILENAME "rundll32.exe"
 #include 
+
+IDI_MAIN ICON "res/main.ico"
 
 /* UTF-8 */
 #pragma code_page(65001)




[ros-diffs] [rnaumann] 70314: [EXPLORER]Initialize the propInfo structure before using it. Spotted by Mark Jansen. See CORE-10560

2015-12-08 Thread rnaumann
Author: rnaumann
Date: Tue Dec  8 22:54:33 2015
New Revision: 70314

URL: http://svn.reactos.org/svn/reactos?rev=70314&view=rev
Log:
[EXPLORER]Initialize the propInfo structure before using it. Spotted by Mark 
Jansen. See CORE-10560

Modified:
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/trayprop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/trayprop.cpp?rev=70314&r1=70313&r2=70314&view=diff
==
--- trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] Tue Dec  8 
22:54:33 2015
@@ -338,7 +338,7 @@
 VOID
 DisplayTrayProperties(IN HWND hwndOwner)
 {
-PROPSHEET_INFO propInfo;
+PROPSHEET_INFO propInfo = {0};
 PROPSHEETHEADER psh;
 PROPSHEETPAGE psp[2];
 WCHAR szCaption[256];




[ros-diffs] [rnaumann] 70291: [SYSSETUP] Set an owner name by default. Patch by Ismael Ferreras Morezuelas CORE-10476

2015-12-07 Thread rnaumann
Author: rnaumann
Date: Mon Dec  7 23:21:49 2015
New Revision: 70291

URL: http://svn.reactos.org/svn/reactos?rev=70291&view=rev
Log:
[SYSSETUP] Set an owner name by default. Patch by Ismael Ferreras Morezuelas 
CORE-10476

Modified:
trunk/reactos/dll/win32/syssetup/lang/bg-BG.rc
trunk/reactos/dll/win32/syssetup/lang/cs-CZ.rc
trunk/reactos/dll/win32/syssetup/lang/de-DE.rc
trunk/reactos/dll/win32/syssetup/lang/el-GR.rc
trunk/reactos/dll/win32/syssetup/lang/en-US.rc
trunk/reactos/dll/win32/syssetup/lang/es-ES.rc
trunk/reactos/dll/win32/syssetup/lang/et-EE.rc
trunk/reactos/dll/win32/syssetup/lang/fr-FR.rc
trunk/reactos/dll/win32/syssetup/lang/he-IL.rc
trunk/reactos/dll/win32/syssetup/lang/hu-HU.rc
trunk/reactos/dll/win32/syssetup/lang/id-ID.rc
trunk/reactos/dll/win32/syssetup/lang/it-IT.rc
trunk/reactos/dll/win32/syssetup/lang/ja-JP.rc
trunk/reactos/dll/win32/syssetup/lang/nl-NL.rc
trunk/reactos/dll/win32/syssetup/lang/no-NO.rc
trunk/reactos/dll/win32/syssetup/lang/pl-PL.rc
trunk/reactos/dll/win32/syssetup/lang/pt-BR.rc
trunk/reactos/dll/win32/syssetup/lang/ro-RO.rc
trunk/reactos/dll/win32/syssetup/lang/ru-RU.rc
trunk/reactos/dll/win32/syssetup/lang/sk-SK.rc
trunk/reactos/dll/win32/syssetup/lang/sq-AL.rc
trunk/reactos/dll/win32/syssetup/lang/tr-TR.rc
trunk/reactos/dll/win32/syssetup/lang/uk-UA.rc
trunk/reactos/dll/win32/syssetup/lang/zh-CN.rc
trunk/reactos/dll/win32/syssetup/resource.h
trunk/reactos/dll/win32/syssetup/wizard.c

Modified: trunk/reactos/dll/win32/syssetup/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/lang/bg-BG.rc?rev=70291&r1=70290&r2=70291&view=diff
==
--- trunk/reactos/dll/win32/syssetup/lang/bg-BG.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/syssetup/lang/bg-BG.rc  [iso-8859-1] Mon Dec  7 
23:21:49 2015
@@ -155,6 +155,7 @@
  *   Also check the IDD_COMPUTERPAGE dialog.
  */
 IDS_ADMINISTRATOR_NAME "Administrator"
+IDS_MACHINE_OWNER_NAME "Собственик"
 END
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/syssetup/lang/cs-CZ.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/lang/cs-CZ.rc?rev=70291&r1=70290&r2=70291&view=diff
==
--- trunk/reactos/dll/win32/syssetup/lang/cs-CZ.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/syssetup/lang/cs-CZ.rc  [iso-8859-1] Mon Dec  7 
23:21:49 2015
@@ -161,6 +161,7 @@
  *   Also check the IDD_COMPUTERPAGE dialog.
  */
 IDS_ADMINISTRATOR_NAME "Administrator"
+IDS_MACHINE_OWNER_NAME "Vlastník"
 END
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/syssetup/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/lang/de-DE.rc?rev=70291&r1=70290&r2=70291&view=diff
==
--- trunk/reactos/dll/win32/syssetup/lang/de-DE.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/syssetup/lang/de-DE.rc  [iso-8859-1] Mon Dec  7 
23:21:49 2015
@@ -155,6 +155,7 @@
  *   Also check the IDD_COMPUTERPAGE dialog.
  */
 IDS_ADMINISTRATOR_NAME "Administrator"
+IDS_MACHINE_OWNER_NAME "Besitzer"
 END
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/syssetup/lang/el-GR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/lang/el-GR.rc?rev=70291&r1=70290&r2=70291&view=diff
==
--- trunk/reactos/dll/win32/syssetup/lang/el-GR.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/syssetup/lang/el-GR.rc  [iso-8859-1] Mon Dec  7 
23:21:49 2015
@@ -155,6 +155,7 @@
  *   Also check the IDD_COMPUTERPAGE dialog.
  */
 IDS_ADMINISTRATOR_NAME "Administrator"
+IDS_MACHINE_OWNER_NAME "Κάτοχος"
 END
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/syssetup/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/lang/en-US.rc?rev=70291&r1=70290&r2=70291&view=diff
==
--- trunk/reactos/dll/win32/syssetup/lang/en-US.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/syssetup/lang/en-US.rc  [iso-8859-1] Mon Dec  7 
23:21:49 2015
@@ -174,6 +174,7 @@
  *   Also check the IDD_COMPUTERPAGE dialog.
  */
 IDS_ADMINISTRATOR_NAME "Administrator"
+IDS_MACHINE_OWNER_NAME "Owner"
 END
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/syssetup/lang/es-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/lang/es-ES.rc?rev=70291&r1=702

[ros-diffs] [rnaumann] 70266: [RAPPS] unuglify icons. CORE-10642

2015-12-04 Thread rnaumann
Author: rnaumann
Date: Fri Dec  4 12:47:26 2015
New Revision: 70266

URL: http://svn.reactos.org/svn/reactos?rev=70266&view=rev
Log:
[RAPPS] unuglify icons. CORE-10642

Modified:
trunk/reactos/base/applications/rapps/res/main.ico
trunk/reactos/base/applications/rapps_new/res/main.ico

Modified: trunk/reactos/base/applications/rapps/res/main.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/res/main.ico?rev=70266&r1=70265&r2=70266&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/applications/rapps_new/res/main.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps_new/res/main.ico?rev=70266&r1=70265&r2=70266&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 70257: [REG][DESKADP] Update polish translation. Based on a patch by Adam Stachowicz. CORE-10011

2015-12-03 Thread rnaumann
Author: rnaumann
Date: Thu Dec  3 22:45:14 2015
New Revision: 70257

URL: http://svn.reactos.org/svn/reactos?rev=70257&view=rev
Log:
[REG][DESKADP] Update polish translation. Based on a patch by Adam Stachowicz. 
CORE-10011

Modified:
trunk/reactos/base/applications/cmdutils/reg/lang/pl-PL.rc
trunk/reactos/dll/shellext/deskadp/lang/pl-PL.rc

Modified: trunk/reactos/base/applications/cmdutils/reg/lang/pl-PL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/cmdutils/reg/lang/pl-PL.rc?rev=70257&r1=70256&r2=70257&view=diff
==
--- trunk/reactos/base/applications/cmdutils/reg/lang/pl-PL.rc  [iso-8859-1] 
(original)
+++ trunk/reactos/base/applications/cmdutils/reg/lang/pl-PL.rc  [iso-8859-1] 
Thu Dec  3 22:45:14 2015
@@ -11,5 +11,5 @@
 STRING_INVALID_CMDLINE, "Błąd: Niewłaściwe parametry wiersza 
poleceń\n"
 STRING_NO_REMOTE, "Błąd: Nie można dodać kluczy do zdalnej maszyny\n"
 STRING_CANNOT_FIND, "Błąd: System nie mógł znaleźć podanej wartości 
lub klucza rejestru\n"
-STRING_UNSUPPORTED_TYPE, "Error: Unsupported type\n"
+STRING_UNSUPPORTED_TYPE, "Błąd: Nieobsługiwany typ\n"
 }

Modified: trunk/reactos/dll/shellext/deskadp/lang/pl-PL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/deskadp/lang/pl-PL.rc?rev=70257&r1=70256&r2=70257&view=diff
==
--- trunk/reactos/dll/shellext/deskadp/lang/pl-PL.rc[iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/deskadp/lang/pl-PL.rc[iso-8859-1] Thu Dec  3 
22:45:14 2015
@@ -44,7 +44,7 @@
 
 STRINGTABLE
 BEGIN
-IDS_MODEFMT "%d by %d, %s, %s"
+IDS_MODEFMT "%d przez %d, %s, %s"
 IDS_DEFREFRESHRATE "Odświeżanie domyślne"
 IDES_REFRESHRATEFMT "%d Herców"
 IDS_4BPP "16 kolorów"




[ros-diffs] [rnaumann] 70256: [TELNET][WINLOGON] Update icons. Work by Henry Tang Ih. CORE-10616

2015-12-03 Thread rnaumann
Author: rnaumann
Date: Thu Dec  3 22:35:38 2015
New Revision: 70256

URL: http://svn.reactos.org/svn/reactos?rev=70256&view=rev
Log:
[TELNET][WINLOGON] Update icons. Work by Henry Tang Ih. CORE-10616

Modified:
trunk/reactos/base/applications/network/telnet/telnet.ico
trunk/reactos/base/system/winlogon/res/winlogon.ico

Modified: trunk/reactos/base/applications/network/telnet/telnet.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/network/telnet/telnet.ico?rev=70256&r1=70255&r2=70256&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/system/winlogon/res/winlogon.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/res/winlogon.ico?rev=70256&r1=70255&r2=70256&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 70255: [ICONS] Remove unneeded icon sizes, such as 24px. This slightly decreases ISO size. This booooooring work was done by Jared Smudde (and Henry Tang Ih?!?). Thank you. CORE

2015-12-03 Thread rnaumann
Author: rnaumann
Date: Thu Dec  3 22:26:58 2015
New Revision: 70255

URL: http://svn.reactos.org/svn/reactos?rev=70255&view=rev
Log:
[ICONS] Remove unneeded icon sizes, such as 24px. This slightly decreases ISO 
size.
This booring work was done by Jared Smudde (and Henry Tang Ih?!?). Thank 
you. CORE-10348

Modified:
trunk/reactos/base/applications/calc/res/calc.ico
trunk/reactos/base/applications/charmap/res/charmap.ico
trunk/reactos/base/applications/control/resources/config.ico
trunk/reactos/base/applications/dxdiag/res/dxdiag.ico
trunk/reactos/base/applications/fontview/ttf.ico
trunk/reactos/base/applications/games/solitaire/solitaire.ico
trunk/reactos/base/applications/games/spider/spider.ico
trunk/reactos/base/applications/games/winmine/rc/winemine.ico
trunk/reactos/base/applications/hh/hh.ico
trunk/reactos/base/applications/iexplore/iexplore.ico
trunk/reactos/base/applications/kbswitch/res/kbswitch.ico
trunk/reactos/base/applications/magnify/res/magnify.ico
trunk/reactos/base/applications/mmc/resources/mmc.ico
trunk/reactos/base/applications/mplay32/resources/mplay32.ico
trunk/reactos/base/applications/mscutils/eventvwr/res/eventvwr.ico
trunk/reactos/base/applications/mscutils/servman/res/driver.ico
trunk/reactos/base/applications/mscutils/servman/res/nodepends.ico
trunk/reactos/base/applications/mscutils/servman/res/system.ico
trunk/reactos/base/applications/mspaint/icons/paint.ico
trunk/reactos/base/applications/mstsc/res/colors.ico
trunk/reactos/base/applications/mstsc/res/connection.ico
trunk/reactos/base/applications/mstsc/res/logon.ico
trunk/reactos/base/applications/mstsc/res/mstsc.ico
trunk/reactos/base/applications/mstsc/res/remote.ico
trunk/reactos/base/applications/notepad/res/notepad.ico
trunk/reactos/base/applications/osk/res/osk.ico
trunk/reactos/base/applications/rapps/res/main.ico
trunk/reactos/base/applications/rapps_new/res/main.ico
trunk/reactos/base/applications/regedit/res/computer.ico
trunk/reactos/base/applications/regedit/res/folder.ico
trunk/reactos/base/applications/regedit/res/folderopen.ico
trunk/reactos/base/applications/regedit/res/regedit.ico
trunk/reactos/base/applications/regedit/res/regfile.ico
trunk/reactos/base/applications/sndvol32/resources/sndvol32.ico
trunk/reactos/base/applications/taskmgr/res/taskmgr.ico
trunk/reactos/base/applications/taskmgr/res/window.ico
trunk/reactos/base/applications/taskmgr/res/windowsm.ico
trunk/reactos/base/applications/wordpad/res/document.ico
trunk/reactos/base/applications/wordpad/res/wordpad.ico
trunk/reactos/base/setup/reactos/res/setup.ico
trunk/reactos/base/shell/cmd/res/terminal.ico
trunk/reactos/base/system/msiexec/msiexec.ico
trunk/reactos/base/system/runonce/res/icon.ico
trunk/reactos/dll/cpl/access/resources/applet.ico
trunk/reactos/dll/cpl/appwiz/resources/applet.ico
trunk/reactos/dll/cpl/console/res/terminal.ico
trunk/reactos/dll/cpl/desk/resources/applet.ico
trunk/reactos/dll/cpl/hdwwiz/resources/applet.ico
trunk/reactos/dll/cpl/hdwwiz/resources/search.ico
trunk/reactos/dll/cpl/inetcpl/resources/certificates.ico
trunk/reactos/dll/cpl/inetcpl/resources/history.ico
trunk/reactos/dll/cpl/inetcpl/resources/home.ico
trunk/reactos/dll/cpl/inetcpl/resources/inetcpl.ico
trunk/reactos/dll/cpl/inetcpl/resources/restricted.ico
trunk/reactos/dll/cpl/inetcpl/resources/trusted.ico
trunk/reactos/dll/cpl/intl/resources/applet.ico
trunk/reactos/dll/cpl/joy/resources/applet.ico
trunk/reactos/dll/cpl/main/resources/admintools_folder.ico
trunk/reactos/dll/cpl/main/resources/fonts_folder.ico
trunk/reactos/dll/cpl/main/resources/keyboard.ico
trunk/reactos/dll/cpl/main/resources/mouse.ico
trunk/reactos/dll/cpl/mmsys/resources/3004.ico
trunk/reactos/dll/cpl/mmsys/resources/4354.ico
trunk/reactos/dll/cpl/mmsys/resources/4361.ico
trunk/reactos/dll/cpl/mmsys/resources/4363.ico
trunk/reactos/dll/cpl/mmsys/resources/4364.ico
trunk/reactos/dll/cpl/mmsys/resources/4367.ico
trunk/reactos/dll/cpl/mmsys/resources/4368.ico
trunk/reactos/dll/cpl/mmsys/resources/4369.ico
trunk/reactos/dll/cpl/mmsys/resources/4378.ico
trunk/reactos/dll/cpl/mmsys/resources/4379.ico
trunk/reactos/dll/cpl/mmsys/resources/4380.ico
trunk/reactos/dll/cpl/mmsys/resources/4394.ico
trunk/reactos/dll/cpl/powercfg/resources/ac.ico
trunk/reactos/dll/cpl/telephon/resources/applet.ico
trunk/reactos/dll/cpl/timedate/resources/applet.ico
trunk/reactos/dll/cpl/usrmgr/resources/applet.ico
trunk/reactos/dll/cpl/wined3dcfg/resources/wined3dcfg.ico
trunk/reactos/dll/shellext/deskadp/resources/adapter.ico
trunk/reactos/dll/shellext/deskmon/resources/monitor.ico
trunk/reactos/dll/shellext/netshell/res/netshell.ico
trunk/reactos/dll/shellext/stobject/resources/1

[ros-diffs] [rnaumann] 70105: [EXPLORER] -Addendum to r70104: Uncheck the 'show seconds' checkbox before disabling it.

2015-11-24 Thread rnaumann
Author: rnaumann
Date: Tue Nov 24 23:05:49 2015
New Revision: 70105

URL: http://svn.reactos.org/svn/reactos?rev=70105&view=rev
Log:
[EXPLORER] -Addendum to r70104: Uncheck the 'show seconds' checkbox before 
disabling it.

Modified:
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/trayprop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/trayprop.cpp?rev=70105&r1=70104&r2=70105&view=diff
==
--- trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] Tue Nov 24 
23:05:49 2015
@@ -123,6 +123,7 @@
 }
 else
 {
+SendMessage(hwndSeconds, BM_SETCHECK, BST_UNCHECKED, 0);
 EnableWindow(hwndSeconds, FALSE);
 lpTrayImageName = 
MAKEINTRESOURCE(IDB_SYSTRAYPROP_HIDE_NOCLOCK);
 }
@@ -140,6 +141,7 @@
 }
 else
 {
+SendMessage(hwndSeconds, BM_SETCHECK, BST_UNCHECKED, 0);
 EnableWindow(hwndSeconds, FALSE);
 lpTrayImageName = 
MAKEINTRESOURCE(IDB_SYSTRAYPROP_SHOW_NOCLOCK);
 }




[ros-diffs] [rnaumann] 70104: [EXPLORER] -Reactivate the 'show seconds' functionality. -Enable the the controls depending on checkbox states

2015-11-24 Thread rnaumann
Author: rnaumann
Date: Tue Nov 24 22:37:58 2015
New Revision: 70104

URL: http://svn.reactos.org/svn/reactos?rev=70104&view=rev
Log:
[EXPLORER] -Reactivate the 'show seconds' functionality.
-Enable the the controls depending on checkbox states

Modified:
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/trayprop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/trayprop.cpp?rev=70104&r1=70103&r2=70104&view=diff
==
--- trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] Tue Nov 24 
22:37:58 2015
@@ -36,6 +36,7 @@
 {
 HWND hwndLock, hwndHide, hwndGroup, hwndShowQL, hwndClock, hwndSeconds, 
hwndHideInactive;
 HWND hwndTaskbarBitmap, hwndTrayBitmap;
+HWND hwndAdvancedButton;
 BOOL bLock, bHide, bGroup, bShowQL, bShowClock, bShowSeconds, 
bHideInactive;
 LPTSTR lpTaskBarImageName = NULL, lpTrayImageName = NULL;
 BOOL bRet = FALSE;
@@ -48,6 +49,8 @@
 hwndClock = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_CLOCK);
 hwndSeconds = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_SECONDS);
 hwndHideInactive = GetDlgItem(pPropInfo->hTaskbarWnd, 
IDC_TASKBARPROP_HIDEICONS);
+
+hwndAdvancedButton = GetDlgItem(pPropInfo->hTaskbarWnd, 
IDC_TASKBARPROP_ICONCUST);
 
 if (hwndLock && hwndHide && hwndGroup && hwndShowQL && hwndClock && 
hwndSeconds && hwndHideInactive)
 {
@@ -109,10 +112,10 @@
 
 if (bHideInactive)
 {
-/* FIXME: when the customize button is disabled, enable it. */
+EnableWindow(hwndAdvancedButton, TRUE);
 if(bShowClock)
 {
-/* FIXME: when the seconds checkbox is disabled, enable it. */
+EnableWindow(hwndSeconds, TRUE);
 if(bShowSeconds)
 lpTrayImageName = 
MAKEINTRESOURCE(IDB_SYSTRAYPROP_HIDE_SECONDS);
 else
@@ -120,16 +123,16 @@
 }
 else
 {
-/* FIXME: when the seconds checkbox is enabled, disable it it. 
*/
+EnableWindow(hwndSeconds, FALSE);
 lpTrayImageName = 
MAKEINTRESOURCE(IDB_SYSTRAYPROP_HIDE_NOCLOCK);
 }
 }
 else
 {
-/* FIXME: when the customize button is enabled, disable it. */
+EnableWindow(hwndAdvancedButton, FALSE);
 if(bShowClock)
 {
-/* FIXME: when the seconds checkbox is disabled, enable it. */
+EnableWindow(hwndSeconds, TRUE);
 if(bShowSeconds)
 lpTrayImageName = 
MAKEINTRESOURCE(IDB_SYSTRAYPROP_SHOW_SECONDS);
 else
@@ -137,7 +140,7 @@
 }
 else
 {
-/* FIXME: when the seconds checkbox is enabled, disable it it. 
*/
+EnableWindow(hwndSeconds, FALSE);
 lpTrayImageName = 
MAKEINTRESOURCE(IDB_SYSTRAYPROP_SHOW_NOCLOCK);
 }
 }
@@ -184,6 +187,7 @@
 pPropInfo->hTaskbarWnd = hwnd;
 
 // FIXME: check buttons
+CheckDlgButton(hwnd, IDC_TASKBARPROP_SECONDS, 
AdvancedSettings.bShowSeconds ? BST_CHECKED : BST_UNCHECKED);
 
 UpdateTaskbarBitmap(pPropInfo);
 }
@@ -241,6 +245,8 @@
 break;
 
 case PSN_APPLY:
+AdvancedSettings.bShowSeconds = 
IsDlgButtonChecked(hwndDlg, IDC_TASKBARPROP_SECONDS);
+SaveSettingDword(szAdvancedSettingsKey, 
TEXT("ShowSeconds"), AdvancedSettings.bShowSeconds);
 break;
 }
 




[ros-diffs] [rnaumann] 70102: [EXPLORER] -Fix a parameter of OnCreateTaskbarPage(). Fix by Mark Jansen -Implement showing the notification area preview images. CORE-10560

2015-11-24 Thread rnaumann
Author: rnaumann
Date: Tue Nov 24 21:43:07 2015
New Revision: 70102

URL: http://svn.reactos.org/svn/reactos?rev=70102&view=rev
Log:
[EXPLORER] -Fix a parameter of OnCreateTaskbarPage(). Fix by Mark Jansen
-Implement showing the notification area preview images. CORE-10560

Modified:
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/trayprop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/trayprop.cpp?rev=70102&r1=70101&r2=70102&view=diff
==
--- trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] Tue Nov 24 
21:43:07 2015
@@ -2,6 +2,7 @@
  * ReactOS Explorer
  *
  * Copyright 2006 - 2007 Thomas Weidenmueller 
+ *  2015 Robert Naumann 
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -24,54 +25,62 @@
 {
 HWND hTaskbarWnd;
 HWND hStartWnd;
-HWND hNotiWnd;
-HWND hToolWnd;
 
 HBITMAP hTaskbarBitmap;
+HBITMAP hTrayBitmap;
 } PROPSHEET_INFO, *PPROPSHEET_INFO;
 
 
 static BOOL
 UpdateTaskbarBitmap(PPROPSHEET_INFO pPropInfo)
 {
-HWND hwndLock, hwndHide, hwndGroup, hwndShowQL;
-HWND hwndBitmap;
-BOOL bLock, bHide, bGroup, bShowQL;
-LPTSTR lpImageName = NULL;
+HWND hwndLock, hwndHide, hwndGroup, hwndShowQL, hwndClock, hwndSeconds, 
hwndHideInactive;
+HWND hwndTaskbarBitmap, hwndTrayBitmap;
+BOOL bLock, bHide, bGroup, bShowQL, bShowClock, bShowSeconds, 
bHideInactive;
+LPTSTR lpTaskBarImageName = NULL, lpTrayImageName = NULL;
 BOOL bRet = FALSE;
 
 hwndLock = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_LOCK);
 hwndHide = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_HIDE);
 hwndGroup = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_GROUP);
 hwndShowQL = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_SHOWQL);
-
-if (hwndLock && hwndHide && hwndGroup && hwndShowQL)
+
+hwndClock = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_CLOCK);
+hwndSeconds = GetDlgItem(pPropInfo->hTaskbarWnd, IDC_TASKBARPROP_SECONDS);
+hwndHideInactive = GetDlgItem(pPropInfo->hTaskbarWnd, 
IDC_TASKBARPROP_HIDEICONS);
+
+if (hwndLock && hwndHide && hwndGroup && hwndShowQL && hwndClock && 
hwndSeconds && hwndHideInactive)
 {
 bLock = (SendMessage(hwndLock, BM_GETCHECK, 0, 0) == BST_CHECKED);
 bHide = (SendMessage(hwndHide, BM_GETCHECK, 0, 0) == BST_CHECKED);
 bGroup = (SendMessage(hwndGroup, BM_GETCHECK, 0, 0) == BST_CHECKED);
 bShowQL = (SendMessage(hwndShowQL, BM_GETCHECK, 0, 0) == BST_CHECKED);
+
+bShowClock = (SendMessage(hwndClock, BM_GETCHECK, 0, 0) == 
BST_CHECKED);
+bShowSeconds = (SendMessage(hwndSeconds, BM_GETCHECK, 0, 0) == 
BST_CHECKED);
+bHideInactive = (SendMessage(hwndHideInactive, BM_GETCHECK, 0, 0) == 
BST_CHECKED);
 
 if (bHide)
-lpImageName = MAKEINTRESOURCE(IDB_TASKBARPROP_AUTOHIDE);
+lpTaskBarImageName = MAKEINTRESOURCE(IDB_TASKBARPROP_AUTOHIDE);
 else if (bLock  && bGroup  && bShowQL)
-lpImageName = MAKEINTRESOURCE(IDB_TASKBARPROP_LOCK_GROUP_QL);
+lpTaskBarImageName = 
MAKEINTRESOURCE(IDB_TASKBARPROP_LOCK_GROUP_QL);
 else if (bLock  && !bGroup && !bShowQL)
-lpImageName = MAKEINTRESOURCE(IDB_TASKBARPROP_LOCK_NOGROUP_NOQL);
+lpTaskBarImageName = 
MAKEINTRESOURCE(IDB_TASKBARPROP_LOCK_NOGROUP_NOQL);
 else if (bLock  && bGroup  && !bShowQL)
-lpImageName = MAKEINTRESOURCE(IDB_TASKBARPROP_LOCK_GROUP_NOQL);
+lpTaskBarImageName = 
MAKEINTRESOURCE(IDB_TASKBARPROP_LOCK_GROUP_NOQL);
 else if (bLock  && !bGroup && bShowQL)
-lpImageName = MAKEINTRESOURCE(IDB_TASKBARPROP_LOCK_NOGROUP_QL);
+lpTaskBarImageName = 
MAKEINTRESOURCE(IDB_TASKBARPROP_LOCK_NOGROUP_QL);
 else if (!bLock && !bGroup && !bShowQL)
-lpImageName = MAKEINTRESOURCE(IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL);
+lpTaskBarImageName = 
MAKEINTRESOURCE(IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL);
 else if (!bLock && bGroup  && !bShowQL)
-lpImageName = MAKEINTRESOURCE(IDB_TASKBARPROP_NOLOCK_GROUP_NOQL);
+lpTaskBarImageName = 
MAKEINTRESOURCE(IDB_TASKBARPROP_NOLOCK_GROUP_NOQL);
 else if (!bLock && !bGroup && bShowQL)
-lpImageName = MAKEINTRESOURCE(IDB_TASKBARPROP_NOLOCK_NOGROUP_QL);
+lpTaskBarImageName = 
MAKEINTRESOURCE(IDB_TASKBARPROP_NOLOCK_NOGROUP_QL);
 else 

[ros-diffs] [rnaumann] 70001: [EXPLORER] -Implement The "Add...", "Advanced" and "Clear" buttons of the Startmenu customization dialog -Enable some controls that shouldn't be disabled -> Spotted by Ja

2015-11-22 Thread rnaumann
Author: rnaumann
Date: Sun Nov 22 09:28:45 2015
New Revision: 70001

URL: http://svn.reactos.org/svn/reactos?rev=70001&view=rev
Log:
[EXPLORER] -Implement The "Add...", "Advanced" and "Clear" buttons of the 
Startmenu customization dialog
-Enable some controls that shouldn't be disabled -> Spotted by Jared
-Yesterday I heard the whispered word "alphabet", correctly order file/fuction 
names

Modified:
trunk/reactos/base/shell/explorer/CMakeLists.txt
trunk/reactos/base/shell/explorer/lang/en-US.rc
trunk/reactos/base/shell/explorer/lang/ms-MY.rc
trunk/reactos/base/shell/explorer/precomp.h
trunk/reactos/base/shell/explorer/startmnucust.cpp

Modified: trunk/reactos/base/shell/explorer/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/CMakeLists.txt?rev=70001&r1=7&r2=70001&view=diff
==
--- trunk/reactos/base/shell/explorer/CMakeLists.txt[iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/CMakeLists.txt[iso-8859-1] Sun Nov 22 
09:28:45 2015
@@ -12,8 +12,8 @@
 shellservice.cpp
 startctxmnu.cpp
 startmnu.cpp
+startmnucust.cpp
 startmnusite.cpp
-startmnucust.cpp
 startup.cpp
 taskband.cpp
 taskswnd.cpp

Modified: trunk/reactos/base/shell/explorer/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/en-US.rc?rev=70001&r1=7&r2=70001&view=diff
==
--- trunk/reactos/base/shell/explorer/lang/en-US.rc [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/lang/en-US.rc [iso-8859-1] Sun Nov 22 
09:28:45 2015
@@ -92,9 +92,9 @@
 AUTORADIOBUTTON "&Start menu", IDC_TASKBARPROP_STARTMENU, 7, 135, 105, 10, 
WS_DISABLED
 LTEXT "This menu style gives you easy access to your folders, favorite 
programs, and search.", IDC_STATIC, 20, 145, 150, 24, WS_DISABLED
 PUSHBUTTON "&Customize...", IDC_TASKBARPROP_STARTMENUCUST, 192, 132, 53, 
14, WS_DISABLED
-AUTORADIOBUTTON "Classic Start &menu", IDC_TASKBARPROP_STARTMENUCLASSIC, 
7, 175, 105, 10, WS_DISABLED
-LTEXT "This menu style gives you the classic look and functionality", 
IDC_STATIC, 20, 185, 150, 24, WS_DISABLED
-PUSHBUTTON "&Customize...", IDC_TASKBARPROP_STARTMENUCLASSICCUST, 192, 
172, 53, 14, WS_DISABLED
+AUTORADIOBUTTON "Classic Start &menu", IDC_TASKBARPROP_STARTMENUCLASSIC, 
7, 175, 105, 10
+LTEXT "This menu style gives you the classic look and functionality", 
IDC_STATIC, 20, 185, 150, 24
+PUSHBUTTON "&Customize...", IDC_TASKBARPROP_STARTMENUCLASSICCUST, 192, 
172, 53, 14
 END
 
 IDD_NOTIFICATIONS_CUSTOMIZE DIALOGEX 0, 0, 232, 240

Modified: trunk/reactos/base/shell/explorer/lang/ms-MY.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/ms-MY.rc?rev=70001&r1=7&r2=70001&view=diff
==
--- trunk/reactos/base/shell/explorer/lang/ms-MY.rc [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/lang/ms-MY.rc [iso-8859-1] Sun Nov 22 
09:28:45 2015
@@ -94,9 +94,9 @@
 AUTORADIOBUTTON "Menu Mula(&S)", IDC_TASKBARPROP_STARTMENU, 7, 135, 105, 
10, WS_DISABLED
 LTEXT "Gaya menu ini memberikan anda akses ke folder, programs kegemaran 
anda, dan cari fail anda.", IDC_STATIC, 20, 145, 150, 24, WS_DISABLED
 PUSHBUTTON "Suaikan...(&C)", IDC_TASKBARPROP_STARTMENUCUST, 192, 132, 53, 
14, WS_DISABLED
-AUTORADIOBUTTON "Klasik &menu mula", IDC_TASKBARPROP_STARTMENUCLASSIC, 7, 
175, 105, 10, WS_DISABLED
-LTEXT "Gaya menu ini memberikan anda lihat klasik dan berfungsi", 
IDC_STATIC, 20, 185, 150, 24, WS_DISABLED
-PUSHBUTTON "Suaikan...(&C)", IDC_TASKBARPROP_STARTMENUCLASSICCUST, 192, 
172, 53, 14, WS_DISABLED
+AUTORADIOBUTTON "Klasik &menu mula", IDC_TASKBARPROP_STARTMENUCLASSIC, 7, 
175, 105, 10
+LTEXT "Gaya menu ini memberikan anda lihat klasik dan berfungsi", 
IDC_STATIC, 20, 185, 150, 24
+PUSHBUTTON "Suaikan...(&C)", IDC_TASKBARPROP_STARTMENUCLASSICCUST, 192, 
172, 53, 14
 END
 
 IDD_NOTIFICATIONS_CUSTOMIZE DIALOGEX 0, 0, 232, 240

Modified: trunk/reactos/base/shell/explorer/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/precomp.h?rev=70001&r1=7&r2=70001&view=diff
==
--- trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] Sun Nov 22 
09:28:4

[ros-diffs] [rnaumann] 69992: [EXPLORER] Stubplement and show the "customize classic start menu" dialog

2015-11-21 Thread rnaumann
Author: rnaumann
Date: Sat Nov 21 12:49:38 2015
New Revision: 69992

URL: http://svn.reactos.org/svn/reactos?rev=69992&view=rev
Log:
[EXPLORER] Stubplement and show the "customize classic start menu" dialog

Added:
trunk/reactos/base/shell/explorer/startmnucust.cpp   (with props)
Modified:
trunk/reactos/base/shell/explorer/CMakeLists.txt
trunk/reactos/base/shell/explorer/precomp.h
trunk/reactos/base/shell/explorer/trayprop.cpp

Modified: trunk/reactos/base/shell/explorer/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/CMakeLists.txt?rev=69992&r1=69991&r2=69992&view=diff
==
--- trunk/reactos/base/shell/explorer/CMakeLists.txt[iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/CMakeLists.txt[iso-8859-1] Sat Nov 21 
12:49:38 2015
@@ -13,6 +13,7 @@
 startctxmnu.cpp
 startmnu.cpp
 startmnusite.cpp
+startmnucust.cpp
 startup.cpp
 taskband.cpp
 taskswnd.cpp

Modified: trunk/reactos/base/shell/explorer/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/precomp.h?rev=69992&r1=69991&r2=69992&view=diff
==
--- trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/precomp.h [iso-8859-1] Sat Nov 21 
12:49:38 2015
@@ -316,6 +316,12 @@
 CreateStartMenuSite(IN OUT ITrayWindow *Tray, const IID & riid, PVOID * ppv);
 
 /*
+ * startmnucust.cpp
+ */
+VOID 
+ShowCustomizeClassic(HINSTANCE, HWND);
+
+/*
  * trayntfy.c
  */
 

Added: trunk/reactos/base/shell/explorer/startmnucust.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/startmnucust.cpp?rev=69992
==
--- trunk/reactos/base/shell/explorer/startmnucust.cpp  (added)
+++ trunk/reactos/base/shell/explorer/startmnucust.cpp  [iso-8859-1] Sat Nov 21 
12:49:38 2015
@@ -0,0 +1,51 @@
+/*
+ * ReactOS Explorer
+ *
+ * Copyright 2006 - 2007 Thomas Weidenmueller 
+ *  2015 Robert Naumann http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/trayprop.cpp?rev=69992&r1=69991&r2=69992&view=diff
==
--- trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/trayprop.cpp  [iso-8859-1] Sat Nov 21 
12:49:38 2015
@@ -198,6 +198,17 @@
 {
 case WM_INITDIALOG:
 break;
+
+case WM_COMMAND:
+{
+switch (LOWORD(wParam))
+{
+case IDC_TASKBARPROP_STARTMENUCLASSICCUST:
+ShowCustomizeClassic(hExplorerInstance, hwndDlg);
+break;
+}
+break;
+}
 
 case WM_DESTROY:
 break;




[ros-diffs] [rnaumann] 69969: [USRMGR] Update Icons and show imagelists with 32 instead of 8 bit. Patch by Jared Smudde. CORE-10516

2015-11-20 Thread rnaumann
Author: rnaumann
Date: Fri Nov 20 23:16:50 2015
New Revision: 69969

URL: http://svn.reactos.org/svn/reactos?rev=69969&view=rev
Log:
[USRMGR] Update Icons and show imagelists with 32 instead of 8 bit. Patch by 
Jared Smudde. CORE-10516

Modified:
trunk/reactos/dll/cpl/usrmgr/groupprops.c
trunk/reactos/dll/cpl/usrmgr/resources/group.ico
trunk/reactos/dll/cpl/usrmgr/resources/locked.ico
trunk/reactos/dll/cpl/usrmgr/resources/user.ico
trunk/reactos/dll/cpl/usrmgr/users.c

Modified: trunk/reactos/dll/cpl/usrmgr/groupprops.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/groupprops.c?rev=69969&r1=69968&r2=69969&view=diff
==
--- trunk/reactos/dll/cpl/usrmgr/groupprops.c   [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/usrmgr/groupprops.c   [iso-8859-1] Fri Nov 20 
23:16:50 2015
@@ -83,7 +83,7 @@
 hwndLV = GetDlgItem(hwndDlg, IDC_USER_ADD_MEMBERSHIP_LIST);
 GetClientRect(hwndLV, &rect);
 
-hImgList = ImageList_Create(16,16,ILC_COLOR8 | ILC_MASK,5,5);
+hImgList = ImageList_Create(16,16,ILC_COLOR32 | ILC_MASK,5,5);
 hIcon = 
LoadImage(hApplet,MAKEINTRESOURCE(IDI_GROUP),IMAGE_ICON,16,16,LR_DEFAULTCOLOR);
 ImageList_AddIcon(hImgList,hIcon);
 DestroyIcon(hIcon);
@@ -406,7 +406,7 @@
 hwndLV = GetDlgItem(hwndDlg, IDC_GROUP_GENERAL_MEMBERS);
 
 /* Create the image list */
-hImgList = ImageList_Create(16, 16, ILC_COLOR8 | ILC_MASK, 5, 5);
+hImgList = ImageList_Create(16, 16, ILC_COLOR32 | ILC_MASK, 5, 5);
 hIcon = LoadImage(hApplet, MAKEINTRESOURCE(IDI_GROUP), IMAGE_ICON, 16, 16, 
LR_DEFAULTCOLOR);
 ImageList_AddIcon(hImgList, hIcon);
 DestroyIcon(hIcon);

Modified: trunk/reactos/dll/cpl/usrmgr/resources/group.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/resources/group.ico?rev=69969&r1=69968&r2=69969&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/cpl/usrmgr/resources/locked.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/resources/locked.ico?rev=69969&r1=69968&r2=69969&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/cpl/usrmgr/resources/user.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/resources/user.ico?rev=69969&r1=69968&r2=69969&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/cpl/usrmgr/users.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/users.c?rev=69969&r1=69968&r2=69969&view=diff
==
--- trunk/reactos/dll/cpl/usrmgr/users.c[iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/usrmgr/users.c[iso-8859-1] Fri Nov 20 
23:16:50 2015
@@ -513,7 +513,7 @@
 HICON hIcon;
 
 /* Create the image list */
-hImgList = ImageList_Create(16, 16, ILC_COLOR8 | ILC_MASK, 5, 5);
+hImgList = ImageList_Create(16, 16, ILC_COLOR32 | ILC_MASK, 5, 5);
 hIcon = LoadImage(hApplet, MAKEINTRESOURCE(IDI_USER), IMAGE_ICON, 16, 16, 
LR_DEFAULTCOLOR);
 ImageList_AddIcon(hImgList, hIcon);
 hIcon = LoadImage(hApplet, MAKEINTRESOURCE(IDI_LOCKED_USER), IMAGE_ICON, 
16, 16, LR_DEFAULTCOLOR);




[ros-diffs] [rnaumann] 69968: [DEVMGR] Improve toolbar bitmaps (again). By Jared Smudde CORE-10342

2015-11-20 Thread rnaumann
Author: rnaumann
Date: Fri Nov 20 23:14:38 2015
New Revision: 69968

URL: http://svn.reactos.org/svn/reactos?rev=69968&view=rev
Log:
[DEVMGR] Improve toolbar bitmaps (again). By Jared Smudde CORE-10342

Modified:
trunk/reactos/dll/win32/devmgr/resources/root.bmp
trunk/reactos/dll/win32/devmgr/resources/toolbar.bmp

Modified: trunk/reactos/dll/win32/devmgr/resources/root.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/resources/root.bmp?rev=69968&r1=69967&r2=69968&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/devmgr/resources/toolbar.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/resources/toolbar.bmp?rev=69968&r1=69967&r2=69968&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69964: [SETUPAPI] Improve the icons. Patch by Jared Smudde. CORE-10372

2015-11-20 Thread rnaumann
Author: rnaumann
Date: Fri Nov 20 17:52:49 2015
New Revision: 69964

URL: http://svn.reactos.org/svn/reactos?rev=69964&view=rev
Log:
[SETUPAPI] Improve the icons. Patch by Jared Smudde. CORE-10372

Modified:
trunk/reactos/dll/win32/setupapi/res/1.ico
trunk/reactos/dll/win32/setupapi/res/10.ico
trunk/reactos/dll/win32/setupapi/res/105.ico
trunk/reactos/dll/win32/setupapi/res/11.ico
trunk/reactos/dll/win32/setupapi/res/159.ico
trunk/reactos/dll/win32/setupapi/res/161.ico
trunk/reactos/dll/win32/setupapi/res/18.ico
trunk/reactos/dll/win32/setupapi/res/19.ico
trunk/reactos/dll/win32/setupapi/res/2.ico
trunk/reactos/dll/win32/setupapi/res/20.ico
trunk/reactos/dll/win32/setupapi/res/23.ico
trunk/reactos/dll/win32/setupapi/res/24.ico
trunk/reactos/dll/win32/setupapi/res/26.ico
trunk/reactos/dll/win32/setupapi/res/27.ico
trunk/reactos/dll/win32/setupapi/res/28.ico
trunk/reactos/dll/win32/setupapi/res/3.ico
trunk/reactos/dll/win32/setupapi/res/4.ico
trunk/reactos/dll/win32/setupapi/res/40.ico
trunk/reactos/dll/win32/setupapi/res/42.ico
trunk/reactos/dll/win32/setupapi/res/43.ico
trunk/reactos/dll/win32/setupapi/res/5.ico
trunk/reactos/dll/win32/setupapi/res/50.ico
trunk/reactos/dll/win32/setupapi/res/500.ico
trunk/reactos/dll/win32/setupapi/res/501.ico
trunk/reactos/dll/win32/setupapi/res/502.ico
trunk/reactos/dll/win32/setupapi/res/51.ico
trunk/reactos/dll/win32/setupapi/res/52.ico
trunk/reactos/dll/win32/setupapi/res/53.ico
trunk/reactos/dll/win32/setupapi/res/54.ico
trunk/reactos/dll/win32/setupapi/res/6.ico
trunk/reactos/dll/win32/setupapi/res/7.ico
trunk/reactos/dll/win32/setupapi/res/8.ico
trunk/reactos/dll/win32/setupapi/res/9.ico

Modified: trunk/reactos/dll/win32/setupapi/res/1.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/1.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/10.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/10.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/105.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/105.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/11.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/11.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/159.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/159.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/161.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/161.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/18.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/18.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/19.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/19.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/2.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/2.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/20.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/20.ico?rev=69964&r1=69963&r2=69964&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/setupapi/res/23.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/23.ico?rev=69964&r1=69963&am

[ros-diffs] [rnaumann] 69963: [HIVESYS] Add missing services description. Patch by Jared Smudde. CORE-10519

2015-11-20 Thread rnaumann
Author: rnaumann
Date: Fri Nov 20 17:44:28 2015
New Revision: 69963

URL: http://svn.reactos.org/svn/reactos?rev=69963&view=rev
Log:
[HIVESYS] Add missing services description. Patch by Jared Smudde. CORE-10519

Modified:
trunk/reactos/boot/bootdata/hivesys.inf

Modified: trunk/reactos/boot/bootdata/hivesys.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesys.inf?rev=69963&r1=69962&r2=69963&view=diff
==
--- trunk/reactos/boot/bootdata/hivesys.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivesys.inf [iso-8859-1] Fri Nov 20 
17:44:28 2015
@@ -1443,6 +1443,7 @@
 
 ; Server service
 
HKLM,"SYSTEM\CurrentControlSet\Services\lanmanserver","DisplayName",0x,"Server
 service"
+HKLM,"SYSTEM\CurrentControlSet\Services\lanmanserver","Description",0x,"Supports
 sharing for file, printers and resources on the network"
 
HKLM,"SYSTEM\CurrentControlSet\Services\lanmanserver","ErrorControl",0x00010001,0x0001
 
HKLM,"SYSTEM\CurrentControlSet\Services\lanmanserver","ImagePath",0x0002,"%SystemRoot%\system32\svchost.exe
 -k netsvcs"
 
HKLM,"SYSTEM\CurrentControlSet\Services\lanmanserver","ObjectName",0x,"LocalSystem"
@@ -1452,6 +1453,7 @@
 
 ; Workstation service
 
HKLM,"SYSTEM\CurrentControlSet\Services\lanmanworkstation","DisplayName",0x,"Workstation
 service"
+HKLM,"SYSTEM\CurrentControlSet\Services\lanmanworkstation","Description",0x,"Responsible
 for creating and maintaning network connections to servers"
 
HKLM,"SYSTEM\CurrentControlSet\Services\lanmanworkstation","ErrorControl",0x00010001,0x0001
 
HKLM,"SYSTEM\CurrentControlSet\Services\lanmanworkstation","Group",0x,"Network
 Provider"
 
HKLM,"SYSTEM\CurrentControlSet\Services\lanmanworkstation","ImagePath",0x0002,"%SystemRoot%\system32\svchost.exe
 -k netsvcs"
@@ -1817,6 +1819,7 @@
 ; Scheduler service
 
HKLM,"SYSTEM\CurrentControlSet\Services\Schedule","DependOnService",0x0001,"RPCSS"
 
HKLM,"SYSTEM\CurrentControlSet\Services\Schedule","DisplayName",0x,"Scheduler
 service"
+HKLM,"SYSTEM\CurrentControlSet\Services\Schedule","Description",0x,"Allows
 starting of programs at specific times"
 
HKLM,"SYSTEM\CurrentControlSet\Services\Schedule","ErrorControl",0x00010001,0x0001
 
HKLM,"SYSTEM\CurrentControlSet\Services\Schedule","Group",0x,"SchedulerGroup"
 
HKLM,"SYSTEM\CurrentControlSet\Services\Schedule","ImagePath",0x0002,"%SystemRoot%\system32\svchost.exe
 -k netsvcs"




[ros-diffs] [rnaumann] 69943: [BROWSEUI] Handle Alt+Up. Patch by Jared Smudde CORE-10528 This commit is dedicated to Samuel Serapion!

2015-11-19 Thread rnaumann
Author: rnaumann
Date: Thu Nov 19 19:37:15 2015
New Revision: 69943

URL: http://svn.reactos.org/svn/reactos?rev=69943&view=rev
Log:
[BROWSEUI] Handle Alt+Up. Patch by Jared Smudde CORE-10528
This commit is dedicated to Samuel Serapion!

Modified:
trunk/reactos/dll/win32/browseui/lang/bg-BG.rc
trunk/reactos/dll/win32/browseui/lang/de-DE.rc
trunk/reactos/dll/win32/browseui/lang/en-US.rc
trunk/reactos/dll/win32/browseui/lang/es-ES.rc
trunk/reactos/dll/win32/browseui/lang/he-IL.rc
trunk/reactos/dll/win32/browseui/lang/it-IT.rc
trunk/reactos/dll/win32/browseui/lang/pl-PL.rc
trunk/reactos/dll/win32/browseui/lang/ro-RO.rc
trunk/reactos/dll/win32/browseui/lang/ru-RU.rc
trunk/reactos/dll/win32/browseui/lang/sq-AL.rc
trunk/reactos/dll/win32/browseui/lang/tr-TR.rc
trunk/reactos/dll/win32/browseui/lang/uk-UA.rc
trunk/reactos/dll/win32/browseui/lang/zh-CN.rc

Modified: trunk/reactos/dll/win32/browseui/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/bg-BG.rc?rev=69943&r1=69942&r2=69943&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/bg-BG.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/bg-BG.rc  [iso-8859-1] Thu Nov 19 
19:37:15 2015
@@ -125,6 +125,7 @@
 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT
 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT
 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT
+VK_UP, IDM_GOTO_UPONELEVEL, VIRTKEY, ALT
 VK_BACK, 41010, NOINVERT, VIRTKEY
 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
 "E", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT

Modified: trunk/reactos/dll/win32/browseui/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/de-DE.rc?rev=69943&r1=69942&r2=69943&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/de-DE.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/de-DE.rc  [iso-8859-1] Thu Nov 19 
19:37:15 2015
@@ -143,6 +143,7 @@
 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT
 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT
 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT
+VK_UP, IDM_GOTO_UPONELEVEL, VIRTKEY, ALT
 VK_BACK, 41010, NOINVERT, VIRTKEY
 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
 "E", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT

Modified: trunk/reactos/dll/win32/browseui/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/en-US.rc?rev=69943&r1=69942&r2=69943&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/en-US.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/en-US.rc  [iso-8859-1] Thu Nov 19 
19:37:15 2015
@@ -143,6 +143,7 @@
 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT
 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT
 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT
+VK_UP, IDM_GOTO_UPONELEVEL, VIRTKEY, ALT
 VK_BACK, 41010, NOINVERT, VIRTKEY
 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
 "E", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT

Modified: trunk/reactos/dll/win32/browseui/lang/es-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/es-ES.rc?rev=69943&r1=69942&r2=69943&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/es-ES.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/es-ES.rc  [iso-8859-1] Thu Nov 19 
19:37:15 2015
@@ -126,6 +126,7 @@
 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT
 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT
 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT
+VK_UP, IDM_GOTO_UPONELEVEL, VIRTKEY, ALT
 VK_BACK, 41010, NOINVERT, VIRTKEY
 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
 "Q", IDM_EXPLORERBAR_SEARCH, VIRTKEY, CONTROL, NOINVERT

Modified: trunk/reactos/dll/win32/browseui/lang/he-IL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/he-IL.rc?rev=69943&r1=69942&r2=69943&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/he-IL.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/he-IL.rc  [iso-8859-1] Thu Nov 19 
19:37:15 2015
@@ -127,6 +127,7 @@
 "B", IDM_FAVORITES_ORGANIZEFAVORITES, VIRTKEY, CONTROL, NOINVERT
 VK_LEFT, IDM_GOTO_BACK, VIRTKEY, ALT
 VK_RIGHT, IDM_GOTO_FORWARD, VIRTKEY, ALT
+VK_UP, ID

[ros-diffs] [rnaumann] 69940: [EXPLORER] -Add the remaining Dialog Resources, needed for further implementation of taskbar and startmenu settings -Update some resource IDs to match with Win2k3 -Commen

2015-11-19 Thread rnaumann
Author: rnaumann
Date: Thu Nov 19 16:30:43 2015
New Revision: 69940

URL: http://svn.reactos.org/svn/reactos?rev=69940&view=rev
Log:
[EXPLORER] -Add the remaining Dialog Resources, needed for further 
implementation of taskbar and startmenu settings
-Update some resource IDs to match with Win2k3
-Comment and reorder the resources for better overview
Part 3/3 CORE-10030

Modified:
trunk/reactos/base/shell/explorer/lang/bg-BG.rc
trunk/reactos/base/shell/explorer/lang/cs-CZ.rc
trunk/reactos/base/shell/explorer/lang/de-DE.rc
trunk/reactos/base/shell/explorer/lang/en-US.rc
trunk/reactos/base/shell/explorer/lang/es-ES.rc
trunk/reactos/base/shell/explorer/lang/fr-FR.rc
trunk/reactos/base/shell/explorer/lang/he-IL.rc
trunk/reactos/base/shell/explorer/lang/it-IT.rc
trunk/reactos/base/shell/explorer/lang/ja-JP.rc
trunk/reactos/base/shell/explorer/lang/ko-KR.rc
trunk/reactos/base/shell/explorer/lang/lt-LT.rc
trunk/reactos/base/shell/explorer/lang/ms-MY.rc
trunk/reactos/base/shell/explorer/lang/nl-NL.rc
trunk/reactos/base/shell/explorer/lang/no-NO.rc
trunk/reactos/base/shell/explorer/lang/pl-PL.rc
trunk/reactos/base/shell/explorer/lang/pt-BR.rc
trunk/reactos/base/shell/explorer/lang/ro-RO.rc
trunk/reactos/base/shell/explorer/lang/ru-RU.rc
trunk/reactos/base/shell/explorer/lang/sk-SK.rc
trunk/reactos/base/shell/explorer/lang/sq-AL.rc
trunk/reactos/base/shell/explorer/lang/tr-TR.rc
trunk/reactos/base/shell/explorer/lang/uk-UA.rc
trunk/reactos/base/shell/explorer/lang/zh-CN.rc
trunk/reactos/base/shell/explorer/lang/zh-TW.rc
trunk/reactos/base/shell/explorer/resource.h

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/reactos/base/shell/explorer/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/bg-BG.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/cs-CZ.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/cs-CZ.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/de-DE.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/en-US.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/es-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/es-ES.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/fr-FR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/fr-FR.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/he-IL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/he-IL.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/it-IT.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/it-IT.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/ja-JP.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/ja-JP.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/ko-KR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/ko-KR.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/lt-LT.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/lt-LT.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/ms-MY.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/ms-MY.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/nl-NL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/nl-NL.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/no-NO.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/no-NO.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/pl-PL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/pl-PL.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/pt-BR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/pt-BR.rc?rev=69940&r1=69939&r2=69940&view=diff

Modified: trunk/reactos/base/shell/explorer/lang/ro-RO.rc

[ros-diffs] [rnaumann] 69938: [EXPLORER] Update some bitmaps by Jared Smudde, that I missed in r69734. Explorer Resource Revamp Part 2/3

2015-11-19 Thread rnaumann
Author: rnaumann
Date: Thu Nov 19 15:57:14 2015
New Revision: 69938

URL: http://svn.reactos.org/svn/reactos?rev=69938&view=rev
Log:
[EXPLORER] Update some bitmaps by Jared Smudde, that I missed in r69734.
Explorer Resource Revamp Part 2/3

Modified:
trunk/reactos/base/shell/explorer/res/bmp/146.bmp
trunk/reactos/base/shell/explorer/res/bmp/147.bmp
trunk/reactos/base/shell/explorer/res/bmp/148.bmp
trunk/reactos/base/shell/explorer/res/bmp/149.bmp
trunk/reactos/base/shell/explorer/res/bmp/150.bmp
trunk/reactos/base/shell/explorer/res/bmp/151.bmp
trunk/reactos/base/shell/explorer/res/bmp/152.bmp
trunk/reactos/base/shell/explorer/res/bmp/153.bmp

Modified: trunk/reactos/base/shell/explorer/res/bmp/146.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/146.bmp?rev=69938&r1=69937&r2=69938&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/147.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/147.bmp?rev=69938&r1=69937&r2=69938&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/148.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/148.bmp?rev=69938&r1=69937&r2=69938&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/149.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/149.bmp?rev=69938&r1=69937&r2=69938&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/150.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/150.bmp?rev=69938&r1=69937&r2=69938&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/151.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/151.bmp?rev=69938&r1=69937&r2=69938&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/152.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/152.bmp?rev=69938&r1=69937&r2=69938&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/shell/explorer/res/bmp/153.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bmp/153.bmp?rev=69938&r1=69937&r2=69938&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69869: [SHELL32] -Use a 32bit masked icon for "Open With" Dialog items -Fix icon ID for the "Open With" Dialog -Patches by Jared Smudde CORE-10500 CORE-10502

2015-11-10 Thread rnaumann
Author: rnaumann
Date: Tue Nov 10 16:31:37 2015
New Revision: 69869

URL: http://svn.reactos.org/svn/reactos?rev=69869&view=rev
Log:
[SHELL32] -Use a 32bit masked icon for "Open With" Dialog items
-Fix icon ID for the "Open With" Dialog 
-Patches by Jared Smudde CORE-10500 CORE-10502

Modified:
trunk/reactos/dll/win32/shell32/COpenWithMenu.cpp
trunk/reactos/dll/win32/shell32/icon_res.rc
trunk/reactos/dll/win32/shell32/shresdef.h

Modified: trunk/reactos/dll/win32/shell32/COpenWithMenu.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/COpenWithMenu.cpp?rev=69869&r1=69868&r2=69869&view=diff
==
--- trunk/reactos/dll/win32/shell32/COpenWithMenu.cpp   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/COpenWithMenu.cpp   [iso-8859-1] Tue Nov 10 
16:31:37 2015
@@ -981,7 +981,7 @@
 
 /* Init treeview */
 m_hTreeView = GetDlgItem(hwnd, 14002);
-m_hImgList = ImageList_Create(16, 16,  ILC_COLOR24 | ILC_MASK, 
m_pAppList->GetCount() + 1, m_pAppList->GetCount() + 1);
+m_hImgList = ImageList_Create(16, 16,  ILC_COLOR32 | ILC_MASK, 
m_pAppList->GetCount() + 1, m_pAppList->GetCount() + 1);
 (void)TreeView_SetImageList(m_hTreeView, m_hImgList, TVSIL_NORMAL);
 
 /* If there are some recommendations add parent nodes: Recommended and 
Others */

Modified: trunk/reactos/dll/win32/shell32/icon_res.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/icon_res.rc?rev=69869&r1=69868&r2=69869&view=diff
==
--- trunk/reactos/dll/win32/shell32/icon_res.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/icon_res.rc [iso-8859-1] Tue Nov 10 
16:31:37 2015
@@ -49,8 +49,8 @@
 IDI_SHELL_DISCONN ICON "res/icons/49.ico"
 IDI_SHELL_NOT_CONNECTED_HDD ICON "res/icons/54.ico"
 IDI_SHELL_MULTIPLE_FILES ICON "res/icons/133.ico"
-IDI_SHELL_FIND_IN_FILE ICON "res/icons/134.ico"
-IDI_SHELL_OPEN_WITH ICON "res/icons/135.ico"
+IDI_SHELL_OPEN_WITH ICON "res/icons/134.ico"
+IDI_SHELL_FIND_COMPUTER ICON "res/icons/135.ico"
 IDI_SHELL_CONTROL_PANEL3 ICON "res/icons/137.ico"
 IDI_SHELL_PRINTER2 ICON "res/icons/138.ico"
 IDI_SHELL_PRINTER_ADD ICON "res/icons/139.ico"

Modified: trunk/reactos/dll/win32/shell32/shresdef.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shresdef.h?rev=69869&r1=69868&r2=69869&view=diff
==
--- trunk/reactos/dll/win32/shell32/shresdef.h  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shresdef.h  [iso-8859-1] Tue Nov 10 
16:31:37 2015
@@ -363,8 +363,8 @@
 #define IDI_SHELL_DISCONN   49
 #define IDI_SHELL_NOT_CONNECTED_HDD 54
 #define IDI_SHELL_MULTIPLE_FILES   133
-#define IDI_SHELL_FIND_IN_FILE 134
-#define IDI_SHELL_OPEN_WITH135
+#define IDI_SHELL_OPEN_WITH134
+#define IDI_SHELL_FIND_COMPUTER135
 #define IDI_SHELL_CONTROL_PANEL3   137
 #define IDI_SHELL_PRINTER2 138
 #define IDI_SHELL_PRINTER_ADD  139




[ros-diffs] [rnaumann] 69855: [SHELL32] Add a missing icon to the folder options "View" tab. the remaining missing icons of the other tabs are dynamical, they have to be implemented.

2015-11-08 Thread rnaumann
Author: rnaumann
Date: Sun Nov  8 18:03:33 2015
New Revision: 69855

URL: http://svn.reactos.org/svn/reactos?rev=69855&view=rev
Log:
[SHELL32] Add a missing icon to the folder options "View" tab. the remaining 
missing icons of the other tabs are dynamical, they have to be implemented.

Modified:
trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
trunk/reactos/dll/win32/shell32/lang/da-DK.rc
trunk/reactos/dll/win32/shell32/lang/de-DE.rc
trunk/reactos/dll/win32/shell32/lang/el-GR.rc
trunk/reactos/dll/win32/shell32/lang/en-GB.rc
trunk/reactos/dll/win32/shell32/lang/en-US.rc
trunk/reactos/dll/win32/shell32/lang/es-ES.rc
trunk/reactos/dll/win32/shell32/lang/fi-FI.rc
trunk/reactos/dll/win32/shell32/lang/fr-FR.rc
trunk/reactos/dll/win32/shell32/lang/he-IL.rc
trunk/reactos/dll/win32/shell32/lang/hu-HU.rc
trunk/reactos/dll/win32/shell32/lang/it-IT.rc
trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
trunk/reactos/dll/win32/shell32/lang/ko-KR.rc
trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
trunk/reactos/dll/win32/shell32/lang/no-NO.rc
trunk/reactos/dll/win32/shell32/lang/pl-PL.rc
trunk/reactos/dll/win32/shell32/lang/pt-BR.rc
trunk/reactos/dll/win32/shell32/lang/pt-PT.rc
trunk/reactos/dll/win32/shell32/lang/ro-RO.rc
trunk/reactos/dll/win32/shell32/lang/ru-RU.rc
trunk/reactos/dll/win32/shell32/lang/sk-SK.rc
trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
trunk/reactos/dll/win32/shell32/lang/sq-AL.rc
trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
trunk/reactos/dll/win32/shell32/lang/tr-TR.rc
trunk/reactos/dll/win32/shell32/lang/uk-UA.rc
trunk/reactos/dll/win32/shell32/lang/zh-CN.rc
trunk/reactos/dll/win32/shell32/lang/zh-TW.rc

Modified: trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/bg-BG.rc?rev=69855&r1=69854&r2=69855&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/bg-BG.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/bg-BG.rc   [iso-8859-1] Sun Nov  8 
18:03:33 2015
@@ -427,7 +427,7 @@
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
 GROUPBOX "Изглед на папките", -1, 7, 10, 249, 60
-//ICON
+ICON IDI_SHELL_PROGRAMS_FOLDER2, IDC_STATIC, 20, 20, 21, 20
 LTEXT "Можете да прилагате изгледа (от рода 
на подробен\nи настелен) на тази папка за 
всички папки.", -1, 60, 20, 190, 20
 PUSHBUTTON "Прилагане върху ви&чки папки", 14001, 
20, 50, 115, 14, WS_TABSTOP
 PUSHBUTTON "&Зачистване на всички папки", 14002, 
140, 50, 115, 14, WS_TABSTOP

Modified: trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ca-ES.rc?rev=69855&r1=69854&r2=69855&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] Sun Nov  8 
18:03:33 2015
@@ -427,7 +427,7 @@
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
 GROUPBOX "Folder views", -1, 7, 10, 249, 60
-//ICON
+ICON IDI_SHELL_PROGRAMS_FOLDER2, IDC_STATIC, 20, 20, 21, 20
 LTEXT "You can apply the view(such as Details or Tiles) that\nyou are 
using for this folder to all folders.", -1, 60, 20, 180, 20
 PUSHBUTTON "Apply to A&ll Folders", 14001, 60, 50, 80, 14, WS_TABSTOP
 PUSHBUTTON "&Reset All Folders", 14002, 150, 50, 80, 14, WS_TABSTOP

Modified: trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc?rev=69855&r1=69854&r2=69855&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc   [iso-8859-1] Sun Nov  8 
18:03:33 2015
@@ -433,7 +433,7 @@
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
 GROUPBOX "Zobrazení složky", -1, 7, 10, 249, 60
-//ICON
+ICON IDI_SHELL_PROGRAMS_FOLDER2, IDC_STATIC, 20, 20, 21, 20
 LTEXT "Zobrazení použité pro tuto složku (jako třeba Podrobnosti nebo 
Miniatury)\n lze použít pro všechny složky.", -1, 60, 20, 180, 20
 PUSHBUTTON "&Použít pro všechny složky", 14001, 60, 50, 80, 14, 
WS_TABSTOP
 PUSHBUTTON "Ob&novit všechny složky

[ros-diffs] [rnaumann] 69851: [BROWSEUI] Pass the Resource string directly instead of using an additional buffer. Remove the NULL characters from the strings. Fix return value handling of LoadStringW(

2015-11-08 Thread rnaumann
Author: rnaumann
Date: Sun Nov  8 15:44:18 2015
New Revision: 69851

URL: http://svn.reactos.org/svn/reactos?rev=69851&view=rev
Log:
[BROWSEUI] Pass the Resource string directly instead of using an additional 
buffer. Remove the NULL characters from the strings. Fix return value handling 
of LoadStringW()

Modified:
trunk/reactos/dll/win32/browseui/lang/bg-BG.rc
trunk/reactos/dll/win32/browseui/lang/de-DE.rc
trunk/reactos/dll/win32/browseui/lang/en-US.rc
trunk/reactos/dll/win32/browseui/lang/es-ES.rc
trunk/reactos/dll/win32/browseui/lang/he-IL.rc
trunk/reactos/dll/win32/browseui/lang/it-IT.rc
trunk/reactos/dll/win32/browseui/lang/pl-PL.rc
trunk/reactos/dll/win32/browseui/lang/ro-RO.rc
trunk/reactos/dll/win32/browseui/lang/ru-RU.rc
trunk/reactos/dll/win32/browseui/lang/sq-AL.rc
trunk/reactos/dll/win32/browseui/lang/tr-TR.rc
trunk/reactos/dll/win32/browseui/lang/uk-UA.rc
trunk/reactos/dll/win32/browseui/lang/zh-CN.rc
trunk/reactos/dll/win32/browseui/travellog.cpp

Modified: trunk/reactos/dll/win32/browseui/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/bg-BG.rc?rev=69851&r1=69850&r2=69851&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/bg-BG.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/bg-BG.rc  [iso-8859-1] Sun Nov  8 
15:44:18 2015
@@ -264,8 +264,8 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Back to %s\0"
-IDS_FORWARD "Forward to %s\0"
+IDS_BACK "Back to %s"
+IDS_FORWARD "Forward to %s"
 END
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/browseui/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/de-DE.rc?rev=69851&r1=69850&r2=69851&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/de-DE.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/de-DE.rc  [iso-8859-1] Sun Nov  8 
15:44:18 2015
@@ -282,8 +282,8 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Zurück zu %s\0"
-IDS_FORWARD "Forward to %s\0"
+IDS_BACK "Zurück zu %s"
+IDS_FORWARD "Forward to %s"
 END
 
 

Modified: trunk/reactos/dll/win32/browseui/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/en-US.rc?rev=69851&r1=69850&r2=69851&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/en-US.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/en-US.rc  [iso-8859-1] Sun Nov  8 
15:44:18 2015
@@ -282,8 +282,8 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Back to %s\0"
-IDS_FORWARD "Forward to %s\0"
+IDS_BACK "Back to %s"
+IDS_FORWARD "Forward to %s"
 END
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/browseui/lang/es-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/es-ES.rc?rev=69851&r1=69850&r2=69851&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/es-ES.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/es-ES.rc  [iso-8859-1] Sun Nov  8 
15:44:18 2015
@@ -265,8 +265,8 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Volver a %s\0"
-IDS_FORWARD "Forward to %s\0"
+IDS_BACK "Volver a %s"
+IDS_FORWARD "Forward to %s"
 END
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/browseui/lang/he-IL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/he-IL.rc?rev=69851&r1=69850&r2=69851&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/he-IL.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/he-IL.rc  [iso-8859-1] Sun Nov  8 
15:44:18 2015
@@ -266,8 +266,8 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Back to %s\0"
-IDS_FORWARD "Forward to %s\0"
+IDS_BACK "Back to %s"
+IDS_FORWARD "Forward to %s"
 END
 
 STRINGTABLE

Modified: trunk/reactos/dll/win32/browseui/lang/it-IT.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/it-IT.rc?rev=69851&r1=69850&r2=69851&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/it-IT.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/it-IT.rc  [iso-8859-1] Sun Nov  8 
15:44:18 2015
@@ -264,8 +264,8 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Back to %s\0"
-IDS_FOR

[ros-diffs] [rnaumann] 69849: [BROWSEUI] Use a resource string instead of a hardcoded one for the "Back" button. Patch by Ștefan Fulea with Spanish translation by Ismael Ferreras Morezuelas. CORE-1030

2015-11-08 Thread rnaumann
Author: rnaumann
Date: Sun Nov  8 14:30:25 2015
New Revision: 69849

URL: http://svn.reactos.org/svn/reactos?rev=69849&view=rev
Log:
[BROWSEUI] Use a resource string instead of a hardcoded one for the "Back" 
button. Patch by Ștefan Fulea with Spanish translation by Ismael Ferreras 
Morezuelas. CORE-10303
Changes by me:
-Add the same for Russian
-Add German translation

Modified:
trunk/reactos/dll/win32/browseui/lang/bg-BG.rc
trunk/reactos/dll/win32/browseui/lang/de-DE.rc
trunk/reactos/dll/win32/browseui/lang/en-US.rc
trunk/reactos/dll/win32/browseui/lang/es-ES.rc
trunk/reactos/dll/win32/browseui/lang/he-IL.rc
trunk/reactos/dll/win32/browseui/lang/it-IT.rc
trunk/reactos/dll/win32/browseui/lang/pl-PL.rc
trunk/reactos/dll/win32/browseui/lang/ro-RO.rc
trunk/reactos/dll/win32/browseui/lang/ru-RU.rc
trunk/reactos/dll/win32/browseui/lang/sq-AL.rc
trunk/reactos/dll/win32/browseui/lang/tr-TR.rc
trunk/reactos/dll/win32/browseui/lang/uk-UA.rc
trunk/reactos/dll/win32/browseui/lang/zh-CN.rc
trunk/reactos/dll/win32/browseui/travellog.cpp

Modified: trunk/reactos/dll/win32/browseui/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/bg-BG.rc?rev=69849&r1=69848&r2=69849&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/bg-BG.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/bg-BG.rc  [iso-8859-1] Sun Nov  8 
14:30:25 2015
@@ -264,7 +264,7 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Назад"
+IDS_BACK "Back to %s\0"
 IDS_FORWARD "Напред"
 END
 

Modified: trunk/reactos/dll/win32/browseui/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/de-DE.rc?rev=69849&r1=69848&r2=69849&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/de-DE.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/de-DE.rc  [iso-8859-1] Sun Nov  8 
14:30:25 2015
@@ -282,7 +282,7 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Zurück"
+IDS_BACK "Zurück zu %s\0"
 IDS_FORWARD "Vorwärts"
 END
 

Modified: trunk/reactos/dll/win32/browseui/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/en-US.rc?rev=69849&r1=69848&r2=69849&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/en-US.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/en-US.rc  [iso-8859-1] Sun Nov  8 
14:30:25 2015
@@ -282,7 +282,7 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Back"
+IDS_BACK "Back to %s\0"
 IDS_FORWARD "Forward"
 END
 

Modified: trunk/reactos/dll/win32/browseui/lang/es-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/es-ES.rc?rev=69849&r1=69848&r2=69849&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/es-ES.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/es-ES.rc  [iso-8859-1] Sun Nov  8 
14:30:25 2015
@@ -265,7 +265,7 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Atrás"
+IDS_BACK "Volver a %s\0"
 IDS_FORWARD "Adelante"
 END
 

Modified: trunk/reactos/dll/win32/browseui/lang/he-IL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/he-IL.rc?rev=69849&r1=69848&r2=69849&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/he-IL.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/he-IL.rc  [iso-8859-1] Sun Nov  8 
14:30:25 2015
@@ -266,7 +266,7 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Back"
+IDS_BACK "Back to %s\0"
 IDS_FORWARD "Forward"
 END
 

Modified: trunk/reactos/dll/win32/browseui/lang/it-IT.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/it-IT.rc?rev=69849&r1=69848&r2=69849&view=diff
==
--- trunk/reactos/dll/win32/browseui/lang/it-IT.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/browseui/lang/it-IT.rc  [iso-8859-1] Sun Nov  8 
14:30:25 2015
@@ -264,7 +264,7 @@
 
 STRINGTABLE
 BEGIN
-IDS_BACK "Indietro"
+IDS_BACK "Back to %s\0"
 IDS_FORWARD "Avanti"
 END
 

Modified: trunk/reactos/dll/win32/browseui/lang/pl-PL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/pl-PL.rc?rev=69849&r1=69848&r2=69849&view=diff
=

[ros-diffs] [rnaumann] 69848: [SHELL32] improve file delete dialogs. Patch by Jared Smudde. CORE-10398 *fix some strings *change the used icons to more aappropriate

2015-11-08 Thread rnaumann
Author: rnaumann
Date: Sun Nov  8 13:06:39 2015
New Revision: 69848

URL: http://svn.reactos.org/svn/reactos?rev=69848&view=rev
Log:
[SHELL32] improve file delete dialogs. Patch by Jared Smudde. CORE-10398
*fix some strings
*change the used icons to more aappropriate

Modified:
trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
trunk/reactos/dll/win32/shell32/lang/en-GB.rc
trunk/reactos/dll/win32/shell32/lang/en-US.rc
trunk/reactos/dll/win32/shell32/lang/he-IL.rc
trunk/reactos/dll/win32/shell32/lang/ko-KR.rc
trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
trunk/reactos/dll/win32/shell32/lang/zh-TW.rc
trunk/reactos/dll/win32/shell32/res/icons/161.ico
trunk/reactos/dll/win32/shell32/res/icons/16710.ico
trunk/reactos/dll/win32/shell32/res/icons/16715.ico
trunk/reactos/dll/win32/shell32/res/icons/16717.ico
trunk/reactos/dll/win32/shell32/res/icons/16718.ico
trunk/reactos/dll/win32/shell32/res/icons/16721.ico

Modified: trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ca-ES.rc?rev=69848&r1=69847&r2=69848&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] Sun Nov  8 
13:06:39 2015
@@ -684,8 +684,8 @@
 
 IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
 IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
-IDS_DELETEITEM_CAPTION "Confirm file deletion"
-IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
+IDS_DELETEITEM_CAPTION "Confirm File Deletion"
+IDS_DELETEFOLDER_CAPTION "Confirm Folder Deletion"
 IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
 IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
 IDS_DELETESELECTED_TEXT "Are you sure you want to delete the selected 
item(s)?"

Modified: trunk/reactos/dll/win32/shell32/lang/en-GB.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/en-GB.rc?rev=69848&r1=69847&r2=69848&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/en-GB.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/en-GB.rc   [iso-8859-1] Sun Nov  8 
13:06:39 2015
@@ -684,8 +684,8 @@
 
 IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
 IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
-IDS_DELETEITEM_CAPTION "Confirm file deletion"
-IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
+IDS_DELETEITEM_CAPTION "Confirm File Deletion"
+IDS_DELETEFOLDER_CAPTION "Confirm Folder Deletion"
 IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
 IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
 IDS_DELETESELECTED_TEXT "Are you sure you want to delete the selected 
item(s)?"

Modified: trunk/reactos/dll/win32/shell32/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/en-US.rc?rev=69848&r1=69847&r2=69848&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/en-US.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/en-US.rc   [iso-8859-1] Sun Nov  8 
13:06:39 2015
@@ -684,8 +684,8 @@
 
 IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
 IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
-IDS_DELETEITEM_CAPTION "Confirm file deletion"
-IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
+IDS_DELETEITEM_CAPTION "Confirm File Deletion"
+IDS_DELETEFOLDER_CAPTION "Confirm Folder Deletion"
 IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
 IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
 IDS_DELETESELECTED_TEXT "Are you sure you want to delete the selected 
item(s)?"

Modified: trunk/reactos/dll/win32/shell32/lang/he-IL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/he-IL.rc?rev=69848&r1=69847&r2=69848&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/he-IL.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/he-IL.rc   [iso-8859-1] Sun

[ros-diffs] [rnaumann] 69847: [SHELL32] Big Icon Update by Henry Tang Ih and Jared Smudde -Fix blurry icons. -Make the icons sharper and clearer in all size. -Modified the design of some icons. -Brand

2015-11-08 Thread rnaumann
Author: rnaumann
Date: Sun Nov  8 12:08:59 2015
New Revision: 69847

URL: http://svn.reactos.org/svn/reactos?rev=69847&view=rev
Log:
[SHELL32] Big Icon Update by Henry Tang Ih and Jared Smudde
-Fix blurry icons.
-Make the icons sharper and clearer in all size.
-Modified the design of some icons.
-Brand new Fax icons!
-Remove unneeded icon sizes

Things I have changed from the original patch:
-Fix 2 copypasta and 1 double definition errors
-Changed the icon back to the floppy one in folders.cpp and drvdefext.cpp 
because this would have resulted an a regression for floppy drives

Added:
trunk/reactos/dll/win32/shell32/res/icons/1008.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/1009.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/1010.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/1011.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/196.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/197.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/198.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/199.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/281.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/303.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/307.ico   (with props)
trunk/reactos/dll/win32/shell32/res/icons/49.ico   (with props)
Modified:
trunk/reactos/dll/win32/shell32/dialogs/drvdefext.cpp
trunk/reactos/dll/win32/shell32/folders.cpp
trunk/reactos/dll/win32/shell32/icon_res.rc
trunk/reactos/dll/win32/shell32/res/icons/1001.ico
trunk/reactos/dll/win32/shell32/res/icons/12.ico
trunk/reactos/dll/win32/shell32/res/icons/13.ico
trunk/reactos/dll/win32/shell32/res/icons/135.ico
trunk/reactos/dll/win32/shell32/res/icons/137.ico
trunk/reactos/dll/win32/shell32/res/icons/138.ico
trunk/reactos/dll/win32/shell32/res/icons/139.ico
trunk/reactos/dll/win32/shell32/res/icons/140.ico
trunk/reactos/dll/win32/shell32/res/icons/141.ico
trunk/reactos/dll/win32/shell32/res/icons/154.ico
trunk/reactos/dll/win32/shell32/res/icons/156.ico
trunk/reactos/dll/win32/shell32/res/icons/157.ico
trunk/reactos/dll/win32/shell32/res/icons/161.ico
trunk/reactos/dll/win32/shell32/res/icons/165.ico
trunk/reactos/dll/win32/shell32/res/icons/166.ico
trunk/reactos/dll/win32/shell32/res/icons/168.ico
trunk/reactos/dll/win32/shell32/res/icons/169.ico
trunk/reactos/dll/win32/shell32/res/icons/170.ico
trunk/reactos/dll/win32/shell32/res/icons/1700.ico
trunk/reactos/dll/win32/shell32/res/icons/172.ico
trunk/reactos/dll/win32/shell32/res/icons/176.ico
trunk/reactos/dll/win32/shell32/res/icons/178.ico
trunk/reactos/dll/win32/shell32/res/icons/182.ico
trunk/reactos/dll/win32/shell32/res/icons/183.ico
trunk/reactos/dll/win32/shell32/res/icons/184.ico
trunk/reactos/dll/win32/shell32/res/icons/185.ico
trunk/reactos/dll/win32/shell32/res/icons/186.ico
trunk/reactos/dll/win32/shell32/res/icons/187.ico
trunk/reactos/dll/win32/shell32/res/icons/193.ico
trunk/reactos/dll/win32/shell32/res/icons/194.ico
trunk/reactos/dll/win32/shell32/res/icons/20.ico
trunk/reactos/dll/win32/shell32/res/icons/22.ico
trunk/reactos/dll/win32/shell32/res/icons/222.ico
trunk/reactos/dll/win32/shell32/res/icons/223.ico
trunk/reactos/dll/win32/shell32/res/icons/226.ico
trunk/reactos/dll/win32/shell32/res/icons/227.ico
trunk/reactos/dll/win32/shell32/res/icons/228.ico
trunk/reactos/dll/win32/shell32/res/icons/229.ico
trunk/reactos/dll/win32/shell32/res/icons/249.ico
trunk/reactos/dll/win32/shell32/res/icons/252.ico
trunk/reactos/dll/win32/shell32/res/icons/259.ico
trunk/reactos/dll/win32/shell32/res/icons/263.ico
trunk/reactos/dll/win32/shell32/res/icons/267.ico
trunk/reactos/dll/win32/shell32/res/icons/268.ico
trunk/reactos/dll/win32/shell32/res/icons/270.ico
trunk/reactos/dll/win32/shell32/res/icons/271.ico
trunk/reactos/dll/win32/shell32/res/icons/277.ico
trunk/reactos/dll/win32/shell32/res/icons/283.ico
trunk/reactos/dll/win32/shell32/res/icons/289.ico
trunk/reactos/dll/win32/shell32/res/icons/29.ico
trunk/reactos/dll/win32/shell32/res/icons/291.ico
trunk/reactos/dll/win32/shell32/res/icons/293.ico
trunk/reactos/dll/win32/shell32/res/icons/294.ico
trunk/reactos/dll/win32/shell32/res/icons/295.ico
trunk/reactos/dll/win32/shell32/res/icons/296.ico
trunk/reactos/dll/win32/shell32/res/icons/297.ico
trunk/reactos/dll/win32/shell32/res/icons/298.ico
trunk/reactos/dll/win32/shell32/res/icons/30.ico
trunk/reactos/dll/win32/shell32/res/icons/304.ico
trunk/reactos/dll/win32/shell32/res/icons/31.ico
trunk/reactos/dll/win32/shell32/res/icons/312.ico
trunk/reactos/dll/win32/shell32/res/icons/313.ico
trunk/reactos/dll/win32/shell32/res/icons/316.ico
t

[ros-diffs] [rnaumann] 69795: [SHORTCUTS] -show the proper icon for the explorer. spotted by Jared Smudde CORE-9240

2015-11-03 Thread rnaumann
Author: rnaumann
Date: Tue Nov  3 17:47:25 2015
New Revision: 69795

URL: http://svn.reactos.org/svn/reactos?rev=69795&view=rev
Log:
[SHORTCUTS] -show the proper icon for the explorer. spotted by Jared Smudde 
CORE-9240

Modified:
trunk/reactos/media/inf/shortcuts.inf

Modified: trunk/reactos/media/inf/shortcuts.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/shortcuts.inf?rev=69795&r1=69794&r2=69795&view=diff
==
--- trunk/reactos/media/inf/shortcuts.inf   [iso-8859-1] (original)
+++ trunk/reactos/media/inf/shortcuts.inf   [iso-8859-1] Tue Nov  3 
17:47:25 2015
@@ -18,7 +18,7 @@
 %SystemRoot%\system32\rapps.exe, %RAPPS_TITLE_SHORT%, %RAPPS_DESC%, 0
 
 [ProgramShortcuts]
-%SystemRoot%\explorer.exe, %EXPLORER_TITLE%, %EXPLORER_DESC%, 0
+%SystemRoot%\explorer.exe, %EXPLORER_TITLE%, %EXPLORER_DESC%, 1
 %SystemRoot%\system32\rapps.exe, %RAPPS_TITLE%, %RAPPS_DESC%, 0
 
 [AdminToolsShortcuts]




[ros-diffs] [rnaumann] 69790: [APPLICATIONS] -Improve some icons. By Henry Tang Ih. CORE-10408

2015-11-02 Thread rnaumann
Author: rnaumann
Date: Mon Nov  2 22:11:51 2015
New Revision: 69790

URL: http://svn.reactos.org/svn/reactos?rev=69790&view=rev
Log:
[APPLICATIONS] -Improve some icons. By Henry Tang Ih. CORE-10408

Modified:
trunk/reactos/base/applications/mmc/resources/mmc.ico
trunk/reactos/base/applications/screensavers/3dtext/res/icon_3dtext.ico
trunk/reactos/base/applications/wordpad/res/wordpad.ico

Modified: trunk/reactos/base/applications/mmc/resources/mmc.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mmc/resources/mmc.ico?rev=69790&r1=69789&r2=69790&view=diff
==
Binary files - no diff available.

Modified: 
trunk/reactos/base/applications/screensavers/3dtext/res/icon_3dtext.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/screensavers/3dtext/res/icon_3dtext.ico?rev=69790&r1=69789&r2=69790&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/base/applications/wordpad/res/wordpad.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/wordpad/res/wordpad.ico?rev=69790&r1=69789&r2=69790&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69789: [NTOBJSHEX] - Improve the icons. By Jared Smudde. CORE-10466

2015-11-02 Thread rnaumann
Author: rnaumann
Date: Mon Nov  2 22:05:44 2015
New Revision: 69789

URL: http://svn.reactos.org/svn/reactos?rev=69789&view=rev
Log:
[NTOBJSHEX] - Improve the icons. By Jared Smudde. CORE-10466

Modified:
trunk/reactos/dll/shellext/ntobjshex/resources/1.ico
trunk/reactos/dll/shellext/ntobjshex/resources/2.ico
trunk/reactos/dll/shellext/ntobjshex/resources/3.ico
trunk/reactos/dll/shellext/ntobjshex/resources/4.ico
trunk/reactos/dll/shellext/ntobjshex/resources/5.ico
trunk/reactos/dll/shellext/ntobjshex/resources/6.ico
trunk/reactos/dll/shellext/ntobjshex/resources/8.ico

Modified: trunk/reactos/dll/shellext/ntobjshex/resources/1.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/resources/1.ico?rev=69789&r1=69788&r2=69789&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/shellext/ntobjshex/resources/2.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/resources/2.ico?rev=69789&r1=69788&r2=69789&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/shellext/ntobjshex/resources/3.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/resources/3.ico?rev=69789&r1=69788&r2=69789&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/shellext/ntobjshex/resources/4.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/resources/4.ico?rev=69789&r1=69788&r2=69789&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/shellext/ntobjshex/resources/5.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/resources/5.ico?rev=69789&r1=69788&r2=69789&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/shellext/ntobjshex/resources/6.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/resources/6.ico?rev=69789&r1=69788&r2=69789&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/shellext/ntobjshex/resources/8.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/resources/8.ico?rev=69789&r1=69788&r2=69789&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69734: [EXPLORER] -First commit of my Explorer work. -Remove unneeded property pages and move the important settings to the both pages which are also there in Win2k3 (taskbar an

2015-10-29 Thread rnaumann
Author: rnaumann
Date: Thu Oct 29 22:26:44 2015
New Revision: 69734

URL: http://svn.reactos.org/svn/reactos?rev=69734&view=rev
Log:
[EXPLORER] -First commit of my Explorer work. -Remove unneeded property pages 
and move the important settings to the both pages which are also there in 
Win2k3 (taskbar and startmenu). -Add a folder layout for resources (like in 
shell32) to keep the overview. -Added missing resources like bitmaps and icons, 
some of them are needed for further work. -Added a new start menu bitmap, like 
in CE -All code related stuff is ignored so far, because it makes trouble. I'll 
work on this. This temporarily breaks the show seconds checkbox, which will 
also become fixed asap. -Translation may be broken, please translators take a 
look. Part 1/X CORE-10030 CORE-9240

Added:
trunk/reactos/base/shell/explorer/res/bmp/
trunk/reactos/base/shell/explorer/res/bmp/143.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/145.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/146.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/147.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/148.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/149.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/150.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/151.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/152.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/153.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/154.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/155.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/158.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/171.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/180.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/181.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/182.bmp   (with props)
trunk/reactos/base/shell/explorer/res/bmp/183.bmp   (with props)
trunk/reactos/base/shell/explorer/res/ico/
trunk/reactos/base/shell/explorer/res/ico/100.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/101.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/102.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/103.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/104.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/107.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/108.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/109.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/110.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/111.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/205.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/250.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/251.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/252.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/253.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/254.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/256.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/257.ico   (with props)
trunk/reactos/base/shell/explorer/res/ico/4711.ico   (with props)
trunk/reactos/base/shell/explorer/res/src/
trunk/reactos/base/shell/explorer/res/src/logov.psd   (with props)
trunk/reactos/base/shell/explorer/res/src/logov_old.psd   (with props)
Removed:
trunk/reactos/base/shell/explorer/res/auto_hide.bmp
trunk/reactos/base/shell/explorer/res/lock_group_noql.bmp
trunk/reactos/base/shell/explorer/res/lock_group_ql.bmp
trunk/reactos/base/shell/explorer/res/lock_nogroup_noql.bmp
trunk/reactos/base/shell/explorer/res/lock_nogroup_ql.bmp
trunk/reactos/base/shell/explorer/res/logov.bmp
trunk/reactos/base/shell/explorer/res/logov.psd
trunk/reactos/base/shell/explorer/res/nolock_group_noql.bmp
trunk/reactos/base/shell/explorer/res/nolock_group_ql.bmp
trunk/reactos/base/shell/explorer/res/nolock_nogroup_noql.bmp
trunk/reactos/base/shell/explorer/res/nolock_nogroup_ql.bmp
trunk/reactos/base/shell/explorer/res/start.ico
Modified:
trunk/reactos/base/shell/explorer/explorer.rc
trunk/reactos/base/shell/explorer/lang/bg-BG.rc
trunk/reactos/base/shell/explorer/lang/cs-CZ.rc
trunk/reactos/base/shell/explorer/lang/de-DE.rc
trunk/reactos/base/shell/explorer/lang/en-US.rc
trunk/reactos/base/shell/explorer/lang/es-ES.rc
trunk/reactos/base/shell/explorer/lang/fr-FR.rc
trunk/reactos/base/shell/explorer/lang/he-IL.rc
trunk/reactos/base/shell/explorer/lang/it-IT.rc
trunk/reactos/base/shell/explorer/lang/ja-JP.rc
trunk/reactos/base/shell/explorer/lang/ko-KR.rc
trunk/reactos/base/shell/explore

[ros-diffs] [rnaumann] 69656: revert r69654

2015-10-23 Thread rnaumann
Author: rnaumann
Date: Fri Oct 23 12:23:37 2015
New Revision: 69656

URL: http://svn.reactos.org/svn/reactos?rev=69656&view=rev
Log:
revert r69654

Modified:
trunk/reactos/dll/win32/devmgr/resources/toolbar.bmp

Modified: trunk/reactos/dll/win32/devmgr/resources/toolbar.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/resources/toolbar.bmp?rev=69656&r1=69655&r2=69656&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69655: [CPL] Fix some blurry resources. By Henry Tang Ih. CORE-10385

2015-10-23 Thread rnaumann
Author: rnaumann
Date: Fri Oct 23 11:42:02 2015
New Revision: 69655

URL: http://svn.reactos.org/svn/reactos?rev=69655&view=rev
Log:
[CPL] Fix some blurry resources. By Henry Tang Ih. CORE-10385

Modified:
trunk/reactos/dll/cpl/inetcpl/resources/inetcpl.ico
trunk/reactos/dll/cpl/main/resources/admintools_folder.ico
trunk/reactos/dll/cpl/main/resources/fonts_folder.ico
trunk/reactos/dll/cpl/main/resources/keyboard.ico
trunk/reactos/dll/cpl/mmsys/resources/4393.ico
trunk/reactos/dll/cpl/timedate/resources/world.bmp

Modified: trunk/reactos/dll/cpl/inetcpl/resources/inetcpl.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/inetcpl/resources/inetcpl.ico?rev=69655&r1=69654&r2=69655&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/cpl/main/resources/admintools_folder.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/main/resources/admintools_folder.ico?rev=69655&r1=69654&r2=69655&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/cpl/main/resources/fonts_folder.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/main/resources/fonts_folder.ico?rev=69655&r1=69654&r2=69655&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/cpl/main/resources/keyboard.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/main/resources/keyboard.ico?rev=69655&r1=69654&r2=69655&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/cpl/mmsys/resources/4393.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/mmsys/resources/4393.ico?rev=69655&r1=69654&r2=69655&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/cpl/timedate/resources/world.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/timedate/resources/world.bmp?rev=69655&r1=69654&r2=69655&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69654: [DEVMGR] Improve the toolbar bitmap. By Jared Smudde. CORE-10342

2015-10-23 Thread rnaumann
Author: rnaumann
Date: Fri Oct 23 11:27:52 2015
New Revision: 69654

URL: http://svn.reactos.org/svn/reactos?rev=69654&view=rev
Log:
[DEVMGR] Improve the toolbar bitmap. By Jared Smudde. CORE-10342

Modified:
trunk/reactos/dll/win32/devmgr/resources/toolbar.bmp

Modified: trunk/reactos/dll/win32/devmgr/resources/toolbar.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/resources/toolbar.bmp?rev=69654&r1=69653&r2=69654&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69611: [SNDREC32] Improve the applications icon. By Henry Tang Ih. CORE-69611

2015-10-18 Thread rnaumann
Author: rnaumann
Date: Sun Oct 18 22:43:14 2015
New Revision: 69611

URL: http://svn.reactos.org/svn/reactos?rev=69611&view=rev
Log:
[SNDREC32] Improve the applications icon. By Henry Tang Ih. CORE-69611

Modified:
trunk/reactos/base/applications/sndrec32/resources/record-app.ico

Modified: trunk/reactos/base/applications/sndrec32/resources/record-app.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/sndrec32/resources/record-app.ico?rev=69611&r1=69610&r2=69611&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69610: [SHELL32] Improve the recent documents icon. By Jared Smudde. CORE-10281

2015-10-18 Thread rnaumann
Author: rnaumann
Date: Sun Oct 18 22:39:36 2015
New Revision: 69610

URL: http://svn.reactos.org/svn/reactos?rev=69610&view=rev
Log:
[SHELL32] Improve the recent documents icon. By Jared Smudde. CORE-10281

Modified:
trunk/reactos/dll/win32/shell32/res/icons/21.ico

Modified: trunk/reactos/dll/win32/shell32/res/icons/21.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/21.ico?rev=69610&r1=69609&r2=69610&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69609: [USETUP] Add Malay translation. Patch by Henry Tang Ih with some additions by me. (Adding the missing strings is good, but you also have to tell ROS that it have to be us

2015-10-18 Thread rnaumann
Author: rnaumann
Date: Sun Oct 18 22:32:44 2015
New Revision: 69609

URL: http://svn.reactos.org/svn/reactos?rev=69609&view=rev
Log:
[USETUP] Add Malay translation. Patch by Henry Tang Ih with some additions by 
me. (Adding the missing strings is good, but you also have to tell ROS that it 
have to be used them) CORE-9890

Modified:
trunk/reactos/base/setup/usetup/lang/ms-MY.h
trunk/reactos/base/setup/usetup/muilanguages.h
trunk/reactos/boot/bootdata/txtsetup.sif

Modified: trunk/reactos/base/setup/usetup/lang/ms-MY.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/ms-MY.h?rev=69609&r1=69608&r2=69609&view=diff
==
--- trunk/reactos/base/setup/usetup/lang/ms-MY.h[iso-8859-1] (original)
+++ trunk/reactos/base/setup/usetup/lang/ms-MY.h[iso-8859-1] Sun Oct 18 
22:32:44 2015
@@ -5,3 +5,1717 @@
 { L"0409", L"0409" },
 { NULL, NULL }
 };
+
+static MUI_ENTRY msMYLanguagePageEntries[] =
+{
+{
+4,
+3,
+" ReactOS " KERNEL_VERSION_STR " Persediaan ",
+TEXT_STYLE_UNDERLINE
+},
+{
+6,
+8,
+"Pemilihan Bahasa",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+10,
+"\x07  Sila pilih Bahasa yang digunakan untuk proses pemasangan.",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+11,
+"   Kemudian tekan ENTER.",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+13,
+"\x07  Bahasa ini adalah Bahasa lalai untuk sistem akhir.",
+TEXT_STYLE_NORMAL
+},
+{
+0,
+0,
+"ENTER = Teruskan F3 = Keluar",
+TEXT_TYPE_STATUS | TEXT_PADDING_BIG
+},
+{
+0,
+0,
+NULL,
+0
+}
+};
+
+static MUI_ENTRY msMYWelcomePageEntries[] =
+{
+{
+4,
+3,
+" ReactOS " KERNEL_VERSION_STR " Persediaan ",
+TEXT_STYLE_UNDERLINE
+},
+{
+6,
+8,
+"Selamat datang ke persediaan ReactOS",
+TEXT_STYLE_HIGHLIGHT
+},
+{
+6,
+11,
+"Bahagian persediaan salinan sistem pengendalian ReactOS ke",
+TEXT_STYLE_NORMAL
+},
+{
+6,
+12,
+"komputer anda dan menyediakan bahagian kedua daripada persediaan.",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+15,
+"\x07  Tekan ENTER untuk memasang ReactOS.",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+17,
+"\x07  Tekan R untuk memperbaiki atau mengemaskini ReactOS.",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+19,
+"\x07  Tekan L untuk melihat syarat-syarat dan terma-terma Pelesenan 
ReactOS.",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+21,
+"\x07  Tekan F3 untuk keluar tanpa memasang ReactOS.",
+TEXT_STYLE_NORMAL
+},
+{
+6,
+23,
+"Untuk maklumat lanjut mengenai ReactOS, sila layari:",
+TEXT_STYLE_NORMAL
+},
+{
+6,
+24,
+"http://www.reactos.org";,
+TEXT_STYLE_HIGHLIGHT
+},
+{
+0,
+0,
+"ENTER = Teruskan R = Pembaikan L = Lesen F3 = Keluar",
+TEXT_TYPE_STATUS | TEXT_PADDING_BIG
+},
+{
+0,
+0,
+NULL,
+0
+}
+};
+
+static MUI_ENTRY msMYIntroPageEntries[] =
+{
+{
+4,
+3,
+" ReactOS " KERNEL_VERSION_STR " Persediaan ",
+TEXT_STYLE_UNDERLINE
+},
+{
+6,
+8,
+"ReactOS persediaan sedang untuk fasa pembangunan awal. Ia tidak lagi",
+TEXT_STYLE_NORMAL
+},
+{
+6,
+9,
+"menyokong semua fungsi aplikasi persediaan sepenuhnya digunakan.",
+TEXT_STYLE_NORMAL
+},
+{
+6,
+12,
+"Kepada had berikut diguna pakai:",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+13,
+"- Persediaan menyokong sistem fail FAT sahaja.",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+14,
+"- Pemeriksaan sistem fail tidak dilaksanakan lagi.",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+23,
+"\x07  Tekan ENTER untuk memasang ReactOS.",
+TEXT_STYLE_NORMAL
+},
+{
+8,
+25,
+"\x07  Tekan F3 untuk keluar tanpa memasang ReactOS.",
+TEXT_STYLE_NORMAL
+},
+{
+0,
+0,
+"ENTER = Teruskan F3 = Keluar",
+TEXT_TYPE_STATUS| TEXT_PADDING_BIG
+},
+{
+0,
+0,
+  

[ros-diffs] [rnaumann] 69470: [SHELL32] Update German translation

2015-10-08 Thread rnaumann
Author: rnaumann
Date: Fri Oct  9 06:26:34 2015
New Revision: 69470

URL: http://svn.reactos.org/svn/reactos?rev=69470&view=rev
Log:
[SHELL32] Update German translation

Modified:
trunk/reactos/dll/win32/shell32/lang/de-DE.rc

Modified: trunk/reactos/dll/win32/shell32/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/de-DE.rc?rev=69470&r1=69469&r2=69470&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/de-DE.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/de-DE.rc   [iso-8859-1] Fri Oct  9 
06:26:34 2015
@@ -819,6 +819,6 @@
 IDS_EXE_DESCRIPTION "Beschreibung:"
 
 IDS_MENU_EMPTY "(Leer)"
-IDS_OBJECTS "%d Objects"
-IDS_OBJECTS_SELECTED "%d Objects Selected"
-END
+IDS_OBJECTS "%d Objekte"
+IDS_OBJECTS_SELECTED "%d Objekte ausgewählt"
+END




[ros-diffs] [rnaumann] 69463: [SYSDM] Change the applet icon to a new, better looking one. By Ismael Ferreras Morezuelas CORE-10107

2015-10-07 Thread rnaumann
Author: rnaumann
Date: Wed Oct  7 12:33:47 2015
New Revision: 69463

URL: http://svn.reactos.org/svn/reactos?rev=69463&view=rev
Log:
[SYSDM] Change the applet icon to a new, better looking one. By Ismael Ferreras 
Morezuelas CORE-10107

Modified:
trunk/reactos/dll/cpl/sysdm/resources/applet.ico

Modified: trunk/reactos/dll/cpl/sysdm/resources/applet.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/resources/applet.ico?rev=69463&r1=69462&r2=69463&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69381: [WINMINE] Improve the mine bitmap. By Jared Smudde. CORE-10251

2015-09-27 Thread rnaumann
Author: rnaumann
Date: Sun Sep 27 17:35:54 2015
New Revision: 69381

URL: http://svn.reactos.org/svn/reactos?rev=69381&view=rev
Log:
[WINMINE] Improve the mine bitmap. By Jared Smudde. CORE-10251

Modified:
trunk/reactos/base/applications/games/winmine/rc/mines.bmp

Modified: trunk/reactos/base/applications/games/winmine/rc/mines.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/winmine/rc/mines.bmp?rev=69381&r1=69380&r2=69381&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69380: [SHELL32]Update some toolbar button bitmaps. By Jared Smudde. CORE-10232

2015-09-27 Thread rnaumann
Author: rnaumann
Date: Sun Sep 27 17:15:09 2015
New Revision: 69380

URL: http://svn.reactos.org/svn/reactos?rev=69380&view=rev
Log:
[SHELL32]Update some toolbar button bitmaps. By Jared Smudde. CORE-10232

Modified:
trunk/reactos/dll/win32/shell32/res/bitmaps/214.bmp
trunk/reactos/dll/win32/shell32/res/bitmaps/215.bmp
trunk/reactos/dll/win32/shell32/res/bitmaps/230.bmp
trunk/reactos/dll/win32/shell32/res/bitmaps/231.bmp

Modified: trunk/reactos/dll/win32/shell32/res/bitmaps/214.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/bitmaps/214.bmp?rev=69380&r1=69379&r2=69380&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shell32/res/bitmaps/215.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/bitmaps/215.bmp?rev=69380&r1=69379&r2=69380&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shell32/res/bitmaps/230.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/bitmaps/230.bmp?rev=69380&r1=69379&r2=69380&view=diff
==
Binary files - no diff available.

Modified: trunk/reactos/dll/win32/shell32/res/bitmaps/231.bmp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/bitmaps/231.bmp?rev=69380&r1=69379&r2=69380&view=diff
==
Binary files - no diff available.




[ros-diffs] [rnaumann] 69379: [ICONS]Massive icon improvements by Jared Smudde. CORE-10023

2015-09-27 Thread rnaumann
Author: rnaumann
Date: Sun Sep 27 16:59:28 2015
New Revision: 69379

URL: http://svn.reactos.org/svn/reactos?rev=69379&view=rev
Log:
[ICONS]Massive icon improvements by Jared Smudde. CORE-10023

Modified:
trunk/reactos/base/applications/control/resources/config.ico
trunk/reactos/base/applications/games/solitaire/solitaire.ico
trunk/reactos/base/applications/hh/hh.ico
trunk/reactos/base/applications/iexplore/iexplore.ico
trunk/reactos/base/applications/mplay32/resources/mplay32.ico
trunk/reactos/base/applications/msconfig/res/msconfig.ico
trunk/reactos/base/applications/msconfig_new/res/msconfig.ico
trunk/reactos/base/applications/mstsc/res/colors.ico
trunk/reactos/base/applications/mstsc/res/connection.ico
trunk/reactos/base/applications/mstsc/res/logon.ico
trunk/reactos/base/applications/notepad/res/notepad.ico
trunk/reactos/base/applications/rapps/res/cats/audio.ico
trunk/reactos/base/applications/rapps/res/cats/engineer.ico
trunk/reactos/base/applications/rapps/res/exit.ico
trunk/reactos/base/applications/taskmgr/res/taskmgr.ico
trunk/reactos/base/shell/cmd/res/terminal.ico
trunk/reactos/base/system/msiexec/msiexec.ico
trunk/reactos/base/system/runonce/res/icon.ico
trunk/reactos/dll/cpl/access/resources/applet.ico
trunk/reactos/dll/cpl/appwiz/resources/applet.ico
trunk/reactos/dll/cpl/console/res/terminal.ico
trunk/reactos/dll/cpl/desk/resources/applet.ico
trunk/reactos/dll/cpl/hdwwiz/resources/warning.ico
trunk/reactos/dll/cpl/inetcpl/resources/history.ico
trunk/reactos/dll/cpl/inetcpl/resources/inetcpl.ico
trunk/reactos/dll/cpl/input/resources/keyboard-shortcuts.ico
trunk/reactos/dll/cpl/main/resources/admintools_folder.ico
trunk/reactos/dll/cpl/main/resources/fonts_folder.ico
trunk/reactos/dll/cpl/main/resources/look_key.ico
trunk/reactos/dll/cpl/mmsys/resources/3004.ico
trunk/reactos/dll/cpl/mmsys/resources/4353.ico
trunk/reactos/dll/cpl/mmsys/resources/4354.ico
trunk/reactos/dll/cpl/mmsys/resources/4363.ico
trunk/reactos/dll/cpl/mmsys/resources/4367.ico
trunk/reactos/dll/cpl/mmsys/resources/4368.ico
trunk/reactos/dll/cpl/mmsys/resources/4379.ico
trunk/reactos/dll/cpl/usrmgr/resources/applet.ico
trunk/reactos/dll/shellext/ntobjshex/resources/1.ico
trunk/reactos/dll/shellext/ntobjshex/resources/2.ico
trunk/reactos/dll/shellext/ntobjshex/resources/7.ico
trunk/reactos/dll/win32/comctl32/idi_tt_error_sm.ico
trunk/reactos/dll/win32/comctl32/idi_tt_info_sm.ico
trunk/reactos/dll/win32/comctl32/idi_tt_warn_sm.ico
trunk/reactos/dll/win32/comdlg32/res/icons/cdrom.ico
trunk/reactos/dll/win32/comdlg32/res/icons/floppy.ico
trunk/reactos/dll/win32/comdlg32/res/icons/folder.ico
trunk/reactos/dll/win32/comdlg32/res/icons/folder2.ico
trunk/reactos/dll/win32/comdlg32/res/icons/hdisk.ico
trunk/reactos/dll/win32/comdlg32/res/icons/network.ico
trunk/reactos/dll/win32/msgina/resources/21.ico
trunk/reactos/dll/win32/msgina/resources/ico_logoff.ico
trunk/reactos/dll/win32/msgina/resources/shutdown.ico
trunk/reactos/dll/win32/shell32/res/icons/1.ico
trunk/reactos/dll/win32/shell32/res/icons/10.ico
trunk/reactos/dll/win32/shell32/res/icons/11.ico
trunk/reactos/dll/win32/shell32/res/icons/12.ico
trunk/reactos/dll/win32/shell32/res/icons/137.ico
trunk/reactos/dll/win32/shell32/res/icons/138.ico
trunk/reactos/dll/win32/shell32/res/icons/151.ico
trunk/reactos/dll/win32/shell32/res/icons/152.ico
trunk/reactos/dll/win32/shell32/res/icons/153.ico
trunk/reactos/dll/win32/shell32/res/icons/154.ico
trunk/reactos/dll/win32/shell32/res/icons/155.ico
trunk/reactos/dll/win32/shell32/res/icons/156.ico
trunk/reactos/dll/win32/shell32/res/icons/157.ico
trunk/reactos/dll/win32/shell32/res/icons/160.ico
trunk/reactos/dll/win32/shell32/res/icons/17.ico
trunk/reactos/dll/win32/shell32/res/icons/1700.ico
trunk/reactos/dll/win32/shell32/res/icons/173.ico
trunk/reactos/dll/win32/shell32/res/icons/191.ico
trunk/reactos/dll/win32/shell32/res/icons/192.ico
trunk/reactos/dll/win32/shell32/res/icons/2.ico
trunk/reactos/dll/win32/shell32/res/icons/20.ico
trunk/reactos/dll/win32/shell32/res/icons/210.ico
trunk/reactos/dll/win32/shell32/res/icons/22.ico
trunk/reactos/dll/win32/shell32/res/icons/220.ico
trunk/reactos/dll/win32/shell32/res/icons/221.ico
trunk/reactos/dll/win32/shell32/res/icons/224.ico
trunk/reactos/dll/win32/shell32/res/icons/225.ico
trunk/reactos/dll/win32/shell32/res/icons/236.ico
trunk/reactos/dll/win32/shell32/res/icons/237.ico
trunk/reactos/dll/win32/shell32/res/icons/238.ico
trunk/reactos/dll/win32/shell32/res/icons/245.ico
trunk/reactos/dll/win32/shell32/res/icons/248.ico
trunk/reactos/dll/win32/shell32/res/icons/250.ico
trunk/reactos/dll/win32/shell32/res/icons/269.ico
trunk/reactos

[ros-diffs] [rnaumann] 69378: [NTVDM] Update German translation

2015-09-27 Thread rnaumann
Author: rnaumann
Date: Sun Sep 27 16:28:27 2015
New Revision: 69378

URL: http://svn.reactos.org/svn/reactos?rev=69378&view=rev
Log:
[NTVDM] Update German translation

Modified:
trunk/reactos/subsystems/mvdm/ntvdm/lang/de-DE.rc

Modified: trunk/reactos/subsystems/mvdm/ntvdm/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/lang/de-DE.rc?rev=69378&r1=69377&r2=69378&view=diff
==
--- trunk/reactos/subsystems/mvdm/ntvdm/lang/de-DE.rc   [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/ntvdm/lang/de-DE.rc   [iso-8859-1] Sun Sep 27 
16:28:27 2015
@@ -9,14 +9,14 @@
 
 STRINGTABLE
 BEGIN
-IDS_VDM_DUMPMEM_TXT ,   "Dump Memory (&Text)"
-IDS_VDM_DUMPMEM_BIN ,   "Dump Memory (&Binary)"
-IDS_VDM_MOUNT_FLOPPY,   "Insert a floppy in drive %d <%s>..."
-IDS_VDM_EJECT_FLOPPY,   "Eject floppy from drive %d"
+IDS_VDM_DUMPMEM_TXT ,   "Speicherabbild erstellen (&Text)"
+IDS_VDM_DUMPMEM_BIN ,   "Speicherabbild erstellen (&Binär)"
+IDS_VDM_MOUNT_FLOPPY,   "Eine Diskette in Laufwerk %d <%s> einlegen..."
+IDS_VDM_EJECT_FLOPPY,   "Disktette aus Laufwerk %d auswerfen"
 IDS_VDM_QUIT,   "ReactOS VDM b&eenden"
 END
 
 STRINGTABLE
 BEGIN
-IDS_NO_MEDIA,   "No media"
+IDS_NO_MEDIA,   "Kein Medium"
 END




[ros-diffs] [rnaumann] 69306: [SHELL32] Add missing DS_MODALFRAME style to extended properties dialog. Patch by Jared Smudde CORE-10219

2015-09-20 Thread rnaumann
Author: rnaumann
Date: Sun Sep 20 16:25:39 2015
New Revision: 69306

URL: http://svn.reactos.org/svn/reactos?rev=69306&view=rev
Log:
[SHELL32] Add missing DS_MODALFRAME style to extended properties dialog. Patch 
by Jared Smudde CORE-10219

Modified:
trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
trunk/reactos/dll/win32/shell32/lang/da-DK.rc
trunk/reactos/dll/win32/shell32/lang/de-DE.rc
trunk/reactos/dll/win32/shell32/lang/el-GR.rc
trunk/reactos/dll/win32/shell32/lang/en-GB.rc
trunk/reactos/dll/win32/shell32/lang/en-US.rc
trunk/reactos/dll/win32/shell32/lang/es-ES.rc
trunk/reactos/dll/win32/shell32/lang/fi-FI.rc
trunk/reactos/dll/win32/shell32/lang/fr-FR.rc
trunk/reactos/dll/win32/shell32/lang/he-IL.rc
trunk/reactos/dll/win32/shell32/lang/hu-HU.rc
trunk/reactos/dll/win32/shell32/lang/it-IT.rc
trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
trunk/reactos/dll/win32/shell32/lang/ko-KR.rc
trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
trunk/reactos/dll/win32/shell32/lang/no-NO.rc
trunk/reactos/dll/win32/shell32/lang/pl-PL.rc
trunk/reactos/dll/win32/shell32/lang/pt-BR.rc
trunk/reactos/dll/win32/shell32/lang/pt-PT.rc
trunk/reactos/dll/win32/shell32/lang/ro-RO.rc
trunk/reactos/dll/win32/shell32/lang/ru-RU.rc
trunk/reactos/dll/win32/shell32/lang/sk-SK.rc
trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
trunk/reactos/dll/win32/shell32/lang/sq-AL.rc
trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
trunk/reactos/dll/win32/shell32/lang/tr-TR.rc
trunk/reactos/dll/win32/shell32/lang/uk-UA.rc
trunk/reactos/dll/win32/shell32/lang/zh-CN.rc
trunk/reactos/dll/win32/shell32/lang/zh-TW.rc

Modified: trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/bg-BG.rc?rev=69306&r1=69305&r2=69306&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/bg-BG.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/bg-BG.rc   [iso-8859-1] Sun Sep 20 
16:25:39 2015
@@ -194,7 +194,7 @@
 END
 
 IDD_SHORTCUT_EXTENDED_PROPERTIES DIALOGEX 0, 0, 260, 150
-STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
 CAPTION "Допълнителни свойства"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN

Modified: trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ca-ES.rc?rev=69306&r1=69305&r2=69306&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/ca-ES.rc   [iso-8859-1] Sun Sep 20 
16:25:39 2015
@@ -194,7 +194,7 @@
 END
 
 IDD_SHORTCUT_EXTENDED_PROPERTIES DIALOGEX 0, 0, 230, 150
-STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
 CAPTION "Extended Properties"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN

Modified: trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc?rev=69306&r1=69305&r2=69306&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc   [iso-8859-1] Sun Sep 20 
16:25:39 2015
@@ -200,7 +200,7 @@
 END
 
 IDD_SHORTCUT_EXTENDED_PROPERTIES DIALOGEX 0, 0, 230, 150
-STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
 CAPTION "Rozšířené vlastnosti"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN

Modified: trunk/reactos/dll/win32/shell32/lang/da-DK.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/da-DK.rc?rev=69306&r1=69305&r2=69306&view=diff
==
--- trunk/reactos/dll/win32/shell32/lang/da-DK.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/lang/da-DK.rc   [iso-8859-1] Sun Sep 20 
16:25:39 2015
@@ -200,7 +200,7 @@
 END
 
 IDD_SHORTCUT_EXTENDED_PROPERTIES DIALOGEX 0, 0, 230, 150
-STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
 CAPTION "Extended Properties"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN

Modified: trunk/reactos/dll/win32/shell32/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/de-DE.rc?rev=69306&r1=69305&r2=69306&view=diff
==

  1   2   >