1/* 2 * PROJECT: ReactOS Console Configuration DLL 3 * LICENSE: GPL - See COPYING in the top level directory 4 * FILE: dll/cpl/console/console.rc 5 * PURPOSE: main resource file 6 * PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org) 7 */ 8 9#include <windef.h> 10#include <winuser.h> 11#include <commctrl.h> 12 13#include "resource.h" 14 15#define REACTOS_VERSION_DLL 16#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel Console Applet" 17#define REACTOS_STR_INTERNAL_NAME "console" 18#define REACTOS_STR_ORIGINAL_FILENAME "console.dll" 19#include <reactos/version.rc> 20 21IDC_CPLICON ICON "res/terminal.ico" 22 23#include <reactos/manifest_hosted.rc> 24 25LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 26 27/* UTF-8 */ 28#pragma code_page(65001) 29 30#ifdef LANGUAGE_BG_BG 31 #include "lang/bg-BG.rc" 32#endif 33#ifdef LANGUAGE_CS_CZ 34 #include "lang/cs-CZ.rc" 35#endif 36#ifdef LANGUAGE_DE_DE 37 #include "lang/de-DE.rc" 38#endif 39#ifdef LANGUAGE_EN_US 40 #include "lang/en-US.rc" 41#endif 42#ifdef LANGUAGE_ES_ES 43 #include "lang/es-ES.rc" 44#endif 45#ifdef LANGUAGE_FR_FR 46 #include "lang/fr-FR.rc" 47#endif 48#ifdef LANGUAGE_HE_IL 49 #include "lang/he-IL.rc" 50#endif 51#ifdef LANGUAGE_ID_ID 52 #include "lang/id-ID.rc" 53#endif 54#ifdef LANGUAGE_IT_IT 55 #include "lang/it-IT.rc" 56#endif 57#ifdef LANGUAGE_JA_JP 58 #include "lang/ja-JP.rc" 59#endif 60#ifdef LANGUAGE_NB_NO 61 #include "lang/no-NO.rc" 62#endif 63#ifdef LANGUAGE_PL_PL 64 #include "lang/pl-PL.rc" 65#endif 66#ifdef LANGUAGE_PT_BR 67 #include "lang/pt-BR.rc" 68#endif 69#ifdef LANGUAGE_PT_PT 70 #include "lang/pt-PT.rc" 71#endif 72#ifdef LANGUAGE_RO_RO 73 #include "lang/ro-RO.rc" 74#endif 75#ifdef LANGUAGE_RU_RU 76 #include "lang/ru-RU.rc" 77#endif 78#ifdef LANGUAGE_SK_SK 79 #include "lang/sk-SK.rc" 80#endif 81#ifdef LANGUAGE_SQ_AL 82 #include "lang/sq-AL.rc" 83#endif 84#ifdef LANGUAGE_TR_TR 85 #include "lang/tr-TR.rc" 86#endif 87#ifdef LANGUAGE_UK_UA 88 #include "lang/uk-UA.rc" 89#endif 90#ifdef LANGUAGE_ZH_CN 91 #include "lang/zh-CN.rc" 92#endif 93#ifdef LANGUAGE_ZH_TW 94 #include "lang/zh-TW.rc" 95#endif 96 97