1/* 2 * Top level resource file for shell stuff 3 * 4 * Copyright 1998 Juergen Schmied 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21#include <windows.h> 22#include "shlobj.h" 23#include "shresdef.h" 24 25#include "version.rc" 26 27LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 28 29shv_accel ACCELERATORS 30BEGIN 31 VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY 32END 33 34/* 35 * This include a set of Shell32 icons, 36 * bitmaps and avi files. Licence's can be 37 * found in the corresponding directorys 38 */ 39#include "icon_res.rc" 40#include "bitmap_res.rc" 41#include "avi_res.rc" 42 43/* 44 * Everything specific to any language goes 45 * in one of the specific files. 46 * Note that you can and may override resources 47 * which also have a neutral version. This is to 48 * get localized bitmaps for example. 49 */ 50#include "lang/bg-BG.rc" 51#include "lang/ca-ES.rc" 52#include "lang/cs-CZ.rc" 53#include "lang/da-DK.rc" 54#include "lang/de-DE.rc" 55#include "lang/el-GR.rc" 56#include "lang/en-GB.rc" 57#include "lang/en-US.rc" 58#include "lang/es-ES.rc" 59#include "lang/fi-FI.rc" 60#include "lang/fr-FR.rc" 61#include "lang/hu-HU.rc" 62#include "lang/it-IT.rc" 63#include "lang/ja-JP.rc" 64#include "lang/ko-KR.rc" 65#include "lang/nl-NL.rc" 66#include "lang/no-NO.rc" 67#include "lang/pl-PL.rc" 68#include "lang/pt-BR.rc" 69#include "lang/pt-PT.rc" 70#include "lang/ro-RO.rc" 71#include "lang/ru-RU.rc" 72#include "lang/sl-SI.rc" 73#include "lang/sk-SK.rc" 74#include "lang/sv-SE.rc" 75#include "lang/tr-TR.rc" 76#include "lang/uk-UA.rc" 77#include "lang/zh-CN.rc" 78#include "lang/zh-TW.rc" 79