Author: dreimer
Date: Sat Apr 18 09:57:21 2015
New Revision: 67243

URL: http://svn.reactos.org/svn/reactos?rev=67243&view=rev
Log:
[CPL]
Add manifest to telephon.cpl.
[SHELLEXT]
Add manifest to netshell, stobject and ntobjshex.
Translate ntobjshex to German.

Added:
    trunk/reactos/dll/shellext/ntobjshex/lang/de-DE.rc   (with props)
Modified:
    trunk/reactos/dll/cpl/telephon/telephon.rc
    trunk/reactos/dll/shellext/netshell/netshell.rc
    trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc
    trunk/reactos/dll/shellext/stobject/stobject.rc

Modified: trunk/reactos/dll/cpl/telephon/telephon.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/telephon/telephon.rc?rev=67243&r1=67242&r2=67243&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/telephon/telephon.rc  [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/telephon/telephon.rc  [iso-8859-1] Sat Apr 18 
09:57:21 2015
@@ -11,6 +11,8 @@
 #include <reactos/version.rc>
 
 IDI_CPLSYSTEM ICON "resources/applet.ico"
+
+#include <reactos/manifest_dll.rc>
 
 /* UTF-8 */
 #pragma code_page(65001)

Modified: trunk/reactos/dll/shellext/netshell/netshell.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/netshell/netshell.rc?rev=67243&r1=67242&r2=67243&view=diff
==============================================================================
--- trunk/reactos/dll/shellext/netshell/netshell.rc     [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/netshell/netshell.rc     [iso-8859-1] Sat Apr 18 
09:57:21 2015
@@ -23,6 +23,8 @@
 IDI_NET_TRANSREC ICON "res/nettrrec.ico"
 
 IDR_NETSHELL WINE_REGISTRY "res/netshell.rgs"
+
+#include <reactos/manifest_dll.rc>
 
 /* UTF-8 */
 #pragma code_page(65001)

Added: trunk/reactos/dll/shellext/ntobjshex/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/lang/de-DE.rc?rev=67243
==============================================================================
--- trunk/reactos/dll/shellext/ntobjshex/lang/de-DE.rc  (added)
+++ trunk/reactos/dll/shellext/ntobjshex/lang/de-DE.rc  [iso-8859-1] Sat Apr 18 
09:57:21 2015
@@ -0,0 +1,7 @@
+LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+    IDS_NTOBJFLD_NAME "NT-Objekt-Namespace"
+    IDS_REGISTRY_NAME "Systemregistry"
+END

Propchange: trunk/reactos/dll/shellext/ntobjshex/lang/de-DE.rc
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc?rev=67243&r1=67242&r2=67243&view=diff
==============================================================================
--- trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc   [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/ntobjshex/ntobjshex.rc   [iso-8859-1] Sat Apr 18 
09:57:21 2015
@@ -18,8 +18,14 @@
 IDR_NTOBJECTFOLDER REGISTRY "resources/rgs/ntobjectfolder.rgs"
 IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs"
 
+#include <reactos/manifest_dll.rc>
+
 /* UTF-8 */
 #pragma code_page(65001)
+
+#ifdef LANGUAGE_DE_DE
+    #include "lang/de-DE.rc"
+#endif
 
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"

Modified: trunk/reactos/dll/shellext/stobject/stobject.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/stobject/stobject.rc?rev=67243&r1=67242&r2=67243&view=diff
==============================================================================
--- trunk/reactos/dll/shellext/stobject/stobject.rc     [iso-8859-1] (original)
+++ trunk/reactos/dll/shellext/stobject/stobject.rc     [iso-8859-1] Sat Apr 18 
09:57:21 2015
@@ -12,6 +12,8 @@
 IDI_VOLMUTE ICON "resources/4.ico"
 
 IDR_SYSTRAY REGISTRY "resources/rgs/systray.rgs"
+
+#include <reactos/manifest_dll.rc>
 
 /* UTF-8 */
 #pragma code_page(65001)


Reply via email to