2000-09-23 00:16:31 +02:00
|
|
|
/*
|
|
|
|
* Top level resource file for wineps
|
|
|
|
*
|
2002-03-10 00:29:33 +01:00
|
|
|
* Copyright 2000 Huw D M Davies
|
|
|
|
*
|
|
|
|
* 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-09-23 00:16:31 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
2003-09-06 01:08:26 +02:00
|
|
|
#include "winbase.h"
|
2000-09-23 00:16:31 +02:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
|
|
|
#include "psdlg.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 "wps_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 "wps_Bg.rc"
|
2004-08-16 22:02:09 +02:00
|
|
|
#include "wps_Cs.rc"
|
2004-06-29 01:50:22 +02:00
|
|
|
#include "wps_De.rc"
|
2000-09-23 00:16:31 +02:00
|
|
|
#include "wps_En.rc"
|
2003-08-24 01:04:49 +02:00
|
|
|
#include "wps_Es.rc"
|
2004-06-29 01:50:22 +02:00
|
|
|
#include "wps_Fr.rc"
|
2006-03-06 12:47:11 +01:00
|
|
|
#include "wps_Hu.rc"
|
2003-10-24 06:19:20 +02:00
|
|
|
#include "wps_It.rc"
|
2004-06-29 01:50:22 +02:00
|
|
|
#include "wps_Ja.rc"
|
|
|
|
#include "wps_Ko.rc"
|
2003-10-27 23:04:36 +01:00
|
|
|
#include "wps_Nl.rc"
|
2005-09-26 12:56:47 +02:00
|
|
|
#include "wps_No.rc"
|
2003-06-30 22:22:35 +02:00
|
|
|
#include "wps_Pt.rc"
|
2000-11-09 21:26:11 +01:00
|
|
|
#include "wps_Ru.rc"
|
2003-06-16 03:32:09 +02:00
|
|
|
#include "wps_Si.rc"
|
2004-06-29 01:50:22 +02:00
|
|
|
#include "wps_Sk.rc"
|
2007-10-15 22:24:35 +02:00
|
|
|
#include "wps_Sv.rc"
|
2006-02-06 13:06:41 +01:00
|
|
|
#include "wps_Tr.rc"
|