2003-07-22 05:17:52 +02:00
|
|
|
/*
|
|
|
|
* Top level resource file for Wininet
|
|
|
|
*
|
2003-09-08 21:38:45 +02:00
|
|
|
* Copyright 2003 Mike McCormack for CodeWeavers
|
2003-07-22 05:17:52 +02: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
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
2003-09-06 01:08:26 +02:00
|
|
|
#include "winbase.h"
|
2003-07-22 05:17:52 +02:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Everything that does not depend on language,
|
|
|
|
* like textless bitmaps etc, go into the
|
|
|
|
* neutral language. This will prevent them from
|
|
|
|
* being duplicated for each language.
|
|
|
|
*/
|
|
|
|
/* #include "wininet_xx.rc" */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Everything specific to any language goes
|
|
|
|
* in one of the specific files.
|
|
|
|
* Note that you can and may override resources
|
|
|
|
* which also have a neutral version. This is to
|
|
|
|
* get localized bitmaps for example.
|
|
|
|
*/
|
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 "wininet_Bg.rc"
|
2004-08-16 22:02:09 +02:00
|
|
|
#include "wininet_Cs.rc"
|
2004-07-12 21:55:59 +02:00
|
|
|
#include "wininet_De.rc"
|
2003-07-22 05:17:52 +02:00
|
|
|
#include "wininet_En.rc"
|
2003-08-22 07:03:19 +02:00
|
|
|
#include "wininet_Es.rc"
|
2005-09-25 17:14:58 +02:00
|
|
|
#include "wininet_Fi.rc"
|
2003-09-22 23:16:56 +02:00
|
|
|
#include "wininet_Fr.rc"
|
2006-03-06 12:47:11 +01:00
|
|
|
#include "wininet_Hu.rc"
|
2003-11-17 20:59:13 +01:00
|
|
|
#include "wininet_It.rc"
|
2004-07-12 22:46:10 +02:00
|
|
|
#include "wininet_Ja.rc"
|
2005-11-11 11:55:09 +01:00
|
|
|
#include "wininet_Ko.rc"
|
2003-10-27 23:04:36 +01:00
|
|
|
#include "wininet_Nl.rc"
|
2005-09-26 12:56:47 +02:00
|
|
|
#include "wininet_No.rc"
|
2003-07-24 02:02:06 +02:00
|
|
|
#include "wininet_Pt.rc"
|
2003-09-17 22:08:20 +02:00
|
|
|
#include "wininet_Ru.rc"
|
2003-08-30 00:21:43 +02:00
|
|
|
#include "wininet_Si.rc"
|
2006-02-06 13:06:49 +01:00
|
|
|
#include "wininet_Tr.rc"
|