4 * Copyright 1997 Henrik Olsen
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 * Copyright 2008 Jens Albretsen<jens@albretsen.dk>
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24 #include "winhelp_res.h"
26 #pragma code_page(65001)
28 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
35 MENUITEM "Å&ben...", MNID_FILE_OPEN
37 MENUITEM "&Udskriv emne", MNID_FILE_PRINT
38 MENUITEM "&Indstil printer", MNID_FILE_SETUP
40 MENUITEM "&Afslut", MNID_FILE_EXIT
43 MENUITEM "K&opier...", MNID_EDIT_COPYDLG
45 MENUITEM "&Anmærk...", MNID_EDIT_ANNOTATE
48 MENUITEM "&Definer...", MNID_BKMK_DEFINE
51 POPUP "Help always visible"
53 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
54 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
55 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
57 MENUITEM "History", MNID_OPTS_HISTORY
60 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
61 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
62 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
64 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
67 MENUITEM "&Brug af Hjælp", MNID_HELP_HELPON
68 MENUITEM "Altid &øverst", MNID_HELP_HELPTOP
70 MENUITEM "&Information...", MNID_HELP_ABOUT
72 MENUITEM "Om &Wine", MNID_HELP_WINE
77 IDD_INDEX DIALOG 0, 0, 200, 190
78 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
79 FONT 8, "MS Shell Dlg"
82 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
85 IDD_SEARCH DIALOG 0, 0, 200, 190
86 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
87 FONT 8, "MS Shell Dlg"
90 LTEXT "Er ikke blevet implementeret endnu", -1, 10, 10, 180, 150
96 STID_WINE_HELP, "Wine Hjælp"
98 STID_WARNING, "ADVARSEL"
99 STID_INFO, "Information"
100 STID_NOT_IMPLEMENTED, "Ikke implementeret"
101 STID_HLPFILE_ERROR_s, "Fejl ved indlæsning af filen `%s'"
102 STID_INDEX, "&Indhold"
103 STID_CONTENTS, "Summary"
104 STID_BACK, "&Tilbage"
105 STID_ALL_FILES, "Alle filer (*.*)"
106 STID_HELP_FILES_HLP, "Hjælpe filer (*.hlp)"
107 STID_FILE_NOT_FOUND_s "Kan ikke finde '%s'. Vil du selv finde filen?"
108 STID_NO_RICHEDIT "Kan ikke finde en 'richedit' implementering... Afbryder"
115 MENUITEM "Notat...", MNID_CTXT_ANNOTATE
116 MENUITEM "Kopier", MNID_CTXT_COPY
117 MENUITEM "Udskriv...", MNID_CTXT_PRINT
120 MENUITEM "Lille", MNID_CTXT_FONTS_SMALL
121 MENUITEM "Normal", MNID_CTXT_FONTS_NORMAL
122 MENUITEM "Stor", MNID_CTXT_FONTS_LARGE
124 POPUP "Bevar Hjælp øverst"
126 MENUITEM "Standard", MNID_CTXT_HELP_DEFAULT
127 MENUITEM "Synlig", MNID_CTXT_HELP_VISIBLE
128 MENUITEM "Usynlig", MNID_CTXT_HELP_NONVISIBLE
130 MENUITEM "Benyt systemfarver", MNID_CTXT_SYSTEM_COLORS