2008-12-31 09:26:01 +00:00
|
|
|
/*
|
|
|
|
* cryptui dll resources
|
|
|
|
*
|
|
|
|
* Copyright 2008 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
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "cryptuires.h"
|
|
|
|
|
|
|
|
/* @makedep: smallicons.bmp */
|
2013-09-16 13:45:33 +00:00
|
|
|
IDB_SMALL_ICONS BITMAP "res/smallicons.bmp"
|
2008-12-31 09:26:01 +00:00
|
|
|
|
|
|
|
/* @makedep: cert.bmp */
|
2013-09-16 13:45:33 +00:00
|
|
|
IDB_CERT BITMAP "res/cert.bmp"
|
2008-12-31 09:26:01 +00:00
|
|
|
|
|
|
|
/* @makedep: certerror.bmp */
|
2013-09-16 13:45:33 +00:00
|
|
|
IDB_CERT_ERROR BITMAP "res/certerror.bmp"
|
2008-12-31 09:26:01 +00:00
|
|
|
|
|
|
|
/* @makedep: certwarning.bmp */
|
2013-09-16 13:45:33 +00:00
|
|
|
IDB_CERT_WARNING BITMAP "res/certwarning.bmp"
|
2008-12-31 09:26:01 +00:00
|
|
|
|
|
|
|
/* @makedep: checks.bmp */
|
2013-09-16 13:45:33 +00:00
|
|
|
IDB_CHECKS BITMAP "res/checks.bmp"
|
2008-12-31 09:26:01 +00:00
|
|
|
|
2009-01-11 18:58:04 +00:00
|
|
|
/* @makedep: certwatermark.bmp */
|
2013-09-16 13:45:33 +00:00
|
|
|
IDB_CERT_WATERMARK BITMAP "res/certwatermark.bmp"
|
2009-01-11 18:58:04 +00:00
|
|
|
|
|
|
|
/* @makedep: certheader.bmp */
|
2013-09-16 13:45:33 +00:00
|
|
|
IDB_CERT_HEADER BITMAP "res/certheader.bmp"
|
2009-08-08 10:14:13 +00:00
|
|
|
|
2015-04-19 01:38:13 +00:00
|
|
|
#include <reactos/manifest_dll.rc>
|
|
|
|
|
2012-03-15 22:12:03 +00:00
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2022-04-05 20:04:08 +00:00
|
|
|
#ifdef LANGUAGE_BG_BG
|
|
|
|
#include "lang/cryptui_Bg.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_EN_US
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_En.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_KO_KR
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_Ko.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_PL_PL
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_Pl.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_DE_DE
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_De.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_FR_FR
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_Fr.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_IT_IT
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_It.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_LT_LT
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_Lt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NL_NL
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_Nl.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NO_NO
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_No.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_PT_PT
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_Pt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RO_RO
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_Ro.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2014-09-06 13:03:13 +00:00
|
|
|
#ifdef LANGUAGE_RU_RU
|
|
|
|
#include "lang/cryptui_Ru.rc"
|
|
|
|
#endif
|
2014-02-08 15:13:17 +00:00
|
|
|
#ifdef LANGAUGE_SQ_AL
|
|
|
|
#include "lang/cryptui_Sq.rc"
|
|
|
|
#endif
|
2014-02-08 13:32:53 +00:00
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/cryptui_Tr.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_UK_UA
|
2013-09-16 13:45:33 +00:00
|
|
|
#include "lang/cryptui_Uk.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-11-30 19:01:56 +00:00
|
|
|
#ifdef LANGUAGE_ZH_CN
|
|
|
|
#include "lang/cryptui_Zh.rc"
|
2018-03-09 12:04:41 +00:00
|
|
|
#endif
|