2003-03-31 19:41:55 +00:00
|
|
|
/*
|
|
|
|
* WineCfg resources
|
|
|
|
*
|
|
|
|
* Copyright 2002 Jaco Greeff
|
|
|
|
* Copyright 2003 Dimitrie O. Paun
|
|
|
|
*
|
|
|
|
* 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-03-31 19:41:55 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2007-08-07 17:16:16 +00:00
|
|
|
#include "config.h" /* Needed for the PACKAGE_STRING definition */
|
2003-09-05 23:08:26 +00:00
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "wingdi.h"
|
|
|
|
#include "winnls.h"
|
2007-08-07 06:30:43 +00:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "commctrl.h"
|
2003-03-31 19:41:55 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 17:00:58 +00:00
|
|
|
#include "Bg.rc"
|
2007-04-03 11:29:44 +00:00
|
|
|
#include "Cs.rc"
|
2005-06-02 15:07:55 +00:00
|
|
|
#include "De.rc"
|
2003-06-23 18:15:15 +00:00
|
|
|
#include "En.rc"
|
2005-12-16 11:39:46 +00:00
|
|
|
#include "Es.rc"
|
2005-09-06 09:22:19 +00:00
|
|
|
#include "Fi.rc"
|
2005-08-15 09:39:51 +00:00
|
|
|
#include "Fr.rc"
|
2006-02-27 19:33:05 +00:00
|
|
|
#include "Hu.rc"
|
2004-09-28 03:16:43 +00:00
|
|
|
/* #include "It.rc" */
|
2005-08-15 09:39:51 +00:00
|
|
|
#include "Ja.rc"
|
2005-11-14 11:27:36 +00:00
|
|
|
#include "Ko.rc"
|
2005-06-21 09:42:56 +00:00
|
|
|
#include "Nl.rc"
|
2005-08-30 10:01:07 +00:00
|
|
|
#include "No.rc"
|
2007-04-23 17:44:43 +00:00
|
|
|
#include "Pl.rc"
|
2004-09-28 03:16:43 +00:00
|
|
|
/* #include "Pt.rc" */
|
2007-03-08 21:04:08 +00:00
|
|
|
#include "Ro.rc"
|
2005-08-19 10:00:45 +00:00
|
|
|
#include "Ru.rc"
|
2008-04-07 18:43:17 +00:00
|
|
|
#include "Si.rc"
|
2007-10-15 20:13:23 +00:00
|
|
|
#include "Sv.rc"
|
2006-02-06 12:09:03 +00:00
|
|
|
#include "Tr.rc"
|
2008-01-10 19:03:10 +00:00
|
|
|
#include "Zh.rc"
|
2003-03-31 19:41:55 +00:00
|
|
|
|
2003-06-23 18:15:15 +00:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
2003-03-31 19:41:55 +00:00
|
|
|
|
2007-09-18 11:20:30 +00:00
|
|
|
/* @makedep: idb_wine.bmp */
|
2003-10-03 05:01:33 +00:00
|
|
|
IDB_WINE BITMAP idb_wine.bmp
|
2005-12-17 11:30:06 +00:00
|
|
|
|
2007-09-18 11:20:30 +00:00
|
|
|
/* @makedep: idb_checkbox.bmp */
|
2005-12-17 11:30:06 +00:00
|
|
|
IDB_CHECKBOX BITMAP idb_checkbox.bmp
|
2007-09-25 05:00:35 +00:00
|
|
|
|
|
|
|
/* @makedep: idw_testsound.wav */
|
|
|
|
IDW_TESTSOUND WAVE idw_testsound.wav
|