blob: 62f3759ae585cff0feb5ff913d728829988951de [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
Alexander Nicolaysen Sørnes04aefe82007-11-04 12:34:03 +010021IDM_MAINMENU MENU DISCARDABLE
Hans Leidekker34a34c72006-02-17 11:37:21 +010022BEGIN
23 POPUP "&Bestand"
24 BEGIN
Mikołaj Zalewskia8fd0e02008-02-13 14:30:21 +010025 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ørnes9a1b6262008-01-14 00:36:23 +010067 MENUITEM "&Ruler", ID_TOGGLE_RULER
Alexander Nicolaysen Sørnes2de3d952007-06-06 11:21:08 +020068 MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +020069 MENUITEM SEPARATOR
70 MENUITEM "&Options . . .", ID_VIEWPROPERTIES
Alexander Nicolaysen Sørnes10b34832007-06-06 11:10:47 +020071 END
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +020072 POPUP "&Insert"
73 BEGIN
74 MENUITEM "&Date and time . . .", ID_DATETIME
75 END
Hans Leidekker34a34c72006-02-17 11:37:21 +010076 POPUP "&Opmaak"
77 BEGIN
Alexander Nicolaysen Sørnes4c3980d2007-08-25 16:54:02 +020078 MENUITEM "&Font . . .", ID_FONTSETTINGS
Alexander Nicolaysen Sørnesd4ddb7f2007-07-20 18:38:08 +020079 MENUITEM "&Bullet points" ID_BULLET
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +020080 MENUITEM "&Paragraph . . ." ID_PARAFORMAT
Alexander Nicolaysen Sørnes695a94f2007-08-23 01:27:50 +020081 MENUITEM "&Tabs . . ." ID_TABSTOPS
Hans Leidekker34a34c72006-02-17 11:37:21 +010082 POPUP "&Achtergrond"
83 BEGIN
84 MENUITEM "&Systeem\tCtrl+1", ID_BACK_1
85 MENUITEM "&Geeltje\tCtrl+2", ID_BACK_2
86 END
Hans Leidekker34a34c72006-02-17 11:37:21 +010087 END
Alexander Nicolaysen Sørnesdfb29f42007-08-23 15:05:40 +020088 POPUP "&Help"
89 BEGIN
90 MENUITEM "&About Wine Wordpad" ID_ABOUT
91 END
Hans Leidekker34a34c72006-02-17 11:37:21 +010092END
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +020093
Alexander Nicolaysen Sørnes5bc0dfc2007-08-23 15:05:23 +020094IDM_POPUP MENU DISCARDABLE
95BEGIN
96 POPUP ""
97 BEGIN
98 MENUITEM "K&nippen", ID_EDIT_CUT
99 MENUITEM "&Kopieren", ID_EDIT_COPY
100 MENUITEM "&Plakken", ID_EDIT_PASTE
101 MENUITEM SEPARATOR
102 MENUITEM "&Bullet points" ID_BULLET
103 MENUITEM "&Paragraph . . ." ID_PARAFORMAT
104 END
105END
106
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200107IDD_DATETIME DIALOG DISCARDABLE 30, 20, 130, 80
108STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
109CAPTION "Date and time"
110FONT 10, "MS Sans Serif"
111BEGIN
112 LTEXT "Available formats",0,3,2,100,15
113 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT
114 PUSHBUTTON "&OK",IDOK,87,12,40,12
115 PUSHBUTTON "&Cancel",IDCANCEL,87,26,40,12
116END
117
Alexander Nicolaysen Sørnesbbc20452007-07-18 22:27:15 +0200118IDD_NEWFILE DIALOG DISCARDABLE 30, 20, 140, 80
119STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
120CAPTION "New"
121FONT 10, "MS Sans Serif"
122BEGIN
123 LTEXT "New document type",0,3,2,100,15
124 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
125 PUSHBUTTON "&OK",IDOK,97,12,40,12
126 PUSHBUTTON "&Cancel",IDCANCEL,97,26,40,12
127END
128
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200129IDD_PARAFORMAT DIALOG DISCARDABLE 30, 20, 200, 110
130STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
131Caption "Paragraph format"
132FONT 8, "MS Shell Dlg"
133BEGIN
134 GROUPBOX "Indentation", 0, 10, 10, 120, 68
135 LTEXT "Left", 0, 15, 22, 40, 13
136 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
137 LTEXT "Right", 0, 15, 40, 40, 13
138 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
139 LTEXT "First line", 0, 15, 58, 40, 13
140 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
141 LTEXT "Alignment", 0, 15, 87, 40, 13
142 COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 13, CBS_DROPDOWNLIST
143 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
144 PUSHBUTTON "&Cancel", IDCANCEL, 137, 33, 50, 15
145END
146
Alexander Nicolaysen Sørnes695a94f2007-08-23 01:27:50 +0200147IDD_TABSTOPS DIALOG DISCARDABLE 30, 20, 200, 110
148STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
149Caption "Tabs"
150FONT 8, "MS SHell DLg"
151BEGIN
152 GROUPBOX "Tab stops", 0, 10, 10, 120, 90
153 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE | CBS_SORT
154 DEFPUSHBUTTON "&Add", ID_TAB_ADD, 20, 80, 45, 15
155 PUSHBUTTON "&Remove", ID_TAB_DEL, 72, 80, 45, 15
156 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
157 PUSHBUTTON "&Cancel", IDCANCEL, 137, 33, 50, 15
158 PUSHBUTTON "Remove al&l", ID_TAB_EMPTY, 137, 51, 50, 15
159END
160
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +0200161IDD_FORMATOPTS DIALOG DISCARDABLE 0, 0, 280, 110
162STYLE DS_SYSMODAL
163Caption ""
164FONT 8, "MS Shell Dlg"
165BEGIN
166 GROUPBOX "Line wrapping", 0, 10, 10, 130, 85
167 RADIOBUTTON "Wrap text by the &window border", IDC_PAGEFMT_WW, 18, 25, 117, 15
168 RADIOBUTTON "Wrap text by the &margin", IDC_PAGEFMT_WM, 18, 45, 117, 15
169 GROUPBOX "Toolbars", 0, 150, 10, 120, 85
170 CHECKBOX "&Toolbar", IDC_PAGEFMT_TB, 160, 20, 80, 15
171 CHECKBOX "&Formatbar", IDC_PAGEFMT_FB, 160, 38, 80, 15
Alexander Nicolaysen Sørnes9a1b6262008-01-14 00:36:23 +0100172 CHECKBOX "&Ruler", IDC_PAGEFMT_RU, 160, 56, 80, 15
173 CHECKBOX "&Statusbar", IDC_PAGEFMT_SB, 160, 74, 80, 15
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +0200174 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
175END
176
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200177STRINGTABLE DISCARDABLE
178BEGIN
Alexander Nicolaysen Sørnes425c2c62007-07-18 21:59:24 +0200179 STRING_RICHTEXT_FILES_RTF, "Rich text format (*.rtf)"
180 STRING_TEXT_FILES_TXT, "Text documents (*.txt)"
181 STRING_TEXT_FILES_UNICODE_TXT, "Unicode text document (*.txt)"
182 STRING_ALL_FILES, "All documents (*.*)"
Alexander Nicolaysen Sørnes4c6c9e52007-07-18 15:50:21 +0200183END
184
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +0200185STRINGTABLE DISCARDABLE
186BEGIN
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200187 STRING_ALIGN_LEFT, "Left"
188 STRING_ALIGN_RIGHT, "Right"
189 STRING_ALIGN_CENTER, "Center"
190END
191
192STRINGTABLE DISCARDABLE
193BEGIN
Alexander Nicolaysen Sørnesbbc20452007-07-18 22:27:15 +0200194 STRING_NEWFILE_RICHTEXT, "Rich text document"
195 STRING_NEWFILE_TXT, "Text document"
196 STRING_NEWFILE_TXT_UNICODE, "Unicode text document"
197END
198
199STRINGTABLE DISCARDABLE
200BEGIN
Alexander Nicolaysen Sørnes61876c72007-08-23 01:36:29 +0200201 STRING_PRINTER_FILES_PRN, "Printer files (*.PRN)"
202END
203
204STRINGTABLE DISCARDABLE
205BEGIN
Alexander Nicolaysen Sørnes7fa05902007-08-23 15:08:41 +0200206 STRING_VIEWPROPS_TITLE, "Options"
207 STRING_VIEWPROPS_TEXT, "Text"
208 STRING_VIEWPROPS_RICHTEXT, "Rich text"
209END
210
211STRINGTABLE DISCARDABLE
212BEGIN
Alexander Nicolaysen Sørnescd64bf82007-08-23 15:09:49 +0200213 STRING_PREVIEW_PRINT, "Print"
214 STRING_PREVIEW_NEXTPAGE, "Next page"
215 STRING_PREVIEW_PREVPAGE, "Previous page"
216 STRING_PREVIEW_CLOSE, "Close"
217END
218
219STRINGTABLE DISCARDABLE
220BEGIN
Alexander Nicolaysen Sørnes61876c72007-08-23 01:36:29 +0200221 STRING_UNITS_CM, "cm"
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200222END
223
224STRINGTABLE DISCARDABLE
225BEGIN
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +0200226 STRING_DEFAULT_FILENAME, "Document"
227 STRING_PROMPT_SAVE_CHANGES, "Save changes to '%s'?"
Alexander Nicolaysen Sørnes55949ae2007-07-18 15:41:33 +0200228 STRING_SEARCH_FINISHED, "Finished searching the document."
Alexander Nicolaysen Sørnes3161a3c2007-07-18 15:44:24 +0200229 STRING_LOAD_RICHED_FAILED, "Failed to load the RichEdit library."
Alexander Nicolaysen Sørnes425c2c62007-07-18 21:59:24 +0200230 STRING_SAVE_LOSEFORMATTING, "You have chosen to save in plain text format, " \
231 "which will cause all formatting to be lost. " \
232 "Are you sure that you wish to do this?"
Alexander Nicolaysen Sørnesfd129c22007-08-23 01:15:17 +0200233 STRING_INVALID_NUMBER, "Invalid number format"
Dmitry Timoshkov6b8ee0e2007-10-16 22:07:31 +0900234 STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported"
Alexander Nicolaysen Sørnes77bf8992007-07-08 13:51:19 +0200235END