2006-02-17 00:04:10 +00:00
|
|
|
/*
|
|
|
|
* MPR dll resources
|
|
|
|
*
|
|
|
|
* Copyright (C) 2004 Juan Lang
|
|
|
|
*
|
|
|
|
* 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-09-08 20:08:45 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2006-02-17 00:04:10 +00:00
|
|
|
*/
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "mprres.h"
|
|
|
|
|
|
|
|
#include "version.rc"
|
|
|
|
|
|
|
|
#include "mpr_Bg.rc"
|
|
|
|
#include "mpr_Cs.rc"
|
2008-07-07 12:32:35 +00:00
|
|
|
#include "mpr_Da.rc"
|
2006-02-17 00:04:10 +00:00
|
|
|
#include "mpr_En.rc"
|
|
|
|
#include "mpr_Es.rc"
|
2006-09-08 20:08:45 +00:00
|
|
|
#include "mpr_Hu.rc"
|
2006-02-17 00:04:10 +00:00
|
|
|
#include "mpr_It.rc"
|
|
|
|
#include "mpr_Ko.rc"
|
|
|
|
#include "mpr_Nl.rc"
|
|
|
|
#include "mpr_No.rc"
|
2007-03-14 14:43:17 +00:00
|
|
|
#include "mpr_Pl.rc"
|
2010-03-06 13:42:21 +00:00
|
|
|
#include "mpr_Sv.rc"
|
|
|
|
#include "mpr_Tr.rc"
|
|
|
|
|
|
|
|
/* UTF-8 */
|
|
|
|
#include "mpr_De.rc"
|
|
|
|
#include "mpr_Fr.rc"
|
|
|
|
#include "mpr_Ja.rc"
|
|
|
|
#include "mpr_Lt.rc"
|
2006-02-17 00:04:10 +00:00
|
|
|
#include "mpr_Pt.rc"
|
2008-07-07 12:32:35 +00:00
|
|
|
#include "mpr_Ro.rc"
|
2006-09-18 14:34:40 +00:00
|
|
|
#include "mpr_Ru.rc"
|
2008-07-07 12:32:35 +00:00
|
|
|
#include "mpr_Si.rc"
|
2008-07-07 15:59:02 +00:00
|
|
|
#include "mpr_Uk.rc"
|
2010-03-06 13:42:21 +00:00
|
|
|
#include "mpr_Zh.rc"
|
|
|
|
|