2003-03-31 21:41:55 +02: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 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2003-03-31 21:41:55 +02:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2007-08-07 19:16:16 +02:00
|
|
|
#include "config.h" /* Needed for the PACKAGE_STRING definition */
|
2003-09-06 01:08:26 +02:00
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "wingdi.h"
|
|
|
|
#include "winnls.h"
|
2007-08-07 08:30:43 +02:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "commctrl.h"
|
2003-03-31 21:41:55 +02: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 19:00:58 +02:00
|
|
|
#include "Bg.rc"
|
2007-04-03 13:29:44 +02:00
|
|
|
#include "Cs.rc"
|
2008-05-04 09:48:12 +02:00
|
|
|
#include "Da.rc"
|
2005-06-02 17:07:55 +02:00
|
|
|
#include "De.rc"
|
2003-06-23 20:15:15 +02:00
|
|
|
#include "En.rc"
|
2005-12-16 12:39:46 +01:00
|
|
|
#include "Es.rc"
|
2005-09-06 11:22:19 +02:00
|
|
|
#include "Fi.rc"
|
2005-08-15 11:39:51 +02:00
|
|
|
#include "Fr.rc"
|
2006-02-27 20:33:05 +01:00
|
|
|
#include "Hu.rc"
|
2008-06-11 00:52:23 +02:00
|
|
|
#include "It.rc"
|
2005-08-15 11:39:51 +02:00
|
|
|
#include "Ja.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
#include "Ko.rc"
|
2005-06-21 11:42:56 +02:00
|
|
|
#include "Nl.rc"
|
2005-08-30 12:01:07 +02:00
|
|
|
#include "No.rc"
|
2007-04-23 19:44:43 +02:00
|
|
|
#include "Pl.rc"
|
2008-06-01 23:46:04 +02:00
|
|
|
#include "Pt.rc"
|
2007-03-08 22:04:08 +01:00
|
|
|
#include "Ro.rc"
|
2005-08-19 12:00:45 +02:00
|
|
|
#include "Ru.rc"
|
2008-04-07 20:43:17 +02:00
|
|
|
#include "Si.rc"
|
2007-10-15 22:13:23 +02:00
|
|
|
#include "Sv.rc"
|
2006-02-06 13:09:03 +01:00
|
|
|
#include "Tr.rc"
|
2008-01-10 20:03:10 +01:00
|
|
|
#include "Zh.rc"
|
2003-03-31 21:41:55 +02:00
|
|
|
|
2003-06-23 20:15:15 +02:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
2003-03-31 21:41:55 +02:00
|
|
|
|
2007-09-18 13:20:30 +02:00
|
|
|
/* @makedep: idb_wine.bmp */
|
2003-10-03 07:01:33 +02:00
|
|
|
IDB_WINE BITMAP idb_wine.bmp
|
2005-12-17 12:30:06 +01:00
|
|
|
|
2007-09-18 13:20:30 +02:00
|
|
|
/* @makedep: idb_checkbox.bmp */
|
2005-12-17 12:30:06 +01:00
|
|
|
IDB_CHECKBOX BITMAP idb_checkbox.bmp
|
2007-09-25 07:00:35 +02:00
|
|
|
|
|
|
|
/* @makedep: idw_testsound.wav */
|
|
|
|
IDW_TESTSOUND WAVE idw_testsound.wav
|