From 03aeb818feb24e8db04f2bed845539a15f732e5a Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Sat, 18 Apr 2015 09:57:21 +0000 Subject: [PATCH] [CPL] Add manifest to telephon.cpl. [SHELLEXT] Add manifest to netshell, stobject and ntobjshex. Translate ntobjshex to German. svn path=/trunk/; revision=67243 --- reactos/dll/cpl/telephon/telephon.rc | 2 ++ reactos/dll/shellext/netshell/netshell.rc | 2 ++ reactos/dll/shellext/ntobjshex/lang/de-DE.rc | 7 +++++++ reactos/dll/shellext/ntobjshex/ntobjshex.rc | 6 ++++++ reactos/dll/shellext/stobject/stobject.rc | 2 ++ 5 files changed, 19 insertions(+) create mode 100644 reactos/dll/shellext/ntobjshex/lang/de-DE.rc diff --git a/reactos/dll/cpl/telephon/telephon.rc b/reactos/dll/cpl/telephon/telephon.rc index c2230a84719..63565befb19 100644 --- a/reactos/dll/cpl/telephon/telephon.rc +++ b/reactos/dll/cpl/telephon/telephon.rc @@ -12,6 +12,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDI_CPLSYSTEM ICON "resources/applet.ico" +#include + /* UTF-8 */ #pragma code_page(65001) diff --git a/reactos/dll/shellext/netshell/netshell.rc b/reactos/dll/shellext/netshell/netshell.rc index 517209b4984..70dd660e013 100644 --- a/reactos/dll/shellext/netshell/netshell.rc +++ b/reactos/dll/shellext/netshell/netshell.rc @@ -24,6 +24,8 @@ IDI_NET_TRANSREC ICON "res/nettrrec.ico" IDR_NETSHELL WINE_REGISTRY "res/netshell.rgs" +#include + /* UTF-8 */ #pragma code_page(65001) diff --git a/reactos/dll/shellext/ntobjshex/lang/de-DE.rc b/reactos/dll/shellext/ntobjshex/lang/de-DE.rc new file mode 100644 index 00000000000..5fbdf00a7ee --- /dev/null +++ b/reactos/dll/shellext/ntobjshex/lang/de-DE.rc @@ -0,0 +1,7 @@ +LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL + +STRINGTABLE +BEGIN + IDS_NTOBJFLD_NAME "NT-Objekt-Namespace" + IDS_REGISTRY_NAME "Systemregistry" +END diff --git a/reactos/dll/shellext/ntobjshex/ntobjshex.rc b/reactos/dll/shellext/ntobjshex/ntobjshex.rc index d8c70ee6716..2a7928bdf3c 100644 --- a/reactos/dll/shellext/ntobjshex/ntobjshex.rc +++ b/reactos/dll/shellext/ntobjshex/ntobjshex.rc @@ -18,9 +18,15 @@ IDI_REGISTRYVALUE ICON "resources/8.ico" IDR_NTOBJECTFOLDER REGISTRY "resources/rgs/ntobjectfolder.rgs" IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs" +#include + /* 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" #endif diff --git a/reactos/dll/shellext/stobject/stobject.rc b/reactos/dll/shellext/stobject/stobject.rc index f2482ce703b..941113df159 100644 --- a/reactos/dll/shellext/stobject/stobject.rc +++ b/reactos/dll/shellext/stobject/stobject.rc @@ -13,6 +13,8 @@ IDI_VOLMUTE ICON "resources/4.ico" IDR_SYSTRAY REGISTRY "resources/rgs/systray.rgs" +#include + /* UTF-8 */ #pragma code_page(65001)