[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
[reactos.git] / dll / win32 / serialui / serialui.rc
index 1ac7095..ced6e9c 100644 (file)
@@ -3,15 +3,18 @@
 #include "resource.h"
 
 #define REACTOS_VERSION_DLL
-#define REACTOS_STR_FILE_DESCRIPTION   "ReactOS SerialUI DLL\0"
-#define REACTOS_STR_INTERNAL_NAME      "serialui\0"
-#define REACTOS_STR_ORIGINAL_FILENAME  "serialui.dll\0"
+#define REACTOS_STR_FILE_DESCRIPTION  "ReactOS SerialUI DLL"
+#define REACTOS_STR_INTERNAL_NAME     "serialui"
+#define REACTOS_STR_ORIGINAL_FILENAME "serialui.dll"
 #include <reactos/version.rc>
 
+#include <reactos/manifest_dll.rc>
+
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
-// UTF-8
+/* UTF-8 */
 #pragma code_page(65001)
+
 #ifdef LANGUAGE_BG_BG
     #include "lang/bg-BG.rc"
 #endif
@@ -39,6 +42,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #ifdef LANGUAGE_IT_IT
     #include "lang/it-IT.rc"
 #endif
+#ifdef LANGUAGE_JA_JP
+    #include "lang/ja-JP.rc"
+#endif
 #ifdef LANGUAGE_NB_NO
     #include "lang/no-NO.rc"
 #endif
@@ -51,6 +57,18 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #ifdef LANGUAGE_RU_RU
     #include "lang/ru-RU.rc"
 #endif
+#ifdef LANGUAGE_SQ_AL
+    #include "lang/sq-AL.rc"
+#endif
+#ifdef LANGUAGE_TR_TR
+    #include "lang/tr-TR.rc"
+#endif
 #ifdef LANGUAGE_UK_UA
     #include "lang/uk-UA.rc"
 #endif
+#ifdef LANGUAGE_ZH_CN
+    #include "lang/zh-CN.rc"
+#endif
+#ifdef LANGUAGE_ZH_TW
+    #include "lang/zh-TW.rc"
+#endif