2007-04-25 08:21:59 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2005 Dmitry Timoshkov
|
|
|
|
*
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
|
2014-01-24 18:03:28 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
|
|
|
|
#include "resource.h"
|
2007-04-25 08:21:59 +00:00
|
|
|
|
2015-04-19 01:38:13 +00:00
|
|
|
#include <reactos/manifest_dll.rc>
|
|
|
|
|
2015-01-03 10:34:01 +00:00
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_DA_DK
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Da.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_DE_DE
|
|
|
|
#include "lang/msvfw32_De.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_EN_US
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_En.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_ES_ES
|
|
|
|
#include "lang/msvfw32_Es.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_FR_FR
|
|
|
|
#include "lang/msvfw32_Fr.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_HE_IL
|
|
|
|
#include "lang/msvfw32_He.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_HU_HU
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Hu.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_IT_IT
|
|
|
|
#include "lang/msvfw32_It.rc"
|
|
|
|
#endif
|
[TRANSLATIONS]
Japanese translations for the following libraries: browseui, credui, ieframe,
iernonce, msports, msvfw32, mycomput, oleacc, samsrv, serialui, shimgvw, and
wldap32.
Patch by Katayama Hirofumi MZ. Thanks!
CORE-11884 #resolve #comment Committed in revision r72452.
svn path=/trunk/; revision=72452
2016-08-25 03:44:29 +00:00
|
|
|
#ifdef LANGUAGE_JA_JP
|
|
|
|
#include "lang/msvfw32_Ja.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_KO_KR
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Ko.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_LT_LT
|
|
|
|
#include "lang/msvfw32_Lt.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_NL_NL
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Nl.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NO_NO
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_No.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_PL_PL
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Pl.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_PT_PT
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Pt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RO_RO
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Ro.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RU_RU
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Ru.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_SL_SI
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Si.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2014-02-08 15:13:17 +00:00
|
|
|
#ifdef LANGUAGE_SQ_AL
|
|
|
|
#include "lang/msvfw32_Sq.rc"
|
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_SV_SE
|
|
|
|
#include "lang/msvfw32_Sv.rc"
|
|
|
|
#endif
|
2014-02-08 13:32:53 +00:00
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/msvfw32_Tr.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_UK_UA
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Uk.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_ZH_CN
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/msvfw32_Zh.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|