2002-07-03 17:52:20 +00:00
|
|
|
/*
|
2003-08-22 05:55:14 +00:00
|
|
|
* Regedit resources
|
2002-07-03 17:52:20 +00:00
|
|
|
*
|
2003-08-22 05:55:14 +00:00
|
|
|
* Copyright 2002 Robert Dickenson
|
2002-07-03 17:52:20 +00:00
|
|
|
*
|
2002-11-12 15:25:15 +00:00
|
|
|
* 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.
|
2002-07-03 17:52:20 +00:00
|
|
|
*
|
2002-11-12 15:25:15 +00:00
|
|
|
* 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.
|
2002-07-03 17:52:20 +00:00
|
|
|
*
|
2002-11-12 15:25:15 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2009-10-27 10:34:16 +00:00
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2002-07-03 17:52:20 +00:00
|
|
|
*/
|
|
|
|
|
2006-08-05 11:43:49 +00:00
|
|
|
#include <windows.h>
|
2003-08-22 05:55:14 +00:00
|
|
|
#include "resource.h"
|
2002-07-03 17:52:20 +00:00
|
|
|
|
2005-11-28 23:58:49 +00:00
|
|
|
|
2003-08-22 05:55:14 +00:00
|
|
|
/* define language neutral resources */
|
2002-07-03 17:52:20 +00:00
|
|
|
|
2003-08-22 05:55:14 +00:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
2002-07-14 17:59:36 +00:00
|
|
|
|
2003-08-22 05:55:14 +00:00
|
|
|
/* include localised resources */
|
2002-07-14 17:59:36 +00:00
|
|
|
|
2007-07-08 17:58:30 +00:00
|
|
|
#include "lang/bg-BG.rc"
|
2006-11-27 21:12:39 +00:00
|
|
|
#include "lang/cs-CZ.rc"
|
|
|
|
#include "lang/de-DE.rc"
|
2007-07-23 18:28:55 +00:00
|
|
|
#include "lang/el-GR.rc"
|
2006-11-27 21:12:39 +00:00
|
|
|
#include "lang/en-US.rc"
|
|
|
|
#include "lang/es-ES.rc"
|
|
|
|
#include "lang/fr-FR.rc"
|
2007-02-26 14:37:09 +00:00
|
|
|
#include "lang/hu-HU.rc"
|
|
|
|
#include "lang/id-ID.rc"
|
2006-11-27 21:12:39 +00:00
|
|
|
#include "lang/it-IT.rc"
|
|
|
|
#include "lang/ja-JP.rc"
|
2008-06-23 09:57:46 +00:00
|
|
|
#include "lang/ko-KR.rc"
|
2006-11-27 21:12:39 +00:00
|
|
|
#include "lang/nl-NL.rc"
|
2009-10-11 23:23:34 +00:00
|
|
|
#include "lang/no-NO.rc"
|
2006-11-27 21:12:39 +00:00
|
|
|
#include "lang/pl-PL.rc"
|
2007-07-26 10:40:18 +00:00
|
|
|
#include "lang/pt-BR.rc"
|
2006-11-27 21:12:39 +00:00
|
|
|
#include "lang/pt-PT.rc"
|
|
|
|
#include "lang/ru-RU.rc"
|
|
|
|
#include "lang/sl-SI.rc"
|
2008-07-30 12:14:30 +00:00
|
|
|
#include "lang/sk-SK.rc"
|
2006-11-27 21:12:39 +00:00
|
|
|
#include "lang/sv-SE.rc"
|
2007-04-13 14:29:01 +00:00
|
|
|
#include "lang/th-TH.rc"
|
2006-11-27 21:12:39 +00:00
|
|
|
#include "lang/uk-UA.rc"
|
2007-05-04 23:30:48 +00:00
|
|
|
#include "lang/zh-CN.rc"
|