2002-03-10 00:29:33 +01:00
|
|
|
/*
|
|
|
|
* Help Viewer
|
|
|
|
*
|
|
|
|
* Copyright 1996 Ulrich Schmid
|
2002-05-14 05:48:10 +02:00
|
|
|
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
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
|
2002-03-10 00:29:33 +01:00
|
|
|
*/
|
2000-01-29 23:07:03 +01:00
|
|
|
|
2007-08-07 08:30:43 +02:00
|
|
|
#include <windef.h>
|
2007-12-12 22:56:18 +01:00
|
|
|
#include <winuser.h>
|
2007-08-07 08:30:43 +02:00
|
|
|
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "winhelp.h"
|
2002-05-14 05:48:10 +02:00
|
|
|
#include "winhelp_res.h"
|
2000-01-29 23:07:03 +01:00
|
|
|
|
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"
|
2004-10-25 23:54:56 +02:00
|
|
|
#include "Cs.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Da.rc"
|
|
|
|
#include "De.rc"
|
|
|
|
#include "En.rc"
|
2006-03-26 16:58:21 +02:00
|
|
|
#include "Eo.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Es.rc"
|
|
|
|
#include "Fi.rc"
|
|
|
|
#include "Fr.rc"
|
|
|
|
#include "Hu.rc"
|
|
|
|
#include "It.rc"
|
|
|
|
#include "Ko.rc"
|
2003-10-27 23:03:28 +01:00
|
|
|
#include "Nl.rc"
|
2005-09-25 17:15:25 +02:00
|
|
|
#include "No.rc"
|
2004-09-22 21:18:15 +02:00
|
|
|
#include "Pl.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Pt.rc"
|
2003-05-04 04:33:08 +02:00
|
|
|
#include "Ru.rc"
|
2002-08-31 21:03:01 +02:00
|
|
|
#include "Si.rc"
|
|
|
|
#include "Sk.rc"
|
2007-10-15 22:14:09 +02:00
|
|
|
#include "Sv.rc"
|
2006-02-06 13:09:49 +01:00
|
|
|
#include "Tr.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Wa.rc"
|
2003-01-09 01:51:09 +01:00
|
|
|
#include "Zh.rc"
|