2003-07-22 03:17:52 +00:00
|
|
|
/*
|
|
|
|
* Top level resource file for Wininet
|
|
|
|
*
|
2003-09-08 19:38:45 +00:00
|
|
|
* Copyright 2003 Mike McCormack for CodeWeavers
|
2003-07-22 03:17:52 +00: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 12:49:52 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2003-07-22 03:17:52 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
2003-09-05 23:08:26 +00:00
|
|
|
#include "winbase.h"
|
2003-07-22 03:17:52 +00: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 17:00:58 +00:00
|
|
|
#include "wininet_Bg.rc"
|
2004-08-16 20:02:09 +00:00
|
|
|
#include "wininet_Cs.rc"
|
2004-07-12 19:55:59 +00:00
|
|
|
#include "wininet_De.rc"
|
2003-07-22 03:17:52 +00:00
|
|
|
#include "wininet_En.rc"
|
2006-04-09 23:29:39 +00:00
|
|
|
#include "wininet_Eo.rc"
|
2003-08-22 05:03:19 +00:00
|
|
|
#include "wininet_Es.rc"
|
2005-09-25 15:14:58 +00:00
|
|
|
#include "wininet_Fi.rc"
|
2003-09-22 21:16:56 +00:00
|
|
|
#include "wininet_Fr.rc"
|
2006-03-06 11:47:11 +00:00
|
|
|
#include "wininet_Hu.rc"
|
2003-11-17 19:59:13 +00:00
|
|
|
#include "wininet_It.rc"
|
2004-07-12 20:46:10 +00:00
|
|
|
#include "wininet_Ja.rc"
|
2005-11-11 10:55:09 +00:00
|
|
|
#include "wininet_Ko.rc"
|
2003-10-27 22:04:36 +00:00
|
|
|
#include "wininet_Nl.rc"
|
2005-09-26 10:56:47 +00:00
|
|
|
#include "wininet_No.rc"
|
2007-01-13 22:52:34 +00:00
|
|
|
#include "wininet_Pl.rc"
|
2003-07-24 00:02:06 +00:00
|
|
|
#include "wininet_Pt.rc"
|
2003-09-17 20:08:20 +00:00
|
|
|
#include "wininet_Ru.rc"
|
2003-08-29 22:21:43 +00:00
|
|
|
#include "wininet_Si.rc"
|
2006-02-06 12:06:49 +00:00
|
|
|
#include "wininet_Tr.rc"
|