c9ae349d9592837eea20dd0e4432f6c56786bc4d
[reactos.git] / dll / win32 / hhctrl.ocx / lang / Nl.rc
1 /*
2 * HTML Help resources
3 * Dutch Language Support
4 *
5 * Copyright 2005 Hans Leidekker
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 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
23
24 STRINGTABLE
25 BEGIN
26 IDS_CONTENTS "&Inhoud"
27 IDS_INDEX "I&ndex"
28 IDS_SEARCH "&Zoeken"
29 IDS_FAVORITES "&Favorieten"
30
31 IDS_HIDETABS "Hide &Tabs"
32 IDS_SHOWTABS "Show &Tabs"
33 END
34
35 STRINGTABLE
36 BEGIN
37 IDTB_EXPAND "Weergeven"
38 IDTB_CONTRACT "Verbergen"
39 IDTB_STOP "Stop"
40 IDTB_REFRESH "Actualiseren"
41 IDTB_BACK "Terug"
42 IDTB_HOME "Startpagina"
43 IDTB_SYNC "Synchroniseren"
44 IDTB_PRINT "Afdrukken"
45 IDTB_OPTIONS "Instellingen"
46 IDTB_FORWARD "Vooruit"
47 END
48
49 MENU_POPUP MENU
50 {
51 POPUP "" /* Options */
52 {
53 MENUITEM "", IDTB_EXPAND
54 MENUITEM "S&ync", IDTB_SYNC
55 MENUITEM "&Back", IDTB_BACK
56 MENUITEM "&Forward", IDTB_FORWARD
57 MENUITEM "&Home", IDTB_HOME
58 MENUITEM "&Stop", IDTB_STOP
59 MENUITEM "&Refresh", IDTB_REFRESH
60 MENUITEM "&Print...", IDTB_PRINT
61 }
62 }
63
64 MENU_WEBBROWSER MENU
65 {
66 POPUP ""
67 {
68 MENUITEM "&Back", IDTB_BACK
69 MENUITEM "&Forward", IDTB_FORWARD
70 MENUITEM SEPARATOR
71 MENUITEM "Select &All", MIID_SELECTALL
72 MENUITEM SEPARATOR
73 MENUITEM "&View Source", MIID_VIEWSOURCE
74 MENUITEM SEPARATOR
75 MENUITEM "&Print...", IDTB_PRINT
76 MENUITEM "&Refresh", IDTB_REFRESH
77 MENUITEM SEPARATOR
78 MENUITEM "Proper&ties", MIID_PROPERTIES
79 }
80 POPUP ""
81 {
82 MENUITEM "Cu&t", MIID_CUT
83 MENUITEM "&Copy", MIID_COPY
84 MENUITEM "Paste", MIID_PASTE
85 MENUITEM "Select &All", MIID_SELECTALL
86 MENUITEM "&Print", IDTB_PRINT
87 }
88 }