configure: Merge the libcurses existence check with the soname check.
[wine/multimedia.git] / programs / wordpad / No.rc
blob20621bf8a0a1b58640f829d195e9900ad2a65506
1 /*
2  * Copyright 2006-2007 by Alexander N. Sørnes <alex@thehandofagony.com>
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
19 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
21 MAINMENU MENU DISCARDABLE 
22 BEGIN
23     POPUP "&Fil"
24     BEGIN
25         MENUITEM "&Ny\tCtrl+N",               ID_FILE_NEW
26         MENUITEM "&Åpne . . .\tCtrl+O",       ID_FILE_OPEN
27         MENUITEM "&Lagre\tCtrl+S",            ID_FILE_SAVE
28         MENUITEM "Lagre &som . . .",          ID_FILE_SAVEAS
29         MENUITEM SEPARATOR
30         MENUITEM "&Avslutt",                  ID_FILE_EXIT
31     END
32     POPUP "R&ediger"
33     BEGIN
34         MENUITEM "&Angre\tCtrl+Z",            ID_EDIT_UNDO
35         MENUITEM "&Gjenta\tCtrl+Y",           ID_EDIT_REDO
36         MENUITEM SEPARATOR
37         MENUITEM "Klipp u&t\tCtrl+X",         ID_EDIT_CUT
38         MENUITEM "&Kopier\tCtrl+C",           ID_EDIT_COPY
39         MENUITEM "&Lim inn\tCtrl+V",          ID_EDIT_PASTE
40         MENUITEM "&Fjern\tDEL",               ID_EDIT_CLEAR
41         MENUITEM "&Merk alt\tCtrl+A",         ID_EDIT_SELECTALL
42         MENUITEM SEPARATOR
43         MENUITEM "&Skrivebeskyttet",          ID_EDIT_READONLY
44         MENUITEM "E&ndret",                   ID_EDIT_MODIFIED
45         MENUITEM SEPARATOR
46         POPUP "&Ekstra"
47         BEGIN
48             MENUITEM "&Info om merket område",             ID_EDIT_SELECTIONINFO
49             MENUITEM "Tegn&format",           ID_EDIT_CHARFORMAT
50             MENUITEM "Stan&dard tegnformat",           ID_EDIT_DEFCHARFORMAT
51             MENUITEM "&Avsnittformat",           ID_EDIT_PARAFORMAT
52             MENUITEM "&Hent tekst",                   ID_EDIT_GETTEXT
53         END
54     END
55     POPUP "&Vis"
56     BEGIN
57         MENUITEM "Verk&tøylinje",     ID_TOGGLE_TOOLBAR
58         MENUITEM "&Formatlinje",      ID_TOGGLE_FORMATBAR
59         MENUITEM "&Statuslinje",      ID_TOGGLE_STATUSBAR
60     END
61     POPUP "F&ormat"
62     BEGIN
63         POPUP "&Bakgrunn"
64         BEGIN
65             MENUITEM "&System\tCtrl+1",         ID_BACK_1
66             MENUITEM "Merkela&pp-gult\tCtrl+2",           ID_BACK_2
67         END
68         POPUP "&Justering"
69         BEGIN
70             MENUITEM "&Venstrestilt\tCtrl+L",         ID_ALIGN_LEFT
71             MENUITEM "&Midtstilt\tCtrl+E",       ID_ALIGN_CENTER
72             MENUITEM "Høy&restilt\tCtrl+R",        ID_ALIGN_RIGHT
73         END
74     END
75 END
77 STRINGTABLE DISCARDABLE
78 BEGIN
79     STRING_RICHTEXT_FILES_RTF,  "Rikt tekstformat (*.rtf)"
80     STRING_TEXT_FILES_TXT,      "Tekstfiler (*.txt)"
81     STRING_ALL_FILES,           "Alle filer (*.*)"
82 END