2 * Copyright 2006 by Alexander N. Sørnes <alex@thehandofagony.com>
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.
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.
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
19 LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
21 MAINMENU MENU DISCARDABLE
25 MENUITEM "&Ny\tCtrl+N", ID_FILE_NEW
26 MENUITEM "&Åpne\tCtrl+O", ID_FILE_OPEN
27 MENUITEM "&Lagre\tCtrl+S", ID_FILE_SAVE
29 MENUITEM "&Avslutt", ID_FILE_EXIT
33 MENUITEM "&Angre\tCtrl+Z", ID_EDIT_UNDO
34 MENUITEM "&Gjenta\tCtrl+Y", ID_EDIT_REDO
36 MENUITEM "Klipp u&t\tCtrl+X", ID_EDIT_CUT
37 MENUITEM "&Kopier\tCtrl+C", ID_EDIT_COPY
38 MENUITEM "&Lim inn\tCtrl+V", ID_EDIT_PASTE
39 MENUITEM "&Fjern\tDEL", ID_EDIT_CLEAR
40 MENUITEM "&Merk alt\tCtrl+A", ID_EDIT_SELECTALL
42 MENUITEM "&Skrivebeskyttet", ID_EDIT_READONLY
43 MENUITEM "E&ndret", ID_EDIT_MODIFIED
47 MENUITEM "&Info om merket område", ID_EDIT_SELECTIONINFO
48 MENUITEM "Tegn&format", ID_EDIT_CHARFORMAT
49 MENUITEM "Stan&dard tegnformat", ID_EDIT_DEFCHARFORMAT
50 MENUITEM "&Avsnittformat", ID_EDIT_PARAFORMAT
51 MENUITEM "&Hent tekst", ID_EDIT_GETTEXT
58 MENUITEM "&System\tCtrl+1", ID_BACK_1
59 MENUITEM "Merkela&pp-gult\tCtrl+2", ID_BACK_2
63 MENUITEM "&Venstrestilt\tCtrl+L", ID_ALIGN_LEFT
64 MENUITEM "&Midtstilt\tCtrl+E", ID_ALIGN_CENTER
65 MENUITEM "Høy&restilt\tCtrl+R", ID_ALIGN_RIGHT