2000-10-23 23:32:05 +02:00
|
|
|
/*
|
2001-01-18 21:32:01 +01:00
|
|
|
* Top level resource file for USER
|
2000-10-23 23:32:05 +02:00
|
|
|
*
|
2002-03-10 00:29:33 +01:00
|
|
|
* Copyright 1999 Bertho Stultiens
|
|
|
|
*
|
|
|
|
* 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-10-23 23:32:05 +02:00
|
|
|
*/
|
|
|
|
|
2006-11-07 00:52:01 +01:00
|
|
|
#define OEMRESOURCE
|
2000-10-23 23:32:05 +02:00
|
|
|
#include "windef.h"
|
2003-09-06 01:08:26 +02:00
|
|
|
#include "winbase.h"
|
2000-10-23 23:32:05 +02:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
|
|
|
#include "dlgs.h"
|
2000-12-11 00:01:33 +01:00
|
|
|
|
|
|
|
#define MDI_IDC_LISTBOX 100
|
2002-10-22 02:42:53 +02:00
|
|
|
#define IDS_MDI_MOREWINDOWS 13
|
|
|
|
#define IDS_ERROR 2
|
2000-10-23 23:32:05 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
2003-10-04 05:58:57 +02:00
|
|
|
#include "resources/user32_bin.rc"
|
2000-10-23 23:32:05 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* 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 "resources/user32_Bg.rc"
|
2000-10-23 23:32:05 +02:00
|
|
|
#include "resources/user32_Ca.rc"
|
|
|
|
#include "resources/user32_Cs.rc"
|
|
|
|
#include "resources/user32_Da.rc"
|
|
|
|
#include "resources/user32_De.rc"
|
|
|
|
#include "resources/user32_En.rc"
|
|
|
|
#include "resources/user32_Eo.rc"
|
|
|
|
#include "resources/user32_Es.rc"
|
|
|
|
#include "resources/user32_Fi.rc"
|
|
|
|
#include "resources/user32_Fr.rc"
|
|
|
|
#include "resources/user32_Hu.rc"
|
|
|
|
#include "resources/user32_It.rc"
|
|
|
|
#include "resources/user32_Ko.rc"
|
|
|
|
#include "resources/user32_Nl.rc"
|
|
|
|
#include "resources/user32_No.rc"
|
|
|
|
#include "resources/user32_Pl.rc"
|
|
|
|
#include "resources/user32_Pt.rc"
|
|
|
|
#include "resources/user32_Ru.rc"
|
2003-06-16 03:32:09 +02:00
|
|
|
#include "resources/user32_Si.rc"
|
2000-10-23 23:32:05 +02:00
|
|
|
#include "resources/user32_Sk.rc"
|
|
|
|
#include "resources/user32_Sv.rc"
|
2006-02-06 13:06:33 +01:00
|
|
|
#include "resources/user32_Tr.rc"
|
2004-04-27 01:35:17 +02:00
|
|
|
#include "resources/user32_Uk.rc"
|
2000-10-23 23:32:05 +02:00
|
|
|
#include "resources/user32_Wa.rc"
|
|
|
|
#include "resources/user32_Ja.rc"
|
2000-12-05 21:46:24 +01:00
|
|
|
#include "resources/user32_Zh.rc"
|
2001-02-23 21:37:13 +01:00
|
|
|
|
|
|
|
#include "resources/version.rc"
|