gdiplus: Implemented GdipAddPathBeziersI.
[wine.git] / programs / winhelp / No.rc
blob57cea9c2a90ceea0a031fd75a88dc43e1c8092da
1 /*
2  * Help Viewer
3  *
4  * Copyright 2005-2008 Alexander N. Sørnes <alex@thehandofagony.com>
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
21 /* Menu */
23 MAIN_MENU MENU LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
25  POPUP "&Fil" {
26   MENUITEM "&Åpne", MNID_FILE_OPEN
27   MENUITEM SEPARATOR
28   MENUITEM "Skriv &ut", MNID_FILE_PRINT
29   MENUITEM "Opp&sett av skriveren . . .", MNID_FILE_SETUP
30    MENUITEM SEPARATOR
31   MENUITEM "&Avslutt", MNID_FILE_EXIT
32  }
33  POPUP "R&ediger" {
34    MENUITEM "&Kopier . . .", MNID_EDIT_COPYDLG
35    MENUITEM SEPARATOR
36    MENUITEM "K&ommenter . . .", MNID_EDIT_ANNOTATE
37  }
38  POPUP "&Bokmerke" {
39    MENUITEM "&Definer . . .", MNID_BKMK_DEFINE
40  }
41  POPUP "&Hjelp" {
42    MENUITEM "&Hjelp til Hjelp", MNID_HELP_HELPON
43    MENUITEM "All&tid øverst", MNID_HELP_HELPTOP
44    MENUITEM SEPARATOR
45    MENUITEM "&Informasjon . . .", MNID_HELP_ABOUT
46 #ifdef WINELIB
47    MENUITEM "&Om WINE", MNID_HELP_WINE
48 #endif
49  }
52 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
53 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
54 FONT 8, "MS Shell Dlg"
55 CAPTION "Innhold"
57     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
58     PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12
59     PUSHBUTTON "&Avbryt", IDCANCEL, 120, 170, 50, 12
62 /* Strings */
63 STRINGTABLE DISCARDABLE LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
65 STID_WINE_HELP,         "Hjelp"
66 STID_WHERROR,           "FEIL"
67 STID_WARNING,           "ADVARSEL"
68 STID_INFO,              "Informasjon"
69 STID_NOT_IMPLEMENTED,   "Ikke implementert"
70 STID_HLPFILE_ERROR_s,   "Feil ved lesing av hjelpefilen '%s'"
71 STID_CONTENTS,          "&Innhold"
72 STID_SEARCH,            "&Søk"
73 STID_BACK,              "Til&bake"
74 STID_HISTORY,           "&Historikk"
75 STID_TOPICS,            "&Emner"
76 STID_ALL_FILES,         "Alle filer (*.*)"
77 STID_HELP_FILES_HLP,    "Hjelp-filer (*.hlp)"
78 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
79 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"