[TRANSLATION][RUNONCE] Add Bulgarian translation.
[reactos.git] / base / system / runonce / runonce.rc
index 3ca6be6..36eabeb 100644 (file)
@@ -15,6 +15,12 @@ IDI_ICON ICON "res/icon.ico"
 /* UTF-8 */
 #pragma code_page(65001)
 
+#ifdef LANGUAGE_BG_BG
+    #include "lang/bg-BG.rc"
+#endif
+#ifdef LANGUAGE_CS_CZ
+    #include "lang/cs-CZ.rc"
+#endif
 #ifdef LANGUAGE_DE_DE
     #include "lang/de-DE.rc"
 #endif
@@ -30,6 +36,9 @@ IDI_ICON ICON "res/icon.ico"
 #ifdef LANGUAGE_HE_IL
     #include "lang/he-IL.rc"
 #endif
+#ifdef LANGUAGE_IT_IT
+    #include "lang/it-IT.rc"
+#endif
 #ifdef LANGUAGE_JA_JP
     #include "lang/ja-JP.rc"
 #endif
@@ -60,3 +69,6 @@ IDI_ICON ICON "res/icon.ico"
 #ifdef LANGUAGE_ZH_CN
     #include "lang/zh-CN.rc"
 #endif
+#ifdef LANGUAGE_ZH_TW
+    #include "lang/zh-TW.rc"
+#endif