msacm: Fix acmMetrics(ACM_METRIC_DRIVER_PRIORITY) return on error.
[wine/multimedia.git] / programs / winhelp / Nl.rc
blobf53757576a94e18708e3ed392a40dcc53ab850ca
1 /*
2  * Help Viewer (Dutch resources)
3  *
4  * Copyright 2003 Hans Leidekker
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
21 /* Menu */
23 MAIN_MENU MENU LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT
25  POPUP "&Bestand" {
26   MENUITEM "&Openen", MNID_FILE_OPEN
27   MENUITEM SEPARATOR
28   MENUITEM "Af&drukken", MNID_FILE_PRINT
29   MENUITEM "&Printerinstellingen...", MNID_FILE_SETUP
30   MENUITEM SEPARATOR
31   MENUITEM "&Afsluiten", MNID_FILE_EXIT
32  }
33  POPUP "&Bewerken" {
34    MENUITEM "&Kopiëren...", MNID_EDIT_COPYDLG
35    MENUITEM SEPARATOR
36    MENUITEM "&Annoteren...", MNID_EDIT_ANNOTATE
37  }
38  POPUP "&Favorieten" {
39    MENUITEM "&Aanmaken...", MNID_BKMK_DEFINE
40  }
41  POPUP "&Help" {
42    MENUITEM "Hulp &bij help", MNID_HELP_HELPON
43    MENUITEM "Altijd &zichtbaar", MNID_HELP_HELPTOP
44    MENUITEM SEPARATOR
45    MENUITEM "&Info...", MNID_HELP_ABOUT
46 #ifdef WINELIB
47    MENUITEM "&Over WINE", MNID_HELP_WINE
48 #endif
49  }
52 /* Strings */
53 STRINGTABLE DISCARDABLE LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT
55 STID_WINE_HELP,         "WINE Help"
56 STID_WHERROR,           "FOUT"
57 STID_WARNING,           "WAARSCHUWING"
58 STID_INFO,              "Informatie"
59 STID_NOT_IMPLEMENTED,   "Niet geïmplementeerd"
60 STID_HLPFILE_ERROR_s,   "Fout bij het lezen van het helpbestand `%s'"
61 STID_CONTENTS,          "&Inhoud"
62 STID_SEARCH,            "&Zoeken"
63 STID_BACK,              "&Terug"
64 STID_HISTORY,           "&Geschiedenis"
65 STID_TOPICS,            "&Onderwerpen"
66 STID_ALL_FILES,         "Alle bestanden (*.*)"
67 STID_HELP_FILES_HLP,    "Helpbestanden (*.hlp)"