mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:42:58 +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:
parent
4016681e08
commit
03aeb818fe
5 changed files with 19 additions and 0 deletions
|
@ -12,6 +12,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
IDI_CPLSYSTEM ICON "resources/applet.ico"
|
IDI_CPLSYSTEM ICON "resources/applet.ico"
|
||||||
|
|
||||||
|
#include <reactos/manifest_dll.rc>
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,8 @@ IDI_NET_TRANSREC ICON "res/nettrrec.ico"
|
||||||
|
|
||||||
IDR_NETSHELL WINE_REGISTRY "res/netshell.rgs"
|
IDR_NETSHELL WINE_REGISTRY "res/netshell.rgs"
|
||||||
|
|
||||||
|
#include <reactos/manifest_dll.rc>
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
|
7
reactos/dll/shellext/ntobjshex/lang/de-DE.rc
Normal file
7
reactos/dll/shellext/ntobjshex/lang/de-DE.rc
Normal file
|
@ -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_NTOBJECTFOLDER REGISTRY "resources/rgs/ntobjectfolder.rgs"
|
||||||
IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs"
|
IDR_REGISTRYFOLDER REGISTRY "resources/rgs/regfolder.rgs"
|
||||||
|
|
||||||
|
#include <reactos/manifest_dll.rc>
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
#ifdef LANGUAGE_DE_DE
|
||||||
|
#include "lang/de-DE.rc"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef LANGUAGE_EN_US
|
#ifdef LANGUAGE_EN_US
|
||||||
#include "lang/en-US.rc"
|
#include "lang/en-US.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -13,6 +13,8 @@ IDI_VOLMUTE ICON "resources/4.ico"
|
||||||
|
|
||||||
IDR_SYSTRAY REGISTRY "resources/rgs/systray.rgs"
|
IDR_SYSTRAY REGISTRY "resources/rgs/systray.rgs"
|
||||||
|
|
||||||
|
#include <reactos/manifest_dll.rc>
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue