1999-04-25 18:31:35 +00:00
|
|
|
/*
|
|
|
|
* Top level resource file for Common Dialogs
|
|
|
|
*
|
2002-03-09 23:29:33 +00: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 12:49:52 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
1999-04-25 18:31:35 +00:00
|
|
|
*/
|
|
|
|
|
2000-05-01 20:05:58 +00:00
|
|
|
#include "windef.h"
|
2003-09-05 23:08:26 +00:00
|
|
|
#include "winbase.h"
|
1999-04-25 18:31:35 +00:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
1999-07-30 18:10:21 +00:00
|
|
|
#include "cdlg.h"
|
|
|
|
#include "winspool.h"
|
1999-11-12 01:02:27 +00:00
|
|
|
#include "filedlgbrowser.h"
|
1999-04-25 18:31:35 +00: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.
|
|
|
|
*/
|
|
|
|
#include "cdlg_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 "cdlg_Bg.rc"
|
1999-04-25 18:31:35 +00:00
|
|
|
#include "cdlg_Ca.rc"
|
2002-11-20 19:47:44 +00:00
|
|
|
#include "cdlg_Cn.rc"
|
1999-04-25 18:31:35 +00:00
|
|
|
#include "cdlg_Cs.rc"
|
|
|
|
#include "cdlg_Da.rc"
|
|
|
|
#include "cdlg_De.rc"
|
|
|
|
#include "cdlg_En.rc"
|
|
|
|
#include "cdlg_Eo.rc"
|
|
|
|
#include "cdlg_Es.rc"
|
|
|
|
#include "cdlg_Fi.rc"
|
|
|
|
#include "cdlg_Fr.rc"
|
|
|
|
#include "cdlg_Hu.rc"
|
|
|
|
#include "cdlg_It.rc"
|
|
|
|
#include "cdlg_Ko.rc"
|
|
|
|
#include "cdlg_Nl.rc"
|
|
|
|
#include "cdlg_No.rc"
|
|
|
|
#include "cdlg_Pl.rc"
|
|
|
|
#include "cdlg_Pt.rc"
|
|
|
|
#include "cdlg_Ru.rc"
|
2002-06-28 23:28:36 +00:00
|
|
|
#include "cdlg_Si.rc"
|
2000-03-08 18:59:20 +00:00
|
|
|
#include "cdlg_Sk.rc"
|
1999-04-25 18:31:35 +00:00
|
|
|
#include "cdlg_Sv.rc"
|
2004-02-09 20:46:16 +00:00
|
|
|
#include "cdlg_Th.rc"
|
2006-02-06 12:03:19 +00:00
|
|
|
#include "cdlg_Tr.rc"
|
2004-04-26 23:35:17 +00:00
|
|
|
#include "cdlg_Uk.rc"
|
1999-04-25 18:31:35 +00:00
|
|
|
#include "cdlg_Wa.rc"
|
2000-03-08 18:50:45 +00:00
|
|
|
#include "cdlg_Ja.rc"
|
2001-06-25 21:01:00 +00:00
|
|
|
#include "cdlg_Zh.rc"
|