2000-08-01 02:27:35 +02:00
|
|
|
|
/*
|
|
|
|
|
* Uninstaller (rsrc.rc)
|
2002-06-01 04:55:48 +02:00
|
|
|
|
*
|
2005-03-11 11:26:41 +01:00
|
|
|
|
* Copyright 2000 Andreas Mohr
|
2003-09-16 03:02:11 +02:00
|
|
|
|
* Copyright 2003 Vincent B<>ron
|
2004-05-27 04:25:13 +02:00
|
|
|
|
* Copyright 2003 Ivan Leo Puoti
|
2004-10-18 21:42:43 +02:00
|
|
|
|
* Copyright 2004 David Kredba
|
2005-03-10 16:46:33 +01:00
|
|
|
|
* Copyright 2005 Jonathan Ernst
|
2002-03-10 00:29:33 +01: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.
|
|
|
|
|
*
|
|
|
|
|
* 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
|
2000-08-01 02:27:35 +02:00
|
|
|
|
*/
|
|
|
|
|
|
2007-08-07 08:30:43 +02:00
|
|
|
|
#include <windef.h>
|
|
|
|
|
#include <winuser.h>
|
|
|
|
|
|
2005-03-10 16:46:33 +01: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"
|
2005-03-11 14:16:35 +01:00
|
|
|
|
#include "Cs.rc"
|
2008-05-12 20:52:45 +02:00
|
|
|
|
#include "Da.rc"
|
2005-03-11 14:16:35 +01:00
|
|
|
|
#include "De.rc"
|
2005-03-10 16:46:33 +01:00
|
|
|
|
#include "En.rc"
|
2006-04-01 17:40:44 +02:00
|
|
|
|
#include "Eo.rc"
|
2005-03-11 14:16:35 +01:00
|
|
|
|
#include "Es.rc"
|
2005-09-30 12:34:19 +02:00
|
|
|
|
#include "Fi.rc"
|
2005-03-11 14:16:35 +01:00
|
|
|
|
#include "Fr.rc"
|
|
|
|
|
#include "It.rc"
|
2006-06-16 15:35:18 +02:00
|
|
|
|
#include "Hu.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
|
#include "Ko.rc"
|
2006-05-23 22:26:01 +02:00
|
|
|
|
#include "Nl.rc"
|
2005-09-18 14:26:22 +02:00
|
|
|
|
#include "No.rc"
|
2006-09-26 22:13:42 +02:00
|
|
|
|
#include "Pl.rc"
|
2005-03-11 14:16:35 +01:00
|
|
|
|
#include "Pt.rc"
|
2007-06-27 09:03:11 +02:00
|
|
|
|
#include "Ru.rc"
|
2008-04-07 20:43:20 +02:00
|
|
|
|
#include "Si.rc"
|
2007-10-15 22:12:39 +02:00
|
|
|
|
#include "Sv.rc"
|
2006-02-06 13:08:33 +01:00
|
|
|
|
#include "Tr.rc"
|
2000-08-01 02:27:35 +02:00
|
|
|
|
|
2006-09-25 11:53:54 +02:00
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
2007-09-18 13:19:44 +02:00
|
|
|
|
/* @makedep: uninstaller.ico */
|
2003-10-04 05:10:59 +02:00
|
|
|
|
UNINSTALLER ICON MOVEABLE uninstaller.ico
|