2002-06-04 21:29:40 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2000 Martin Fuchs
|
|
|
|
*
|
|
|
|
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
*/
|
|
|
|
|
2003-06-23 18:15:15 +00:00
|
|
|
#include <windows.h>
|
2002-06-04 21:29:40 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
/* define language neutral resources */
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#include "resource.rc"
|
|
|
|
|
|
|
|
/* include localised resources */
|
|
|
|
|
2004-10-25 21:54:56 +00:00
|
|
|
#include "Cs.rc"
|
2002-06-04 21:29:40 +00:00
|
|
|
#include "De.rc"
|
|
|
|
#include "En.rc"
|
2004-06-28 23:51:05 +00:00
|
|
|
#include "Es.rc"
|
2003-06-18 03:20:14 +00:00
|
|
|
#include "Fr.rc"
|
2002-11-04 22:45:22 +00:00
|
|
|
#include "Hu.rc"
|
2004-01-02 01:50:05 +00:00
|
|
|
#include "It.rc"
|
2003-10-27 22:03:28 +00:00
|
|
|
#include "Nl.rc"
|
2004-09-22 19:18:15 +00:00
|
|
|
#include "Pl.rc"
|
2003-06-23 18:15:15 +00:00
|
|
|
#include "Pt.rc"
|
2003-05-04 02:33:08 +00:00
|
|
|
#include "Ru.rc"
|
2003-08-29 22:21:43 +00:00
|
|
|
#include "Si.rc"
|
2005-05-16 08:49:06 +00:00
|
|
|
#include "Sv.rc"
|
2003-01-09 00:51:09 +00:00
|
|
|
#include "Zh.rc"
|