2005-08-05 09:16:38 +00:00
|
|
|
/*
|
|
|
|
* Top level resource file for OLE Dialogs
|
|
|
|
*
|
|
|
|
* Copyright 2003 Ulrich Czekalla for CodeWeavers
|
|
|
|
*
|
|
|
|
* 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-07-30 21:27:45 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-08-05 09:16:38 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
2007-04-25 08:22:24 +00:00
|
|
|
#include "oledlg.h"
|
|
|
|
|
2005-08-05 09:16:38 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
#include "oledlg_Cs.rc"
|
2008-07-10 09:14:19 +00:00
|
|
|
#include "oledlg_Da.rc"
|
2005-08-05 09:16:38 +00:00
|
|
|
#include "oledlg_En.rc"
|
|
|
|
#include "oledlg_Es.rc"
|
2005-11-17 21:12:27 +00:00
|
|
|
#include "oledlg_Ko.rc"
|
2005-10-08 17:13:07 +00:00
|
|
|
#include "oledlg_No.rc"
|
2007-04-25 08:22:24 +00:00
|
|
|
#include "oledlg_Pl.rc"
|
2007-11-29 11:06:11 +00:00
|
|
|
#include "oledlg_Sv.rc"
|
2006-07-04 14:09:35 +00:00
|
|
|
#include "oledlg_Tr.rc"
|
2010-03-06 11:21:01 +00:00
|
|
|
|
|
|
|
/* UTF-8 */
|
|
|
|
#include "oledlg_De.rc"
|
|
|
|
#include "oledlg_Fr.rc"
|
Sync aclui, advapi32, atl, authz, kernel32, msi, oledlg, powrprof, qmgr, riched20, samlib to Wine 1.2rc5
Update some psdk Headers to get some more synched winetests build
svn path=/trunk/; revision=47930
2010-07-03 12:42:55 +00:00
|
|
|
#include "oledlg_Hu.rc"
|
|
|
|
#include "oledlg_It.rc"
|
2010-03-06 11:21:01 +00:00
|
|
|
#include "oledlg_Ja.rc"
|
|
|
|
#include "oledlg_Lt.rc"
|
Sync aclui, advapi32, atl, authz, kernel32, msi, oledlg, powrprof, qmgr, riched20, samlib to Wine 1.2rc5
Update some psdk Headers to get some more synched winetests build
svn path=/trunk/; revision=47930
2010-07-03 12:42:55 +00:00
|
|
|
#include "oledlg_Nl.rc"
|
2010-03-06 11:21:01 +00:00
|
|
|
#include "oledlg_Pt.rc"
|
Sync aclui, advapi32, atl, authz, kernel32, msi, oledlg, powrprof, qmgr, riched20, samlib to Wine 1.2rc5
Update some psdk Headers to get some more synched winetests build
svn path=/trunk/; revision=47930
2010-07-03 12:42:55 +00:00
|
|
|
#include "oledlg_Ro.rc"
|
2010-03-06 11:21:01 +00:00
|
|
|
#include "oledlg_Ru.rc"
|
|
|
|
#include "oledlg_Si.rc"
|
Sync aclui, advapi32, atl, authz, kernel32, msi, oledlg, powrprof, qmgr, riched20, samlib to Wine 1.2rc5
Update some psdk Headers to get some more synched winetests build
svn path=/trunk/; revision=47930
2010-07-03 12:42:55 +00:00
|
|
|
#include "oledlg_Uk.rc"
|
2009-01-10 14:50:05 +00:00
|
|
|
#include "oledlg_Zh.rc"
|
2010-03-06 11:21:01 +00:00
|
|
|
|