1/* 2 * Help Viewer 3 * 4 * Copyright 1996 Ulrich Schmid 5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr> 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22#include "winhelp_res.h" 23 24LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 25 26 27MAIN_ACCEL ACCELERATORS 28{ 29 VK_F1, MNID_HELP_HELPON, VIRTKEY 30} 31 32/* @makedep: winhelp.ico */ 33IDI_WINHELP ICON "res/winhelp.ico" 34 35#include <reactos/manifest_exe.rc> 36 37/* UTF-8 */ 38#ifdef LANGUAGE_BG_BG 39 #include "lang/Bg.rc" 40#endif 41#ifdef LANGUAGE_CS_CZ 42 #include "lang/Cs.rc" 43#endif 44#ifdef LANGUAGE_DA_DK 45 #include "lang/Da.rc" 46#endif 47#ifdef LANGUAGE_DE_DE 48 #include "lang/De.rc" 49#endif 50#ifdef LANGUAGE_EN_US 51 #include "lang/En.rc" 52#endif 53#ifdef LANGUAGE_ES_ES 54 #include "lang/Es.rc" 55#endif 56#ifdef LANGUAGE_FI_FI 57 #include "lang/Fi.rc" 58#endif 59#ifdef LANGUAGE_FR_FR 60 #include "lang/Fr.rc" 61#endif 62#ifdef LANGUAGE_HE_IL 63 #include "lang/He.rc" 64#endif 65#ifdef LANGUAGE_HU_HU 66 #include "lang/Hu.rc" 67#endif 68#ifdef LANGUAGE_IT_IT 69 #include "lang/It.rc" 70#endif 71#ifdef LANGUAGE_JA_JP 72 #include "lang/Ja.rc" 73#endif 74#ifdef LANGUAGE_KO_KR 75 #include "lang/Ko.rc" 76#endif 77#ifdef LANGUAGE_LT_LT 78 #include "lang/Lt.rc" 79#endif 80#ifdef LANGUAGE_NL_NL 81 #include "lang/Nl.rc" 82#endif 83#ifdef LANGUAGE_NO_NO 84 #include "lang/No.rc" 85#endif 86#ifdef LANGUAGE_PL_PL 87 #include "lang/Pl.rc" 88#endif 89#ifdef LANGUAGE_PT_PT 90 #include "lang/Pt.rc" 91#endif 92#ifdef LANGUAGE_RM_CH 93 #include "lang/Rm.rc" 94#endif 95#ifdef LANGUAGE_RO_RO 96 #include "lang/Ro.rc" 97#endif 98#ifdef LANGUAGE_RU_RU 99 #include "lang/Ru.rc" 100#endif 101#ifdef LANGUAGE_SK_SK 102 #include "lang/Sk.rc" 103#endif 104#ifdef LANGUAGE_SL_SI 105 #include "lang/Si.rc" 106#endif 107#ifdef LANGUAGE_SQ_AL 108 #include "lang/Sq.rc" 109#endif 110#ifdef LANGUAGE_SR_SP 111 #include "lang/Sr.rc" 112#endif 113#ifdef LANGUAGE_SV_SE 114 #include "lang/Sv.rc" 115#endif 116#ifdef LANGUAGE_TR_TR 117 #include "lang/Tr.rc" 118#endif 119#ifdef LANGUAGE_UK_UA 120 #include "lang/Uk.rc" 121#endif 122#ifdef LANGUAGE_ZH_CN 123 #include "lang/Zh.rc" 124#endif 125