dsound: Make sure we're holding the lock on Drop And Stop.
[wine/hacks.git] / programs / wordpad / Nl.rc
blob3a18519e9e85c6816edd21bbd95306600796f7a9
1 /*
2  * Copyright 2006 by Hans Leidekker
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_DUTCH, SUBLANG_NEUTRAL
21 MAINMENU MENU DISCARDABLE 
22 BEGIN
23     POPUP "&Bestand"
24     BEGIN
25         MENUITEM "&Nieuw\tCtrl+N"         ID_FILE_NEW
26         MENUITEM "&Openen\tCtrl+O",       ID_FILE_OPEN
27         MENUITEM "O&pslaan\tCtrl+S",      ID_FILE_SAVE
28         MENUITEM SEPARATOR
29         MENUITEM "&Afsluiten",    ID_FILE_EXIT
30     END
31     POPUP "Be&werken"
32     BEGIN
33         MENUITEM "&Ongedaan maken\tCtrl+Z",     ID_EDIT_UNDO
34         MENUITEM "O&pnieuw\tCtrl+Y",            ID_EDIT_REDO
35         MENUITEM SEPARATOR
36         MENUITEM "K&nippen\tCtrl+X",            ID_EDIT_CUT
37         MENUITEM "&Kopieren\tCtrl+C",           ID_EDIT_COPY
38         MENUITEM "&Plakken\tCtrl+V",            ID_EDIT_PASTE
39         MENUITEM "&Verwijderen\tDel",           ID_EDIT_CLEAR
40         MENUITEM "&Alles selecteren\tCtrl+A",   ID_EDIT_SELECTALL
41         MENUITEM SEPARATOR
42         MENUITEM "Alleen &lezen",               ID_EDIT_READONLY
43         MENUITEM "&Gewijzigd",                  ID_EDIT_MODIFIED
44         MENUITEM SEPARATOR
45         POPUP "&Extra's"
46         BEGIN
47             MENUITEM "Selectie&informatie",          ID_EDIT_SELECTIONINFO
48             MENUITEM "&Karakterformaat",             ID_EDIT_CHARFORMAT
49             MENUITEM "&Standaard karakterformaat",   ID_EDIT_DEFCHARFORMAT
50             MENUITEM "&Paragraafformaat",            ID_EDIT_PARAFORMAT
51             MENUITEM "&Haal tekst",                  ID_EDIT_GETTEXT
52         END
53     END
54     POPUP "&Opmaak"
55     BEGIN
56         POPUP "&Achtergrond"
57         BEGIN
58             MENUITEM "&Systeem\tCtrl+1",   ID_BACK_1
59             MENUITEM "&Geeltje\tCtrl+2",   ID_BACK_2
60         END
61         POPUP "&Uitlijning"
62         BEGIN
63             MENUITEM "&Links\tCtrl+L",        ID_ALIGN_LEFT
64             MENUITEM "&Gecentreerd\tCtrl+E",  ID_ALIGN_CENTER
65             MENUITEM "&Rechts\tCtrl+R",       ID_ALIGN_RIGHT
66         END
67     END
68 END