2 * Copyright 2004 by Krzysztof Foltman
3 * Copyright 2007 by Alexander N. Sørnes <alex@thehandofagony.com>
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
30 MENUITEM "&New...\tCtrl+N", ID_FILE_NEW
31 MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
32 MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
33 MENUITEM "Save &as...", ID_FILE_SAVEAS
35 MENUITEM "&Print...\tCtrl+P", ID_PRINT
36 MENUITEM "Print previe&w", ID_PREVIEW
37 MENUITEM "Page Se&tup...", ID_PRINTSETUP
39 MENUITEM "E&xit", ID_FILE_EXIT
43 MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
44 MENUITEM "R&edo\tCtrl+Y", ID_EDIT_REDO
46 MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
47 MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
48 MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
49 MENUITEM "&Clear\tDel", ID_EDIT_CLEAR
50 MENUITEM "&Select all\tCtrl+A", ID_EDIT_SELECTALL
52 MENUITEM "&Find...\tCtrl+F", ID_FIND
53 MENUITEM "Find &next\tF3", ID_FIND_NEXT
54 MENUITEM "&Replace...\tCtrl+H", ID_REPLACE
56 MENUITEM "Read-&only", ID_EDIT_READONLY
57 MENUITEM "&Modified", ID_EDIT_MODIFIED
61 MENUITEM "Selection &info", ID_EDIT_SELECTIONINFO
62 MENUITEM "Character &format", ID_EDIT_CHARFORMAT
63 MENUITEM "&Def. char format", ID_EDIT_DEFCHARFORMAT
64 MENUITEM "Paragrap&h format", ID_EDIT_PARAFORMAT
65 MENUITEM "&Get text", ID_EDIT_GETTEXT
70 MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
71 MENUITEM "&Format Bar", ID_TOGGLE_FORMATBAR
72 MENUITEM "&Ruler", ID_TOGGLE_RULER
73 MENUITEM "&Status Bar", ID_TOGGLE_STATUSBAR
75 MENUITEM "&Options...", ID_VIEWPROPERTIES
79 MENUITEM "&Date and time...", ID_DATETIME
83 MENUITEM "&Font...", ID_FONTSETTINGS
84 MENUITEM "&Bullet points" ID_BULLET
85 MENUITEM "&Paragraph..." ID_PARAFORMAT
86 MENUITEM "&Tabs..." ID_TABSTOPS
89 MENUITEM "&System\tCtrl+1", ID_BACK_1
90 MENUITEM "&Pale yellow\tCtrl+2", ID_BACK_2
95 MENUITEM "&About Wine Wordpad" ID_ABOUT
103 MENUITEM "Cu&t", ID_EDIT_CUT
104 MENUITEM "&Copy", ID_EDIT_COPY
105 MENUITEM "&Paste", ID_EDIT_PASTE
107 MENUITEM "&Bullet points" ID_BULLET
108 MENUITEM "&Paragraph..." ID_PARAFORMAT
116 MENUITEM "Black", ID_COLOR_BLACK
117 MENUITEM "Maroon", ID_COLOR_MAROON
118 MENUITEM "Green", ID_COLOR_GREEN
119 MENUITEM "Olive" ID_COLOR_OLIVE
120 MENUITEM "Navy" ID_COLOR_NAVY
121 MENUITEM "Purple" ID_COLOR_PURPLE
122 MENUITEM "Teal" ID_COLOR_TEAL
123 MENUITEM "Gray" ID_COLOR_GRAY
124 MENUITEM "Silver" ID_COLOR_SILVER
125 MENUITEM "Red" ID_COLOR_RED
126 MENUITEM "Lime" ID_COLOR_LIME
127 MENUITEM "Yellow" ID_COLOR_YELLOW
128 MENUITEM "Blue" ID_COLOR_BLUE
129 MENUITEM "Fuchsia" ID_COLOR_FUCHSIA
130 MENUITEM "Aqua" ID_COLOR_AQUA
131 MENUITEM "White" ID_COLOR_WHITE
132 MENUITEM "Automatic" ID_COLOR_AUTOMATIC
138 STRING_ALL_FILES, "All documents (*.*)"
139 STRING_TEXT_FILES_TXT, "Text documents (*.txt)"
140 STRING_TEXT_FILES_UNICODE_TXT, "Unicode text document (*.txt)"
141 STRING_RICHTEXT_FILES_RTF, "Rich text format (*.rtf)"
142 STRING_NEWFILE_RICHTEXT, "Rich text document"
143 STRING_NEWFILE_TXT, "Text document"
144 STRING_NEWFILE_TXT_UNICODE, "Unicode text document"
145 STRING_PRINTER_FILES_PRN, "Printer files (*.prn)"
150 STRING_ALIGN_LEFT, "Left"
151 STRING_ALIGN_RIGHT, "Right"
152 STRING_ALIGN_CENTER, "Center"
157 STRING_VIEWPROPS_TITLE, "Options"
158 STRING_VIEWPROPS_TEXT, "Text"
159 STRING_VIEWPROPS_RICHTEXT, "Rich text"
164 STRING_PREVIEW_PRINT, "Print"
165 STRING_PREVIEW_NEXTPAGE, "Next page"
166 STRING_PREVIEW_PREVPAGE, "Previous page"
167 STRING_PREVIEW_TWOPAGES, "Two pages"
168 STRING_PREVIEW_ONEPAGE, "One page"
169 STRING_PREVIEW_ZOOMIN, "Zoom in"
170 STRING_PREVIEW_ZOOMOUT, "Zoom out"
171 STRING_PREVIEW_CLOSE, "Close"
172 STRING_PREVIEW_PAGE, "Page"
173 STRING_PREVIEW_PAGES, "Pages"
174 STRING_UNITS_CM, "#msgctxt#unit: centimeter#cm"
175 STRING_UNITS_IN, "#msgctxt#unit: inch#in"
176 STRING_UNITS_INCH, "inch"
177 STRING_UNITS_PT, "#msgctxt#unit: point#pt"
182 STRING_DEFAULT_FILENAME, "Document"
183 STRING_PROMPT_SAVE_CHANGES, "Save changes to '%s'?"
184 STRING_SEARCH_FINISHED, "Finished searching the document."
185 STRING_LOAD_RICHED_FAILED, "Failed to load the RichEdit library."
186 STRING_SAVE_LOSEFORMATTING, "You have chosen to save in plain text format, " \
187 "which will cause all formatting to be lost. " \
188 "Are you sure that you wish to do this?"
189 STRING_INVALID_NUMBER, "Invalid number format."
190 STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported."
191 STRING_WRITE_FAILED, "Could not save the file."
192 STRING_WRITE_ACCESS_DENIED, "You do not have access to save the file."
193 STRING_OPEN_FAILED, "Could not open the file."
194 STRING_OPEN_ACCESS_DENIED, "You do not have access to open the file."
195 STRING_PRINTING_NOT_IMPLEMENTED, "Printing not implemented."
196 STRING_MAX_TAB_STOPS, "Cannot add more than 32 tab stops."
199 IDD_DATETIME DIALOG 30, 20, 130, 80
200 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
201 CAPTION "Date and time"
202 FONT 8, "MS Shell Dlg"
204 LTEXT "Available formats",-1,3,2,100,15
205 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
206 DEFPUSHBUTTON "OK",IDOK,87,12,40,12
207 PUSHBUTTON "Cancel",IDCANCEL,87,26,40,12
210 IDD_NEWFILE DIALOG 30, 20, 140, 80
211 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
213 FONT 8, "MS Shell Dlg"
215 LTEXT "New document type",-1,3,2,100,15
216 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
217 DEFPUSHBUTTON "OK",IDOK,97,12,40,12
218 PUSHBUTTON "Cancel",IDCANCEL,97,26,40,12
221 IDD_PARAFORMAT DIALOG 30, 20, 220, 110
222 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
223 CAPTION "Paragraph format"
224 FONT 8, "MS Shell Dlg"
226 GROUPBOX "Indentation", -1, 10, 10, 140, 68
227 LTEXT "Left", -1, 15, 22, 60, 13
228 EDITTEXT IDC_PARA_LEFT, 75, 20, 65, 13
229 LTEXT "Right", -1, 15, 40, 60, 13
230 EDITTEXT IDC_PARA_RIGHT, 75, 38, 65, 13
231 LTEXT "First line", -1, 15, 58, 60, 13
232 EDITTEXT IDC_PARA_FIRST, 75, 56, 65, 13
233 LTEXT "Alignment", -1, 15, 87, 60, 13
234 COMBOBOX IDC_PARA_ALIGN, 75, 85, 65, 60, CBS_DROPDOWNLIST
235 DEFPUSHBUTTON "OK", IDOK, 160, 15, 50, 15
236 PUSHBUTTON "Cancel", IDCANCEL, 160, 33, 50, 15
239 IDD_TABSTOPS DIALOG 30, 20, 200, 110
240 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
242 FONT 8, "MS Shell Dlg"
244 GROUPBOX "Tab stops", -1, 10, 10, 120, 90
245 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
246 DEFPUSHBUTTON "&Add", ID_TAB_ADD, 20, 80, 45, 15
247 PUSHBUTTON "&Remove", ID_TAB_DEL, 72, 80, 45, 15
248 PUSHBUTTON "OK", IDOK, 135, 15, 58, 15
249 PUSHBUTTON "Cancel", IDCANCEL, 135, 33, 58, 15
250 PUSHBUTTON "Remove al&l", ID_TAB_EMPTY, 135, 51, 58, 15
253 IDD_FORMATOPTS DIALOG 0, 0, 280, 110
256 FONT 8, "MS Shell Dlg"
258 GROUPBOX "Line wrapping", -1, 5, 10, 145, 85
259 RADIOBUTTON "&No line wrapping", IDC_PAGEFMT_WN, 10, 25, 138, 15
260 RADIOBUTTON "Wrap text by the &window border", IDC_PAGEFMT_WW, 10, 45, 138, 15
261 RADIOBUTTON "Wrap text by the &margin", IDC_PAGEFMT_WM, 10, 65, 138, 15
262 GROUPBOX "Toolbars", -1, 155, 10, 115, 85
263 CHECKBOX "&Toolbar", IDC_PAGEFMT_TB, 165, 20, 80, 15
264 CHECKBOX "&Format Bar", IDC_PAGEFMT_FB, 165, 38, 80, 15
265 CHECKBOX "&Ruler", IDC_PAGEFMT_RU, 165, 56, 80, 15
266 CHECKBOX "&Status Bar", IDC_PAGEFMT_SB, 165, 74, 80, 15
267 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
270 MAINACCELTABLE ACCELERATORS
272 "1", ID_BACK_1, VIRTKEY, CONTROL
273 "2", ID_BACK_2, VIRTKEY, CONTROL
274 VK_F3, ID_FIND_NEXT, VIRTKEY
275 "#msgctxt#accelerator Align Left#L", ID_ALIGN_LEFT, VIRTKEY, CONTROL
276 "#msgctxt#accelerator Align Center#E", ID_ALIGN_CENTER, VIRTKEY, CONTROL
277 "#msgctxt#accelerator Align Right#R", ID_ALIGN_RIGHT, VIRTKEY, CONTROL
278 "#msgctxt#accelerator Find#F", ID_FIND, VIRTKEY, CONTROL
279 "#msgctxt#accelerator Replace#H", ID_REPLACE, VIRTKEY, CONTROL
280 "#msgctxt#accelerator Select All#A", ID_EDIT_SELECTALL, VIRTKEY, CONTROL
281 "#msgctxt#accelerator Cut#X", ID_EDIT_CUT, VIRTKEY, CONTROL
282 "#msgctxt#accelerator Copy#C", ID_EDIT_COPY, VIRTKEY, CONTROL
283 "#msgctxt#accelerator Undo#Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
284 "#msgctxt#accelerator Redo#Y", ID_EDIT_REDO, VIRTKEY, CONTROL
285 "#msgctxt#accelerator Bold#B", ID_FORMAT_BOLD, VIRTKEY, CONTROL
286 "#msgctxt#accelerator Italic#I", ID_FORMAT_ITALIC, VIRTKEY, CONTROL
287 "#msgctxt#accelerator Underline#U", ID_FORMAT_UNDERLINE, VIRTKEY, CONTROL
288 "#msgctxt#accelerator New#N", ID_FILE_NEW, VIRTKEY, CONTROL
289 "#msgctxt#accelerator Open#O", ID_FILE_OPEN, VIRTKEY, CONTROL
290 "#msgctxt#accelerator Save#S", ID_FILE_SAVE, VIRTKEY, CONTROL
291 "#msgctxt#accelerator Print#P", ID_PRINT, VIRTKEY, CONTROL
294 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
296 /* @makedep: toolbar.bmp */
297 IDB_TOOLBAR BITMAP "toolbar.bmp"
299 /* @makedep: formatbar.bmp */
300 IDB_FORMATBAR BITMAP "formatbar.bmp"
302 /* @makedep: wordpad.ico */
303 IDI_WORDPAD ICON "wordpad.ico"
305 /* @makedep: zoom.cur */
306 IDC_ZOOM CURSOR "zoom.cur"