4 * Copyright 1997 Henrik Olsen
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 * Copyright 2008 Jens Albretsen<jens@albretsen.dk>
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
25 MAIN_MENU MENU LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
28 MENUITEM "Å&ben...", MNID_FILE_OPEN
30 MENUITEM "&Udskriv emne", MNID_FILE_PRINT
31 MENUITEM "&Indstil printer", MNID_FILE_SETUP
33 MENUITEM "&Afslut", MNID_FILE_EXIT
36 MENUITEM "K&opier...", MNID_EDIT_COPYDLG
38 MENUITEM "&Anmærk...", MNID_EDIT_ANNOTATE
41 MENUITEM "&Definer...", MNID_BKMK_DEFINE
44 MENUITEM "&Brug af Hjælp", MNID_HELP_HELPON
45 MENUITEM "Altid &øverst", MNID_HELP_HELPTOP
47 MENUITEM "&Information...", MNID_HELP_ABOUT
49 MENUITEM "Om &WINE", MNID_HELP_WINE
54 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
55 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
56 FONT 8, "MS Shell Dlg"
59 LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
60 PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12
61 PUSHBUTTON "&Annuller", IDCANCEL, 120, 170, 50, 12
65 STRINGTABLE DISCARDABLE LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
67 STID_WINE_HELP, "WINE Hjælp"
69 STID_WARNING, "ADVARSEL"
70 STID_INFO, "Information"
71 STID_NOT_IMPLEMENTED, "Ikke implementeret"
72 STID_HLPFILE_ERROR_s, "Fejl ved indlæsning af filen `%s'"
73 STID_CONTENTS, "&Indhold"
76 STID_HISTORY, "&Oversigt"
78 STID_ALL_FILES, "Alle filer (*.*)"
79 STID_HELP_FILES_HLP, "Hjælpe filer (*.hlp)"
80 STID_FILE_NOT_FOUND_s "Kan ikke finde '%s'. Vil du selv finde filen?"
81 STID_NO_RICHEDIT "Kan ikke finde en 'richedit' implementering... Afbryder"