blob: d6c5346b11b681f2a9acc359a6b5baa6cc6206bc [file] [log] [blame]
Hans Leidekker34a34c72006-02-17 11:37:21 +01001/*
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
Jonathan Ernst360a3f92006-05-18 14:49:52 +020016 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Hans Leidekker34a34c72006-02-17 11:37:21 +010017 */
18
Mikołaj Zalewski58bd35c2006-10-24 10:46:09 +020019LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
Hans Leidekker34a34c72006-02-17 11:37:21 +010020
21MAINMENU MENU DISCARDABLE
22BEGIN
23 POPUP "&Bestand"
24 BEGIN
Jonathan Ernstad4516f2006-07-12 14:08:47 +020025 MENUITEM "&Nieuw\tCtrl+N" ID_FILE_NEW
Alexander Nicolaysen Sørnesf19f4de2007-06-05 11:11:56 +020026 MENUITEM "&Openen...\tCtrl+O", ID_FILE_OPEN
Jonathan Ernstad4516f2006-07-12 14:08:47 +020027 MENUITEM "O&pslaan\tCtrl+S", ID_FILE_SAVE
Alexander Nicolaysen Sørnes68ce6022007-05-31 15:38:51 +020028 MENUITEM "Ops&laan als...", ID_FILE_SAVEAS
Hans Leidekker34a34c72006-02-17 11:37:21 +010029 MENUITEM SEPARATOR
Alexander Nicolaysen Sørnes61876c72007-08-23 01:36:29 +020030 MENUITEM "&Print . . .\tCtrl+P", ID_PRINT
Alexander Nicolaysen Sørnescd64bf82007-08-23 15:09:49 +020031 MENUITEM "Print previe&w . . .", ID_PREVIEW
Alexander Nicolaysen Sørnesd5bb6162007-08-23 01:38:08 +020032 MENUITEM "Pag&e setup . . .", ID_PRINTSETUP
Alexander Nicolaysen Sørnes61876c72007-08-23 01:36:29 +020033 MENUITEM SEPARATOR
Hans Leidekker34a34c72006-02-17 11:37:21 +010034 MENUITEM "&Afsluiten", ID_FILE_EXIT
35 END
36 POPUP "Be&werken"
37 BEGIN
38 MENUITEM "&Ongedaan maken\tCtrl+Z", ID_EDIT_UNDO
39 MENUITEM "O&pnieuw\tCtrl+Y", ID_EDIT_REDO
Hans Leidekker34a34c72006-02-17 11:37:21 +010040 MENUITEM SEPARATOR
41 MENUITEM "K&nippen\tCtrl+X", ID_EDIT_CUT
42 MENUITEM "&Kopieren\tCtrl+C", ID_EDIT_COPY
Alexander Nicolaysen Sørnes194c3f22007-02-25 14:39:58 +010043 MENUITEM "&Plakken\tCtrl+V", ID_EDIT_PASTE
44 MENUITEM "&Verwijderen\tDel", ID_EDIT_CLEAR
45 MENUITEM "&Alles selecteren\tCtrl+A", ID_EDIT_SELECTALL
Hans Leidekker34a34c72006-02-17 11:37:21 +010046 MENUITEM SEPARATOR
Alexander Nicolaysen Sørnes55949ae2007-07-18 15:41:33 +020047 MENUITEM "&Find . . .\tCrtl+F", ID_FIND
48 MENUITEM "Find &next\tF3", ID_FIND_NEXT
Alexander Nicolaysen Sørnes48aba992007-08-26 15:01:44 +020049 MENUITEM "&Replace . . .\tCtrl+H", ID_REPLACE
Alexander Nicolaysen Sørnes55949ae2007-07-18 15:41:33 +020050 MENUITEM SEPARATOR
Hans Leidekker34a34c72006-02-17 11:37:21 +010051 MENUITEM "Alleen &lezen", ID_EDIT_READONLY
52 MENUITEM "&Gewijzigd", ID_EDIT_MODIFIED
53 MENUITEM SEPARATOR
54 POPUP "&Extra's"
55 BEGIN
56 MENUITEM "Selectie&informatie", ID_EDIT_SELECTIONINFO
57 MENUITEM "&Karakterformaat", ID_EDIT_CHARFORMAT
58 MENUITEM "&Standaard karakterformaat", ID_EDIT_DEFCHARFORMAT
59 MENUITEM "&Paragraafformaat", ID_EDIT_PARAFORMAT
60 MENUITEM "&Haal tekst", ID_EDIT_GETTEXT
61 END
62 END
Alexander Nicolaysen Sørnes10b34832007-06-06 11:10:47 +020063 POPUP "&View"
64 BEGIN
65 MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
Alexander Nicolaysen Sørnesffa7e0e2007-06-06 13:28:26 +020066 MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
Alexander Nicolaysen Sørnes2de3d952007-06-06 11:21:08 +020067 MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +020068 MENUITEM SEPARATOR
69 MENUITEM "&Options . . .", ID_VIEWPROPERTIES
Alexander Nicolaysen Sørnes10b34832007-06-06 11:10:47 +020070 END
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +020071 POPUP "&Insert"
72 BEGIN
73 MENUITEM "&Date and time . . .", ID_DATETIME
74 END
Hans Leidekker34a34c72006-02-17 11:37:21 +010075 POPUP "&Opmaak"
76 BEGIN
Alexander Nicolaysen Sørnes4c3980d2007-08-25 16:54:02 +020077 MENUITEM "&Font . . .", ID_FONTSETTINGS
Alexander Nicolaysen Sørnesd4ddb7f2007-07-20 18:38:08 +020078 MENUITEM "&Bullet points" ID_BULLET
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +020079 MENUITEM "&Paragraph . . ." ID_PARAFORMAT
Alexander Nicolaysen Sørnes695a94f2007-08-23 01:27:50 +020080 MENUITEM "&Tabs . . ." ID_TABSTOPS
Hans Leidekker34a34c72006-02-17 11:37:21 +010081 POPUP "&Achtergrond"
82 BEGIN
83 MENUITEM "&Systeem\tCtrl+1", ID_BACK_1
84 MENUITEM "&Geeltje\tCtrl+2", ID_BACK_2
85 END
Hans Leidekker34a34c72006-02-17 11:37:21 +010086 END
Alexander Nicolaysen Sørnesdfb29f42007-08-23 15:05:40 +020087 POPUP "&Help"
88 BEGIN
89 MENUITEM "&About Wine Wordpad" ID_ABOUT
90 END
Hans Leidekker34a34c72006-02-17 11:37:21 +010091END
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +020092
Alexander Nicolaysen Sørnes5bc0dfc2007-08-23 15:05:23 +020093IDM_POPUP MENU DISCARDABLE
94BEGIN
95 POPUP ""
96 BEGIN
97 MENUITEM "K&nippen", ID_EDIT_CUT
98 MENUITEM "&Kopieren", ID_EDIT_COPY
99 MENUITEM "&Plakken", ID_EDIT_PASTE
100 MENUITEM SEPARATOR
101 MENUITEM "&Bullet points" ID_BULLET
102 MENUITEM "&Paragraph . . ." ID_PARAFORMAT
103 END
104END
105
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200106IDD_DATETIME DIALOG DISCARDABLE 30, 20, 130, 80
107STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
108CAPTION "Date and time"
109FONT 10, "MS Sans Serif"
110BEGIN
111 LTEXT "Available formats",0,3,2,100,15
112 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT
113 PUSHBUTTON "&OK",IDOK,87,12,40,12
114 PUSHBUTTON "&Cancel",IDCANCEL,87,26,40,12
115END
116
Alexander Nicolaysen Sørnesbbc20452007-07-18 22:27:15 +0200117IDD_NEWFILE DIALOG DISCARDABLE 30, 20, 140, 80
118STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
119CAPTION "New"
120FONT 10, "MS Sans Serif"
121BEGIN
122 LTEXT "New document type",0,3,2,100,15
123 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
124 PUSHBUTTON "&OK",IDOK,97,12,40,12
125 PUSHBUTTON "&Cancel",IDCANCEL,97,26,40,12
126END
127
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200128IDD_PARAFORMAT DIALOG DISCARDABLE 30, 20, 200, 110
129STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
130Caption "Paragraph format"
131FONT 8, "MS Shell Dlg"
132BEGIN
133 GROUPBOX "Indentation", 0, 10, 10, 120, 68
134 LTEXT "Left", 0, 15, 22, 40, 13
135 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
136 LTEXT "Right", 0, 15, 40, 40, 13
137 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
138 LTEXT "First line", 0, 15, 58, 40, 13
139 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
140 LTEXT "Alignment", 0, 15, 87, 40, 13
141 COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 13, CBS_DROPDOWNLIST
142 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
143 PUSHBUTTON "&Cancel", IDCANCEL, 137, 33, 50, 15
144END
145
Alexander Nicolaysen Sørnes695a94f2007-08-23 01:27:50 +0200146IDD_TABSTOPS DIALOG DISCARDABLE 30, 20, 200, 110
147STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
148Caption "Tabs"
149FONT 8, "MS SHell DLg"
150BEGIN
151 GROUPBOX "Tab stops", 0, 10, 10, 120, 90
152 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE | CBS_SORT
153 DEFPUSHBUTTON "&Add", ID_TAB_ADD, 20, 80, 45, 15
154 PUSHBUTTON "&Remove", ID_TAB_DEL, 72, 80, 45, 15
155 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
156 PUSHBUTTON "&Cancel", IDCANCEL, 137, 33, 50, 15
157 PUSHBUTTON "Remove al&l", ID_TAB_EMPTY, 137, 51, 50, 15
158END
159
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +0200160IDD_FORMATOPTS DIALOG DISCARDABLE 0, 0, 280, 110
161STYLE DS_SYSMODAL
162Caption ""
163FONT 8, "MS Shell Dlg"
164BEGIN
165 GROUPBOX "Line wrapping", 0, 10, 10, 130, 85
166 RADIOBUTTON "Wrap text by the &window border", IDC_PAGEFMT_WW, 18, 25, 117, 15
167 RADIOBUTTON "Wrap text by the &margin", IDC_PAGEFMT_WM, 18, 45, 117, 15
168 GROUPBOX "Toolbars", 0, 150, 10, 120, 85
169 CHECKBOX "&Toolbar", IDC_PAGEFMT_TB, 160, 20, 80, 15
170 CHECKBOX "&Formatbar", IDC_PAGEFMT_FB, 160, 38, 80, 15
171 CHECKBOX "&Statusbar", IDC_PAGEFMT_SB, 160, 56, 80, 15
172 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
173END
174
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200175STRINGTABLE DISCARDABLE
176BEGIN
Alexander Nicolaysen Sørnes425c2c62007-07-18 21:59:24 +0200177 STRING_RICHTEXT_FILES_RTF, "Rich text format (*.rtf)"
178 STRING_TEXT_FILES_TXT, "Text documents (*.txt)"
179 STRING_TEXT_FILES_UNICODE_TXT, "Unicode text document (*.txt)"
180 STRING_ALL_FILES, "All documents (*.*)"
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200181END
182
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +0200183STRINGTABLE DISCARDABLE
184BEGIN
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200185 STRING_ALIGN_LEFT, "Left"
186 STRING_ALIGN_RIGHT, "Right"
187 STRING_ALIGN_CENTER, "Center"
188END
189
190STRINGTABLE DISCARDABLE
191BEGIN
Alexander Nicolaysen Sørnesbbc20452007-07-18 22:27:15 +0200192 STRING_NEWFILE_RICHTEXT, "Rich text document"
193 STRING_NEWFILE_TXT, "Text document"
194 STRING_NEWFILE_TXT_UNICODE, "Unicode text document"
195END
196
197STRINGTABLE DISCARDABLE
198BEGIN
Alexander Nicolaysen Sørnes61876c72007-08-23 01:36:29 +0200199 STRING_PRINTER_FILES_PRN, "Printer files (*.PRN)"
200END
201
202STRINGTABLE DISCARDABLE
203BEGIN
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +0200204 STRING_VIEWPROPS_TITLE, "Options"
205 STRING_VIEWPROPS_TEXT, "Text"
206 STRING_VIEWPROPS_RICHTEXT, "Rich text"
207END
208
209STRINGTABLE DISCARDABLE
210BEGIN
Alexander Nicolaysen Sørnescd64bf82007-08-23 15:09:49 +0200211 STRING_PREVIEW_PRINT, "Print"
212 STRING_PREVIEW_NEXTPAGE, "Next page"
213 STRING_PREVIEW_PREVPAGE, "Previous page"
214 STRING_PREVIEW_CLOSE, "Close"
215END
216
217STRINGTABLE DISCARDABLE
218BEGIN
Alexander Nicolaysen Sørnes61876c72007-08-23 01:36:29 +0200219 STRING_UNITS_CM, "cm"
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200220END
221
222STRINGTABLE DISCARDABLE
223BEGIN
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +0200224 STRING_DEFAULT_FILENAME, "Document"
225 STRING_PROMPT_SAVE_CHANGES, "Save changes to '%s'?"
Alexander Nicolaysen Sørnes55949ae2007-07-18 15:41:33 +0200226 STRING_SEARCH_FINISHED, "Finished searching the document."
Alexander Nicolaysen Sørnes3161a3c2007-07-18 15:44:24 +0200227 STRING_LOAD_RICHED_FAILED, "Failed to load the RichEdit library."
Alexander Nicolaysen Sørnes425c2c62007-07-18 21:59:24 +0200228 STRING_SAVE_LOSEFORMATTING, "You have chosen to save in plain text format, " \
229 "which will cause all formatting to be lost. " \
230 "Are you sure that you wish to do this?"
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200231 STRING_INVALID_NUMBER, "Invalid number format"
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +0200232END