2003-01-21 21:14:36 +01:00
|
|
|
/*
|
|
|
|
* Copyright 2003 Dan Kegel
|
|
|
|
*
|
|
|
|
* 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-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2003-01-21 21:14:36 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
#include "resources.h"
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2004-10-18 21:42:43 +02:00
|
|
|
#include "Cs.rc"
|
2004-07-14 01:36:37 +02:00
|
|
|
#include "De.rc"
|
2003-01-21 21:14:36 +01:00
|
|
|
#include "En.rc"
|
2003-09-27 04:21:33 +02:00
|
|
|
#include "Es.rc"
|
2003-09-22 21:48:29 +02:00
|
|
|
#include "Fr.rc"
|
2003-09-16 00:21:18 +02:00
|
|
|
#include "It.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
#include "Ko.rc"
|
2003-10-27 23:03:28 +01:00
|
|
|
#include "Nl.rc"
|
2005-09-26 13:03:32 +02:00
|
|
|
#include "No.rc"
|
2007-03-12 11:32:33 +01:00
|
|
|
#include "Pl.rc"
|
2003-06-23 20:15:15 +02:00
|
|
|
#include "Pt.rc"
|
2003-05-04 04:33:08 +02:00
|
|
|
#include "Ru.rc"
|
2003-08-30 00:21:43 +02:00
|
|
|
/*#include "Si.rc"*/
|
2006-02-06 13:08:17 +01:00
|
|
|
#include "Tr.rc"
|