[STOBJECT]
[reactos.git] / reactos / dll / shellext / stobject / stobject.rc
index f2482ce..81be2e9 100644 (file)
@@ -13,9 +13,27 @@ IDI_VOLMUTE ICON "resources/4.ico"
 
 IDR_SYSTRAY REGISTRY "resources/rgs/systray.rgs"
 
+#include <reactos/manifest_dll.rc>
+
+// Strings common to all languages
+STRINGTABLE
+BEGIN
+    // Power related strings
+    IDS_PWR_RUN         "shell32.dll,Control_RunDLL PowerCfg.cpl"
+
+    // Hotplug related strings
+    IDS_HOTPLUG_RUN     "shell32.dll,Control_RunDLL hotplug.dll"
+
+    // Volume related strings
+    IDS_VOL_RUN         "SNDVOL32.EXE"
+END
+
 /* UTF-8 */
 #pragma code_page(65001)
 
+#ifdef LANGUAGE_CS_CZ
+    #include "lang/cs-CZ.rc"
+#endif
 #ifdef LANGUAGE_DE_DE
     #include "lang/de-DE.rc"
 #endif
@@ -25,6 +43,12 @@ IDR_SYSTRAY REGISTRY "resources/rgs/systray.rgs"
 #ifdef LANGUAGE_ES_ES
     #include "lang/es-ES.rc"
 #endif
+#ifdef LANGUAGE_FR_FR
+    #include "lang/fr-FR.rc"
+#endif
+#ifdef LANGUAGE_IT_IT
+    #include "lang/it-IT.rc"
+#endif
 #ifdef LANGUAGE_RO_RO
     #include "lang/ro-RO.rc"
 #endif
@@ -34,3 +58,9 @@ IDR_SYSTRAY REGISTRY "resources/rgs/systray.rgs"
 #ifdef LANGUAGE_TR_TR
     #include "lang/tr-TR.rc"
 #endif
+#ifdef LANGUAGE_ZH_CN
+    #include "lang/zh-CN.rc"
+#endif
+#ifdef LANGUAGE_ZH_TW
+    #include "lang/zh-TW.rc"
+#endif