push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / winhlp32 / Da.rc
blob927fc32079f7796dcaa671b11a704b540f03a13f
1 /*
2  * Help Viewer
3  *
4  * Copyright 1997 Henrik Olsen
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  * Copyright 2008 Jens Albretsen<jens@albretsen.dk>
7  *
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.
12  *
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.
17  *
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
21  */
23 /* Menu */
25 MAIN_MENU MENU LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
27  POPUP "&Filer" {
28   MENUITEM "Å&ben...", MNID_FILE_OPEN
29   MENUITEM SEPARATOR
30   MENUITEM "&Udskriv emne", MNID_FILE_PRINT
31   MENUITEM "&Indstil printer", MNID_FILE_SETUP
32    MENUITEM SEPARATOR
33   MENUITEM "&Afslut", MNID_FILE_EXIT
34  }
35  POPUP "&Rediger" {
36    MENUITEM "K&opier...", MNID_EDIT_COPYDLG
37    MENUITEM SEPARATOR
38    MENUITEM "&Anmærk...", MNID_EDIT_ANNOTATE
39  }
40  POPUP "Bog&mærke" {
41    MENUITEM "&Definer...", MNID_BKMK_DEFINE
42  }
43  POPUP "&Options" {
44    POPUP        "Help always visible"
45    BEGIN
46      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
47      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
48      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
49   END
50   MENUITEM "History",           MNID_OPTS_HISTORY
51   POPUP    "Fonts"
52   BEGIN
53     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
54     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
55     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
56   END
57   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
58  }
59  POPUP "&Hjælp" {
60    MENUITEM "&Brug af Hjælp", MNID_HELP_HELPON
61    MENUITEM "Altid &øverst", MNID_HELP_HELPTOP
62    MENUITEM SEPARATOR
63    MENUITEM "&Information...", MNID_HELP_ABOUT
64 #ifdef WINELIB
65    MENUITEM "Om &WINE", MNID_HELP_WINE
66 #endif
67  }
70 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
71 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
72 FONT 8, "MS Shell Dlg"
73 CAPTION "Index"
75     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
78 /* Strings */
79 STRINGTABLE DISCARDABLE LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
81 STID_WINE_HELP,         "WINE Hjælp"
82 STID_WHERROR,           "FEJL"
83 STID_WARNING,           "ADVARSEL"
84 STID_INFO,              "Information"
85 STID_NOT_IMPLEMENTED,   "Ikke implementeret"
86 STID_HLPFILE_ERROR_s,   "Fejl ved indlæsning af filen `%s'"
87 STID_INDEX,             "&Indhold"
88 STID_CONTENTS,          "Summary"
89 STID_BACK,              "&Tilbage"
90 STID_ALL_FILES,         "Alle filer (*.*)"
91 STID_HELP_FILES_HLP,    "Hjælpe filer (*.hlp)"
92 STID_FILE_NOT_FOUND_s   "Kan ikke finde '%s'. Vil du selv finde filen?"
93 STID_NO_RICHEDIT        "Kan ikke finde en 'richedit' implementering... Afbryder"
94 STID_PSH_INDEX,         "Help topics: "