mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
130 lines
3.1 KiB
Plaintext
130 lines
3.1 KiB
Plaintext
/*
|
|
* Top level resource file for Wininet
|
|
*
|
|
* Copyright 2003 Mike McCormack for CodeWeavers
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
*/
|
|
|
|
#include "resource.h"
|
|
|
|
/*
|
|
* Everything that does not depend on language,
|
|
* like textless bitmaps etc, go into the
|
|
* neutral language. This will prevent them from
|
|
* being duplicated for each language.
|
|
*/
|
|
/* #include "wininet_xx.rc" */
|
|
|
|
#include <reactos/manifest_dll.rc>
|
|
|
|
/*
|
|
* Everything specific to any language goes
|
|
* in one of the specific files.
|
|
* Note that you can and may override resources
|
|
* which also have a neutral version. This is to
|
|
* get localized bitmaps for example.
|
|
*/
|
|
|
|
/* UTF-8 */
|
|
#pragma code_page(65001)
|
|
|
|
#ifdef LANGUAGE_BG_BG
|
|
#include "lang/wininet_Bg.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_CS_CZ
|
|
#include "lang/wininet_Cs.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_DA_DK
|
|
#include "lang/wininet_Da.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_DE_DE
|
|
#include "lang/wininet_De.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_EN_US
|
|
#include "lang/wininet_En.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ES_ES
|
|
#include "lang/wininet_Es.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_EO_AA
|
|
#include "lang/wininet_Eo.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_FI_FI
|
|
#include "lang/wininet_Fi.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_FR_FR
|
|
#include "lang/wininet_Fr.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_HE_IL
|
|
#include "lang/wininet_He.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_HU_HU
|
|
#include "lang/wininet_Hu.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_IT_IT
|
|
#include "lang/wininet_It.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_JA_JP
|
|
#include "lang/wininet_Ja.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_KO_KR
|
|
#include "lang/wininet_Ko.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_LT_LT
|
|
#include "lang/wininet_Lt.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_NL_NL
|
|
#include "lang/wininet_Nl.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_NO_NO
|
|
#include "lang/wininet_No.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_PL_PL
|
|
#include "lang/wininet_Pl.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_PT_PT
|
|
#include "lang/wininet_Pt.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RO_RO
|
|
#include "lang/wininet_Ro.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RU_RU
|
|
#include "lang/wininet_Ru.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_SL_SI
|
|
#include "lang/wininet_Si.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_SQ_AL
|
|
#include "lang/wininet_Sq.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_SR_SP
|
|
#include "lang/wininet_Sr.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_SV_SE
|
|
#include "lang/wininet_Sv.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_TR_TR
|
|
#include "lang/wininet_Tr.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_UK_UA
|
|
#include "lang/wininet_Uk.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ZH_CN
|
|
#include "lang/wininet_Zh.rc"
|
|
#endif
|
|
|
|
#include "version.rc"
|