diff --git a/reactos/dll/cpl/access/access.rc b/reactos/dll/cpl/access/access.rc index daa378d6589..15b96ea8fd1 100644 --- a/reactos/dll/cpl/access/access.rc +++ b/reactos/dll/cpl/access/access.rc @@ -9,19 +9,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define REACTOS_STR_ORIGINAL_FILENAME "access.cpl\0" #include +123 24 DISCARDABLE "manifest.xml" + IDI_CPLACCESS ICON "resources/applet.ico" -#include "lang/cs-CZ.rc" -#include "lang/de-DE.rc" -#include "lang/en-US.rc" -#include "lang/es-ES.rc" -#include "lang/fr-FR.rc" -#include "lang/hu-HU.rc" -#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -#include "lang/ja-JP.rc" -#include "lang/nl-NL.rc" -#include "lang/pl-PL.rc" -#include "lang/ru-RU.rc" - - +#include "rsrc.rc" diff --git a/reactos/dll/cpl/access/manifest.xml b/reactos/dll/cpl/access/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/access/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/access/rsrc.rc b/reactos/dll/cpl/access/rsrc.rc new file mode 100644 index 00000000000..c5babb55d76 --- /dev/null +++ b/reactos/dll/cpl/access/rsrc.rc @@ -0,0 +1,15 @@ +#include +#include "resource.h" + +#include "lang/cs-CZ.rc" +#include "lang/de-DE.rc" +#include "lang/en-US.rc" +#include "lang/es-ES.rc" +#include "lang/fr-FR.rc" +#include "lang/hu-HU.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/ja-JP.rc" +#include "lang/nl-NL.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc" diff --git a/reactos/dll/cpl/appwiz/appwiz.rc b/reactos/dll/cpl/appwiz/appwiz.rc index 798609ab72b..e85f375d1d1 100644 --- a/reactos/dll/cpl/appwiz/appwiz.rc +++ b/reactos/dll/cpl/appwiz/appwiz.rc @@ -1,6 +1,8 @@ #include "resource.h" #include +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Software Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "appwiz\0" @@ -11,30 +13,8 @@ #include #endif -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +123 24 DISCARDABLE "manifest.xml" IDI_CPLSYSTEM ICON "resources/applet.ico" -/* - * Everything specific to any language goes in one of the specific - * files. Note that you can and may override resources which also have - * a neutral version. This is to get localized bitmaps for example. - */ - -#include "lang/bg-BG.rc" -#include "lang/cs-CZ.rc" -#include "lang/da-DK.rc" -#include "lang/de-DE.rc" -#include "lang/el-GR.rc" -#include "lang/en-US.rc" -#include "lang/es-ES.rc" -#include "lang/fr-FR.rc" -#include "lang/hu-HU.rc" -#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -#include "lang/ja-JP.rc" -#include "lang/nl-NL.rc" -#include "lang/pl-PL.rc" -#include "lang/ru-RU.rc" -#include "lang/th-TH.rc" -#include "lang/uk-UA.rc" +#include "rsrc.rc" diff --git a/reactos/dll/cpl/appwiz/manifest.xml b/reactos/dll/cpl/appwiz/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/appwiz/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/appwiz/rsrc.rc b/reactos/dll/cpl/appwiz/rsrc.rc new file mode 100644 index 00000000000..9aea4b5d0dd --- /dev/null +++ b/reactos/dll/cpl/appwiz/rsrc.rc @@ -0,0 +1,20 @@ +#include "resource.h" +#include + +#include "lang/bg-BG.rc" +#include "lang/cs-CZ.rc" +#include "lang/da-DK.rc" +#include "lang/de-DE.rc" +#include "lang/el-GR.rc" +#include "lang/en-US.rc" +#include "lang/es-ES.rc" +#include "lang/fr-FR.rc" +#include "lang/hu-HU.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/ja-JP.rc" +#include "lang/nl-NL.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc" +#include "lang/th-TH.rc" +#include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/desk/desk.rc b/reactos/dll/cpl/desk/desk.rc index eab32a238f4..9f58b4189ba 100644 --- a/reactos/dll/cpl/desk/desk.rc +++ b/reactos/dll/cpl/desk/desk.rc @@ -10,24 +10,10 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define REACTOS_STR_ORIGINAL_FILENAME "desk.cpl\0" #include +123 24 DISCARDABLE "manifest.xml" + IDC_DESK_ICON ICON "resources/applet.ico" IDC_DESK_ICON2 ICON "resources/applet.ico" IDC_MONITOR BITMAP "resources/monitor.bmp" -#include "lang/bg-BG.rc" -#include "lang/cs-CZ.rc" -#include "lang/de-DE.rc" -#include "lang/el-GR.rc" -#include "lang/en-US.rc" -#include "lang/es-ES.rc" -#include "lang/fr-FR.rc" -#include "lang/hu-HU.rc" -#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -#include "lang/ja-JP.rc" -#include "lang/nl-NL.rc" -#include "lang/pl-PL.rc" -#include "lang/ru-RU.rc" -#include "lang/sv-SE.rc" -#include "lang/uk-UA.rc" - +#include "rsrc.rc" diff --git a/reactos/dll/cpl/desk/manifest.xml b/reactos/dll/cpl/desk/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/desk/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/desk/rsrc.rc b/reactos/dll/cpl/desk/rsrc.rc new file mode 100644 index 00000000000..73a8f3e307a --- /dev/null +++ b/reactos/dll/cpl/desk/rsrc.rc @@ -0,0 +1,19 @@ +#include +#include "resource.h" + +#include "lang/bg-BG.rc" +#include "lang/cs-CZ.rc" +#include "lang/de-DE.rc" +#include "lang/el-GR.rc" +#include "lang/en-US.rc" +#include "lang/es-ES.rc" +#include "lang/fr-FR.rc" +#include "lang/hu-HU.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/ja-JP.rc" +#include "lang/nl-NL.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc" +#include "lang/sv-SE.rc" +#include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/hdwwiz/hdwwiz.rc b/reactos/dll/cpl/hdwwiz/hdwwiz.rc index 116820694cb..48587e90baa 100644 --- a/reactos/dll/cpl/hdwwiz/hdwwiz.rc +++ b/reactos/dll/cpl/hdwwiz/hdwwiz.rc @@ -1,5 +1,4 @@ #include - #include "resource.h" LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL @@ -15,6 +14,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include #endif +123 24 DISCARDABLE "manifest.xml" + IDI_CPLICON ICON "resources/applet.ico" #include "rsrc.rc" diff --git a/reactos/dll/cpl/hdwwiz/manifest.xml b/reactos/dll/cpl/hdwwiz/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/hdwwiz/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/input/input.rc b/reactos/dll/cpl/input/input.rc index 2678332c7c1..9269e24a635 100644 --- a/reactos/dll/cpl/input/input.rc +++ b/reactos/dll/cpl/input/input.rc @@ -1,8 +1,10 @@ #include "resource.h" #include +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define REACTOS_VERSION_DLL -#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Software Control Panel\0" +#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Language Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "input\0" #define REACTOS_STR_ORIGINAL_FILENAME "input.dll\0" #ifdef _MSC_VER @@ -11,20 +13,12 @@ #include #endif +123 24 DISCARDABLE "manifest.xml" + IDI_KEYBOARD_ICO ICON "resources/keyboard.ico" IDI_MARKER_ICO ICON "resources/marker.ico" IDI_MIC_ICO ICON "resources/microphone.ico" IDI_KEY_SHORT_ICO ICON "resources/keyboard-shortcuts.ico" IDI_INFO_ICO ICON "resources/information.ico" -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL - -/* - * Everything specific to any language goes in one of the specific - * files. Note that you can and may override resources which also have - * a neutral version. This is to get localized bitmaps for example. - */ - -#include "lang/de-DE.rc" -#include "lang/en-US.rc" -#include "lang/uk-UA.rc" +#include "rsrc.rc" diff --git a/reactos/dll/cpl/input/manifest.xml b/reactos/dll/cpl/input/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/input/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/input/rsrc.rc b/reactos/dll/cpl/input/rsrc.rc new file mode 100644 index 00000000000..c68b506b47c --- /dev/null +++ b/reactos/dll/cpl/input/rsrc.rc @@ -0,0 +1,6 @@ +#include +#include "resource.h" + +#include "lang/de-DE.rc" +#include "lang/en-US.rc" +#include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/intl/intl.rc b/reactos/dll/cpl/intl/intl.rc index e7a3d0f60a1..d791257dbdf 100644 --- a/reactos/dll/cpl/intl/intl.rc +++ b/reactos/dll/cpl/intl/intl.rc @@ -4,33 +4,13 @@ #include "resource.h" #define REACTOS_VERSION_DLL -#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0" +#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Regional Settings Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "intl\0" #define REACTOS_STR_ORIGINAL_FILENAME "intl.cpl\0" #include +123 24 DISCARDABLE "manifest.xml" IDC_CPLICON ICON "resources/applet.ico" - - -/* - * Everything specific to any language goes in one of the specific - * files. Note that you can and may override resources which also have - * a neutral version. This is to get localized bitmaps for example. - */ - -//#include "lang/cs-CZ.rc" -#include "lang/de-DE.rc" -//#include "lang/el-GR.rc" -#include "lang/en-US.rc" -//#include "lang/es-ES.rc" -//#include "lang/fr-FR.rc" -//#include "lang/hu-HU.rc" -//#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -//#include "lang/ja-JP.rc" -//#include "lang/nl-NL.rc" -#include "lang/ru-RU.rc" -//#include "lang/sv-SE.rc" -#include "lang/uk-UA.rc" +#include "rsrc.rc" diff --git a/reactos/dll/cpl/intl/manifest.xml b/reactos/dll/cpl/intl/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/intl/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/intl/rsrc.rc b/reactos/dll/cpl/intl/rsrc.rc new file mode 100644 index 00000000000..c5d4bdac328 --- /dev/null +++ b/reactos/dll/cpl/intl/rsrc.rc @@ -0,0 +1,17 @@ +#include +#include "resource.h" + +//#include "lang/cs-CZ.rc" +#include "lang/de-DE.rc" +//#include "lang/el-GR.rc" +#include "lang/en-US.rc" +//#include "lang/es-ES.rc" +//#include "lang/fr-FR.rc" +//#include "lang/hu-HU.rc" +//#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +//#include "lang/ja-JP.rc" +//#include "lang/nl-NL.rc" +#include "lang/ru-RU.rc" +//#include "lang/sv-SE.rc" +#include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/liccpa/liccpa.rc b/reactos/dll/cpl/liccpa/liccpa.rc index 3c1ceed5ac5..0c4ec91fcc7 100644 --- a/reactos/dll/cpl/liccpa/liccpa.rc +++ b/reactos/dll/cpl/liccpa/liccpa.rc @@ -3,21 +3,16 @@ #include #include "resource.h" +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Sample Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "cplsample\0" #define REACTOS_STR_ORIGINAL_FILENAME "cplsample.cpl\0" #include +123 24 DISCARDABLE "manifest.xml" IDC_CPLICON_1 ICON "resources/cpl_icon1.ico" -#include "lang/de-DE.rc" -#include "lang/en-US.rc" -#include "lang/es-ES.rc" -#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -#include "lang/ja-JP.rc" -#include "lang/pl-PL.rc" -#include "lang/ru-RU.rc" -#include "lang/uk-UA.rc" +#include "rsrc.rc" diff --git a/reactos/dll/cpl/liccpa/manifest.xml b/reactos/dll/cpl/liccpa/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/liccpa/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/liccpa/rsrc.rc b/reactos/dll/cpl/liccpa/rsrc.rc new file mode 100644 index 00000000000..0847bbf79a1 --- /dev/null +++ b/reactos/dll/cpl/liccpa/rsrc.rc @@ -0,0 +1,12 @@ +#include +#include "resource.h" + +#include "lang/de-DE.rc" +#include "lang/en-US.rc" +#include "lang/es-ES.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/ja-JP.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc" +#include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/main/main.rc b/reactos/dll/cpl/main/main.rc index 77d1aed1350..d10d2f34354 100644 --- a/reactos/dll/cpl/main/main.rc +++ b/reactos/dll/cpl/main/main.rc @@ -3,17 +3,16 @@ #include #include "resource.h" - -/* define language neutral resources */ - LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define REACTOS_VERSION_DLL -#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Sample Control Panel\0" +#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Keyboard Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "main\0" #define REACTOS_STR_ORIGINAL_FILENAME "main.cpl\0" #include +123 24 DISCARDABLE "manifest.xml" + IDC_CPLICON_1 ICON "resources/mouse.ico" IDC_CPLICON_2 ICON "resources/keyboard.ico" IDI_FOLDER_OPEN ICON "resources/folder_open.ico" @@ -21,19 +20,4 @@ IDI_FOLDER_CLOSED ICON "resources/folder_closed.ico" IDI_MOUSE_LEFT ICON "resources/mouse_left.ico" IDI_MOUSE_RIGHT ICON "resources/mouse_right.ico" - -/* include localised resources */ - -#include "lang/cs-CZ.rc" -#include "lang/de-DE.rc" -#include "lang/en-US.rc" -#include "lang/es-ES.rc" -#include "lang/fr-FR.rc" -#include "lang/hu-HU.rc" -#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -#include "lang/ja-JP.rc" -#include "lang/nl-NL.rc" -#include "lang/pl-PL.rc" -#include "lang/ru-RU.rc" -#include "lang/uk-UA.rc" +#include "rsrc.rc" diff --git a/reactos/dll/cpl/main/manifest.xml b/reactos/dll/cpl/main/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/main/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/main/rsrc.rc b/reactos/dll/cpl/main/rsrc.rc new file mode 100644 index 00000000000..9f08077a255 --- /dev/null +++ b/reactos/dll/cpl/main/rsrc.rc @@ -0,0 +1,16 @@ +#include +#include "resource.h" + +#include "lang/cs-CZ.rc" +#include "lang/de-DE.rc" +#include "lang/en-US.rc" +#include "lang/es-ES.rc" +#include "lang/fr-FR.rc" +#include "lang/hu-HU.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/ja-JP.rc" +#include "lang/nl-NL.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc" +#include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/mmsys/manifest.xml b/reactos/dll/cpl/mmsys/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/mmsys/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/mmsys/mmsys.rc b/reactos/dll/cpl/mmsys/mmsys.rc index 08af65bcd7c..525396b348c 100644 --- a/reactos/dll/cpl/mmsys/mmsys.rc +++ b/reactos/dll/cpl/mmsys/mmsys.rc @@ -1,12 +1,15 @@ #include #include "resource.h" +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Multimedia Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "mmsys\0" #define REACTOS_STR_ORIGINAL_FILENAME "mmsys.cpl\0" #include +123 24 DISCARDABLE "manifest.xml" IDI_CPLICON ICON "resources/mmsys.ico" IDI_MUTED_ICON ICON "resources/muted.ico" diff --git a/reactos/dll/cpl/ncpa/manifest.xml b/reactos/dll/cpl/ncpa/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/ncpa/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/ncpa/ncpa.rc b/reactos/dll/cpl/ncpa/ncpa.rc index f32d0d8c819..b6b9f846fee 100644 --- a/reactos/dll/cpl/ncpa/ncpa.rc +++ b/reactos/dll/cpl/ncpa/ncpa.rc @@ -1,34 +1,20 @@ /* $Id$ */ -#include "resource.h" #include +#include "resource.h" + +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Network Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "ncpa\0" #define REACTOS_STR_ORIGINAL_FILENAME "ncpa.cpl\0" +123 24 DISCARDABLE "manifest.xml" IDI_CPLSYSTEM ICON "resources/applet.ico" IDI_HORIZONTAL ICON "resources/HORIZ.ICO" IDI_VERTICAL ICON "resources/VERTIC.ICO" IDI_NETSTAT ICON "resources/NETCONN.ICO" -#include "lang/bg-BG.rc" -#include "lang/cs-CZ.rc" -#include "lang/da-DK.rc" -#include "lang/de-DE.rc" -#include "lang/el-GR.rc" -#include "lang/en-US.rc" -#include "lang/es-ES.rc" -#include "lang/fr-FR.rc" -#include "lang/hu-HU.rc" -#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -#include "lang/ja-JP.rc" -#include "lang/nb-NO.rc" -#include "lang/nl-NL.rc" -#include "lang/pl-PL.rc" -#include "lang/ru-RU.rc" -#include "lang/sv-SE.rc" -#include "lang/uk-UA.rc" +#include "rsrc.rc" diff --git a/reactos/dll/cpl/ncpa/rsrc.rc b/reactos/dll/cpl/ncpa/rsrc.rc new file mode 100644 index 00000000000..dad2e0dbb8a --- /dev/null +++ b/reactos/dll/cpl/ncpa/rsrc.rc @@ -0,0 +1,21 @@ +#include +#include "resource.h" + +#include "lang/bg-BG.rc" +#include "lang/cs-CZ.rc" +#include "lang/da-DK.rc" +#include "lang/de-DE.rc" +#include "lang/el-GR.rc" +#include "lang/en-US.rc" +#include "lang/es-ES.rc" +#include "lang/fr-FR.rc" +#include "lang/hu-HU.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/ja-JP.rc" +#include "lang/nb-NO.rc" +#include "lang/nl-NL.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc" +#include "lang/sv-SE.rc" +#include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/odbccp32/odbccp32.rc b/reactos/dll/cpl/odbccp32/odbccp32.rc index 695bbcc2b87..632cacfacbd 100644 --- a/reactos/dll/cpl/odbccp32/odbccp32.rc +++ b/reactos/dll/cpl/odbccp32/odbccp32.rc @@ -1,4 +1,3 @@ - #include #include "resource.h" diff --git a/reactos/dll/cpl/powercfg/manifest.xml b/reactos/dll/cpl/powercfg/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/powercfg/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/powercfg/powercfg.rc b/reactos/dll/cpl/powercfg/powercfg.rc index 9b6e02f8dbf..ff018ac80b2 100644 --- a/reactos/dll/cpl/powercfg/powercfg.rc +++ b/reactos/dll/cpl/powercfg/powercfg.rc @@ -3,25 +3,19 @@ #include #include "resource.h" +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Power Management Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "powercfg\0" #define REACTOS_STR_ORIGINAL_FILENAME "powercfg.cpl\0" #include +123 24 DISCARDABLE "manifest.xml" + IDI_AC ICON "resources/ac.ico" IDI_ACDC ICON "resources/acdc.ico" IDI_DC ICON "resources/dc.ico" IDI_SCREEN ICON "resources/screen.ico" -#include "lang/cs-CZ.rc" -#include "lang/de-DE.rc" -#include "lang/en-US.rc" -#include "lang/fr-FR.rc" -#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -#include "lang/nl-NL.rc" -#include "lang/pl-PL.rc" -#include "lang/ru-RU.rc" -#include "lang/th-TH.rc" -#include "lang/uk-UA.rc" +#include "rsrc.rc" diff --git a/reactos/dll/cpl/powercfg/rsrc.rc b/reactos/dll/cpl/powercfg/rsrc.rc new file mode 100644 index 00000000000..00b1016d314 --- /dev/null +++ b/reactos/dll/cpl/powercfg/rsrc.rc @@ -0,0 +1,14 @@ +#include +#include "resource.h" + +#include "lang/cs-CZ.rc" +#include "lang/de-DE.rc" +#include "lang/en-US.rc" +#include "lang/fr-FR.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/nl-NL.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc" +#include "lang/th-TH.rc" +#include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/sysdm/rsrc.rc b/reactos/dll/cpl/sysdm/rsrc.rc new file mode 100644 index 00000000000..63e44ed730a --- /dev/null +++ b/reactos/dll/cpl/sysdm/rsrc.rc @@ -0,0 +1,21 @@ +#include +#include "resource.h" + +#include "lang/de-DE.rc" +#include "lang/en-US.rc" +#include "lang/fr-FR.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc" +#include "lang/uk-UA.rc" + +/* +#include "lang/cs-CZ.rc" +#include "lang/da-DK.rc" +#include "lang/es-ES.rc" +#include "lang/hu-HU.rc" +#include "lang/ja-JP.rc" +#include "lang/nl-NL.rc" +#include "lang/sv-SE.rc" +*/ diff --git a/reactos/dll/cpl/sysdm/sysdm.rc b/reactos/dll/cpl/sysdm/sysdm.rc index 1df7393c0ad..7a3c3e08f5b 100644 --- a/reactos/dll/cpl/sysdm/sysdm.rc +++ b/reactos/dll/cpl/sysdm/sysdm.rc @@ -2,7 +2,7 @@ #include #include "resource.h" -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Applet\0" @@ -13,30 +13,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 123 24 DISCARDABLE "manifest.xml" IDI_CPLSYSTEM ICON "resources/applet.ico" - IDI_USERPROF ICON "resources/devmgr.ico" IDI_HARDPROF ICON "resources/devmgr.ico" IDI_DEVMGR ICON "resources/devmgr.ico" - IDB_ROSBMP BITMAP "resources/rosbitmap.bmp" RC_LICENSE RTDATA "resources/gpl.txt" -#include "lang/de-DE.rc" -#include "lang/en-US.rc" -#include "lang/fr-FR.rc" -#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -#include "lang/pl-PL.rc" -#include "lang/ru-RU.rc" -#include "lang/uk-UA.rc" - -/* -#include "lang/cs-CZ.rc" -#include "lang/da-DK.rc" -#include "lang/es-ES.rc" -#include "lang/hu-HU.rc" -#include "lang/ja-JP.rc" -#include "lang/nl-NL.rc" -#include "lang/sv-SE.rc" -*/ +#include "rsrc.rc" diff --git a/reactos/dll/cpl/timedate/manifest.xml b/reactos/dll/cpl/timedate/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/timedate/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/timedate/rsrc.rc b/reactos/dll/cpl/timedate/rsrc.rc new file mode 100644 index 00000000000..ec457c05ef0 --- /dev/null +++ b/reactos/dll/cpl/timedate/rsrc.rc @@ -0,0 +1,22 @@ +#include +#include "resource.h" + +#include "lang/bg-BG.rc" +#include "lang/cs-CZ.rc" +#include "lang/da-DK.rc" +#include "lang/de-DE.rc" +#include "lang/el-GR.rc" +#include "lang/en-US.rc" +#include "lang/es-ES.rc" +#include "lang/fr-FR.rc" +#include "lang/hu-HU.rc" +#include "lang/id-ID.rc" +#include "lang/it-IT.rc" +#include "lang/ja-JP.rc" +#include "lang/nl-NL.rc" +#include "lang/pl-PL.rc" +#include "lang/ru-RU.rc" +#include "lang/sk-SK.rc" +#include "lang/sv-SE.rc" +#include "lang/th-TH.rc" +#include "lang/uk-UA.rc" diff --git a/reactos/dll/cpl/timedate/timedate.rc b/reactos/dll/cpl/timedate/timedate.rc index 62be6b71ff8..432f5e8a702 100644 --- a/reactos/dll/cpl/timedate/timedate.rc +++ b/reactos/dll/cpl/timedate/timedate.rc @@ -1,37 +1,18 @@ #include #include - #include "resource.h" - LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define REACTOS_VERSION_DLL -#define REACTOS_STR_FILE_DESCRIPTION "ReactOS time/date Control Panel\0" +#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Time/Date Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "timedate\0" #define REACTOS_STR_ORIGINAL_FILENAME "timedate.cpl\0" -//#include +#include +123 24 DISCARDABLE "manifest.xml" IDC_CPLICON ICON "resources/applet.ico" IDC_WORLD BITMAP "resources/world.bmp" -#include "lang/bg-BG.rc" -#include "lang/cs-CZ.rc" -#include "lang/da-DK.rc" -#include "lang/de-DE.rc" -#include "lang/el-GR.rc" -#include "lang/en-US.rc" -#include "lang/es-ES.rc" -#include "lang/fr-FR.rc" -#include "lang/hu-HU.rc" -#include "lang/id-ID.rc" -#include "lang/it-IT.rc" -#include "lang/ja-JP.rc" -#include "lang/nl-NL.rc" -#include "lang/pl-PL.rc" -#include "lang/ru-RU.rc" -#include "lang/sk-SK.rc" -#include "lang/sv-SE.rc" -#include "lang/th-TH.rc" -#include "lang/uk-UA.rc" +#include "rsrc.rc" diff --git a/reactos/dll/cpl/usrmgr/manifest.xml b/reactos/dll/cpl/usrmgr/manifest.xml new file mode 100644 index 00000000000..2fc419fecf1 --- /dev/null +++ b/reactos/dll/cpl/usrmgr/manifest.xml @@ -0,0 +1,24 @@ + + + + ReactOS System Control Panel + + + + + + + + diff --git a/reactos/dll/cpl/usrmgr/rsrc.rc b/reactos/dll/cpl/usrmgr/rsrc.rc new file mode 100644 index 00000000000..77fb27120c7 --- /dev/null +++ b/reactos/dll/cpl/usrmgr/rsrc.rc @@ -0,0 +1,5 @@ +#include +#include "resource.h" + +#include "lang/en-US.rc" +#include "lang/ru-RU.rc" diff --git a/reactos/dll/cpl/usrmgr/usrmgr.rc b/reactos/dll/cpl/usrmgr/usrmgr.rc index 5ef0a3bc913..f547cae50ec 100644 --- a/reactos/dll/cpl/usrmgr/usrmgr.rc +++ b/reactos/dll/cpl/usrmgr/usrmgr.rc @@ -7,12 +7,11 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS User Manager Panel\0" #define REACTOS_STR_INTERNAL_NAME "usrmgr\0" #define REACTOS_STR_ORIGINAL_FILENAME "usrmgr.cpl\0" - #include +123 24 DISCARDABLE "manifest.xml" + IDC_USRMGR_ICON ICON "resources/applet.ico" IDC_USRMGR_ICON2 ICON "resources/applet.ico" - -#include "lang/en-US.rc" -#include "lang/ru-RU.rc" +#include "rsrc.rc"