1/* 2 * Top level resource file for Wininet 3 * 4 * Copyright 2003 Mike McCormack for CodeWeavers 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21#include "resource.h" 22 23/* 24 * Everything that does not depend on language, 25 * like textless bitmaps etc, go into the 26 * neutral language. This will prevent them from 27 * being duplicated for each language. 28 */ 29/* #include "wininet_xx.rc" */ 30 31#include <reactos/manifest_dll.rc> 32 33/* 34 * Everything specific to any language goes 35 * in one of the specific files. 36 * Note that you can and may override resources 37 * which also have a neutral version. This is to 38 * get localized bitmaps for example. 39 */ 40 41/* UTF-8 */ 42#pragma code_page(65001) 43 44#ifdef LANGUAGE_BG_BG 45 #include "lang/wininet_Bg.rc" 46#endif 47#ifdef LANGUAGE_CS_CZ 48 #include "lang/wininet_Cs.rc" 49#endif 50#ifdef LANGUAGE_DA_DK 51 #include "lang/wininet_Da.rc" 52#endif 53#ifdef LANGUAGE_DE_DE 54 #include "lang/wininet_De.rc" 55#endif 56#ifdef LANGUAGE_EN_US 57 #include "lang/wininet_En.rc" 58#endif 59#ifdef LANGUAGE_ES_ES 60 #include "lang/wininet_Es.rc" 61#endif 62#ifdef LANGUAGE_EO_AA 63 #include "lang/wininet_Eo.rc" 64#endif 65#ifdef LANGUAGE_FI_FI 66 #include "lang/wininet_Fi.rc" 67#endif 68#ifdef LANGUAGE_FR_FR 69 #include "lang/wininet_Fr.rc" 70#endif 71#ifdef LANGUAGE_HE_IL 72 #include "lang/wininet_He.rc" 73#endif 74#ifdef LANGUAGE_HU_HU 75 #include "lang/wininet_Hu.rc" 76#endif 77#ifdef LANGUAGE_IT_IT 78 #include "lang/wininet_It.rc" 79#endif 80#ifdef LANGUAGE_JA_JP 81 #include "lang/wininet_Ja.rc" 82#endif 83#ifdef LANGUAGE_KO_KR 84 #include "lang/wininet_Ko.rc" 85#endif 86#ifdef LANGUAGE_LT_LT 87 #include "lang/wininet_Lt.rc" 88#endif 89#ifdef LANGUAGE_NL_NL 90 #include "lang/wininet_Nl.rc" 91#endif 92#ifdef LANGUAGE_NO_NO 93 #include "lang/wininet_No.rc" 94#endif 95#ifdef LANGUAGE_PL_PL 96 #include "lang/wininet_Pl.rc" 97#endif 98#ifdef LANGUAGE_PT_PT 99 #include "lang/wininet_Pt.rc" 100#endif 101#ifdef LANGUAGE_RO_RO 102 #include "lang/wininet_Ro.rc" 103#endif 104#ifdef LANGUAGE_RU_RU 105 #include "lang/wininet_Ru.rc" 106#endif 107#ifdef LANGUAGE_SL_SI 108 #include "lang/wininet_Si.rc" 109#endif 110#ifdef LANGUAGE_SQ_AL 111 #include "lang/wininet_Sq.rc" 112#endif 113#ifdef LANGUAGE_SR_SP 114 #include "lang/wininet_Sr.rc" 115#endif 116#ifdef LANGUAGE_SV_SE 117 #include "lang/wininet_Sv.rc" 118#endif 119#ifdef LANGUAGE_TR_TR 120 #include "lang/wininet_Tr.rc" 121#endif 122#ifdef LANGUAGE_UK_UA 123 #include "lang/wininet_Uk.rc" 124#endif 125#ifdef LANGUAGE_ZH_CN 126 #include "lang/wininet_Zh.rc" 127#endif 128 129#include "version.rc" 130