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