mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CPL]
Add manifest to telephon.cpl. [SHELLEXT] Add manifest to netshell, stobject and ntobjshex. Translate ntobjshex to German. svn path=/trunk/; revision=67243
This commit is contained in:
@@ -12,6 +12,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
IDI_CPLSYSTEM ICON "resources/applet.ico"
|
||||
|
||||
#include <reactos/manifest_dll.rc>
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
|
||||
@@ -24,6 +24,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)
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_NTOBJFLD_NAME "NT-Objekt-Namespace"
|
||||
IDS_REGISTRY_NAME "Systemregistry"
|
||||
END
|
||||
@@ -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 <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"
|
||||
#endif
|
||||
|
||||
@@ -13,6 +13,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user