2008-10-07 10:51:36 +00:00
|
|
|
/*
|
|
|
|
* Top level resource file for Credentials UI
|
|
|
|
*
|
|
|
|
* Copyright 2007 Robert Shearman (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
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "credui_resources.h"
|
|
|
|
|
|
|
|
/* @makedep: banner.bmp */
|
2013-09-10 23:38:33 +00:00
|
|
|
IDB_BANNER BITMAP "res/banner.bmp"
|
2008-10-07 10:51:36 +00:00
|
|
|
|
2015-12-02 23:11:28 +00:00
|
|
|
#include <reactos/manifest_hosted.rc>
|
2015-04-19 01:38:13 +00:00
|
|
|
|
2010-03-03 20:37:28 +00:00
|
|
|
/* UTF-8 */
|
2015-01-03 10:34:01 +00:00
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_DA_DK
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Da.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_DE_DE
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_De.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_EN_US
|
|
|
|
#include "lang/credui_En.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_ES_ES
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Es.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
[TRANSLATION] Various translations to Estonian (#329)
Estonian translations for shell + explorer, cpl files (access, appwiz, desk, timedate), devmgr, browseui, comctl32, aclui, avifil32, comdlg32 and credui.
2018-01-29 16:03:27 +00:00
|
|
|
#ifdef LANGUAGE_ET_EE
|
|
|
|
#include "lang/credui_Et.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_FR_FR
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Fr.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-01-22 22:46:45 +00:00
|
|
|
#ifdef LANGUAGE_HE_IL
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_He.rc"
|
2013-01-22 22:46:45 +00:00
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_HU_HU
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Hu.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_IT_IT
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_It.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
[TRANSLATIONS]
Japanese translations for the following libraries: browseui, credui, ieframe,
iernonce, msports, msvfw32, mycomput, oleacc, samsrv, serialui, shimgvw, and
wldap32.
Patch by Katayama Hirofumi MZ. Thanks!
CORE-11884 #resolve #comment Committed in revision r72452.
svn path=/trunk/; revision=72452
2016-08-25 03:44:29 +00:00
|
|
|
#ifdef LANGUAGE_JA_JP
|
|
|
|
#include "lang/credui_Ja.rc"
|
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_KO_KR
|
|
|
|
#include "lang/credui_Ko.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_LT_LT
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Lt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_NL_NL
|
|
|
|
#include "lang/credui_Nl.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NO_NO
|
|
|
|
#include "lang/credui_No.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_PL_PL
|
|
|
|
#include "lang/credui_Pl.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_PT_PT
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Pt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RO_RO
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Ro.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RU_RU
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Ru.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_SL_SI
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Si.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2014-02-08 15:13:17 +00:00
|
|
|
#ifdef LANGUAGE_SQ_AL
|
|
|
|
#include "lang/credui_Sq.rc"
|
|
|
|
#endif
|
2015-01-03 10:34:01 +00:00
|
|
|
#ifdef LANGUAGE_SV_SE
|
|
|
|
#include "lang/credui_Sv.rc"
|
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/credui_Tr.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_UK_UA
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Uk.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_ZH_CN
|
2013-09-10 23:38:33 +00:00
|
|
|
#include "lang/credui_Zh.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|