2008-12-27 11:08:40 +00:00
|
|
|
/*
|
|
|
|
* Top level resource file for oleacc
|
|
|
|
*
|
|
|
|
* Copyright 2008 Nikolay Sivov
|
|
|
|
*
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
|
2018-03-20 11:39:58 +00:00
|
|
|
#include "oleacc.h"
|
2014-10-03 16:42:05 +00:00
|
|
|
#include "resource.h"
|
2008-12-27 11:08:40 +00:00
|
|
|
|
2013-12-01 14:37:32 +00:00
|
|
|
1 TYPELIB "oleacc_classes.tlb"
|
2015-07-20 21:52:13 +00:00
|
|
|
1 WINE_REGISTRY "oleacc_classes_r.rgs"
|
|
|
|
2 WINE_REGISTRY "oleacc_classes_t.rgs"
|
2013-12-01 14:37:32 +00:00
|
|
|
|
2014-10-03 16:42:05 +00:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#define WINE_FILEDESCRIPTION_STR "Wine OLE Accessibility"
|
|
|
|
#define WINE_FILENAME_STR "oleacc.dll"
|
|
|
|
#define WINE_FILEVERSION 7,0,0,0
|
|
|
|
#define WINE_FILEVERSION_STR "7.0.0.0"
|
|
|
|
#define WINE_PRODUCTVERSION 6,1,7600,16385
|
|
|
|
#define WINE_PRODUCTVERSION_STR "6.1.6700.16385"
|
|
|
|
|
2018-03-20 11:39:58 +00:00
|
|
|
#include "wine/wine_common_ver.rc"
|
2014-10-03 16:42:05 +00:00
|
|
|
|
2010-03-06 13:26:12 +00:00
|
|
|
/* UTF-8 */
|
2015-01-03 10:34:01 +00:00
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_DE_DE
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oleacc_De.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_EN_US
|
|
|
|
#include "lang/oleacc_En.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_FR_FR
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oleacc_Fr.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-01-22 22:46:45 +00:00
|
|
|
#ifdef LANGUAGE_HE_IL
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oleacc_He.rc"
|
2013-01-22 22:46:45 +00:00
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_HU_HU
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oleacc_Hu.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_IT_IT
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oleacc_It.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#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/oleacc_Ja.rc"
|
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_KO_KR
|
|
|
|
#include "lang/oleacc_Ko.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_LT_LT
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oleacc_Lt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_NL_NL
|
|
|
|
#include "lang/oleacc_Nl.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_NO_NO
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oleacc_No.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_PL_PL
|
|
|
|
#include "lang/oleacc_Pl.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_PT_PT
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oleacc_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/oleacc_Ro.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2014-09-06 13:03:13 +00:00
|
|
|
#ifdef LANGUAGE_RU_RU
|
|
|
|
#include "lang/oleacc_Ru.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_SL_SI
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oleacc_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/oleacc_Sq.rc"
|
|
|
|
#endif
|
2014-08-28 14:29:48 +00:00
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/oleacc_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/oleacc_Uk.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-11-30 19:01:56 +00:00
|
|
|
#ifdef LANGUAGE_ZH_CN
|
|
|
|
#include "lang/oleacc_Zh.rc"
|
|
|
|
#endif
|