2005-08-05 09:16:38 +00:00
|
|
|
/*
|
|
|
|
* Top level resource file for OLE Dialogs
|
|
|
|
*
|
|
|
|
* Copyright 2003 Ulrich Czekalla 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
|
2006-07-30 21:27:45 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-08-05 09:16:38 +00:00
|
|
|
*/
|
|
|
|
|
2013-12-26 19:01:25 +00:00
|
|
|
#include <oledlg.h>
|
2007-04-25 08:22:24 +00:00
|
|
|
|
2013-12-26 19:01:25 +00:00
|
|
|
#include "resource.h"
|
2005-08-05 09:16:38 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_CS_CZ
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_Cs.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_DA_DK
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_Da.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_EN_US
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_En.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_ES_ES
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_Es.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_KO_KR
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_Ko.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NO_NO
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_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/oledlg_Pl.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_SV_SE
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_Sv.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2010-03-06 11:21:01 +00:00
|
|
|
|
|
|
|
/* UTF-8 */
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_DE_DE
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_De.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_FR_FR
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_Fr.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-02-21 17:36:53 +00:00
|
|
|
#ifdef LANGUAGE_HE_IL
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_He.rc"
|
2013-02-21 17:36:53 +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/oledlg_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/oledlg_It.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_JA_JP
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_Ja.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_LT_LT
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_Lt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NL_NL
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_Nl.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_PT_PT
|
2013-09-22 19:43:06 +00:00
|
|
|
#include "lang/oledlg_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/oledlg_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/oledlg_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/oledlg_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/oledlg_Sq.rc"
|
|
|
|
#endif
|
2014-02-08 13:32:53 +00:00
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/oledlg_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/oledlg_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/oledlg_Zh.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|