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
22 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
28 MENUITEM "&New...\tCtrl+N", ID_FILE_NEW
29 MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
30 MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
31 MENUITEM "Save &as...", ID_FILE_SAVEAS
33 MENUITEM "&Print...\tCtrl+P", ID_PRINT
34 MENUITEM "Print previe&w", ID_PREVIEW
35 MENUITEM "Page Se&tup...", ID_PRINTSETUP
37 MENUITEM "E&xit", ID_FILE_EXIT
41 MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
42 MENUITEM "R&edo\tCtrl+Y", ID_EDIT_REDO
44 MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
45 MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
46 MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
47 MENUITEM "&Clear\tDEL", ID_EDIT_CLEAR
48 MENUITEM "&Select all\tCtrl+A", ID_EDIT_SELECTALL
50 MENUITEM "&Find...\tCtrl+F", ID_FIND
51 MENUITEM "Find &next\tF3", ID_FIND_NEXT
52 MENUITEM "&Replace...\tCtrl+H", ID_REPLACE
54 MENUITEM "Read-&only", ID_EDIT_READONLY
55 MENUITEM "&Modified", ID_EDIT_MODIFIED
59 MENUITEM "Selection &info", ID_EDIT_SELECTIONINFO
60 MENUITEM "Character &format", ID_EDIT_CHARFORMAT
61 MENUITEM "&Def. char format", ID_EDIT_DEFCHARFORMAT
62 MENUITEM "Paragrap&h format", ID_EDIT_PARAFORMAT
63 MENUITEM "&Get text", ID_EDIT_GETTEXT
68 MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
69 MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
70 MENUITEM "&Ruler", ID_TOGGLE_RULER
71 MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
73 MENUITEM "&Options...", ID_VIEWPROPERTIES
77 MENUITEM "&Date and time...", ID_DATETIME
81 MENUITEM "&Font...", ID_FONTSETTINGS
82 MENUITEM "&Bullet points" ID_BULLET
83 MENUITEM "&Paragraph..." ID_PARAFORMAT
84 MENUITEM "&Tabs..." ID_TABSTOPS
87 MENUITEM "&System\tCtrl+1", ID_BACK_1
88 MENUITEM "&Pale yellow\tCtrl+2", ID_BACK_2
93 MENUITEM "&About Wine Wordpad" ID_ABOUT
101 MENUITEM "Cu&t", ID_EDIT_CUT
102 MENUITEM "&Copy", ID_EDIT_COPY
103 MENUITEM "&Paste", ID_EDIT_PASTE
105 MENUITEM "&Bullet points" ID_BULLET
106 MENUITEM "&Paragraph..." ID_PARAFORMAT
114 MENUITEM "Black", ID_COLOR_BLACK
115 MENUITEM "Maroon", ID_COLOR_MAROON
116 MENUITEM "Green", ID_COLOR_GREEN
117 MENUITEM "Olive" ID_COLOR_OLIVE
118 MENUITEM "Navy" ID_COLOR_NAVY
119 MENUITEM "Purple" ID_COLOR_PURPLE
120 MENUITEM "Teal" ID_COLOR_TEAL
121 MENUITEM "Gray" ID_COLOR_GRAY
122 MENUITEM "Silver" ID_COLOR_SILVER
123 MENUITEM "Red" ID_COLOR_RED
124 MENUITEM "Lime" ID_COLOR_LIME
125 MENUITEM "Yellow" ID_COLOR_YELLOW
126 MENUITEM "Blue" ID_COLOR_BLUE
127 MENUITEM "Fuchsia" ID_COLOR_FUCHSIA
128 MENUITEM "Aqua" ID_COLOR_AQUA
129 MENUITEM "White" ID_COLOR_WHITE
130 MENUITEM "Automatic" ID_COLOR_AUTOMATIC
136 STRING_ALL_FILES, "All documents (*.*)"
137 STRING_TEXT_FILES_TXT, "Text documents (*.txt)"
138 STRING_TEXT_FILES_UNICODE_TXT, "Unicode text document (*.txt)"
139 STRING_RICHTEXT_FILES_RTF, "Rich text format (*.rtf)"
140 STRING_NEWFILE_RICHTEXT, "Rich text document"
141 STRING_NEWFILE_TXT, "Text document"
142 STRING_NEWFILE_TXT_UNICODE, "Unicode text document"
143 STRING_PRINTER_FILES_PRN, "Printer files (*.PRN)"
148 STRING_ALIGN_LEFT, "Left"
149 STRING_ALIGN_RIGHT, "Right"
150 STRING_ALIGN_CENTER, "Center"
155 STRING_VIEWPROPS_TITLE, "Options"
156 STRING_VIEWPROPS_TEXT, "Text"
157 STRING_VIEWPROPS_RICHTEXT, "Rich text"
162 STRING_PREVIEW_PRINT, "Print"
163 STRING_PREVIEW_NEXTPAGE, "Next page"
164 STRING_PREVIEW_PREVPAGE, "Previous page"
165 STRING_PREVIEW_TWOPAGES, "Two pages"
166 STRING_PREVIEW_ONEPAGE, "One page"
167 STRING_PREVIEW_ZOOMIN, "Zoom in"
168 STRING_PREVIEW_ZOOMOUT, "Zoom out"
169 STRING_PREVIEW_CLOSE, "Close"
170 STRING_PREVIEW_PAGE, "Page"
171 STRING_PREVIEW_PAGES, "Pages"
172 STRING_UNITS_CM, "cm"
173 STRING_UNITS_IN, "in"
174 STRING_UNITS_INCH, "inch"
175 STRING_UNITS_PT, "pt"
180 STRING_DEFAULT_FILENAME, "Document"
181 STRING_PROMPT_SAVE_CHANGES, "Save changes to '%s'?"
182 STRING_SEARCH_FINISHED, "Finished searching the document."
183 STRING_LOAD_RICHED_FAILED, "Failed to load the RichEdit library."
184 STRING_SAVE_LOSEFORMATTING, "You have chosen to save in plain text format, " \
185 "which will cause all formatting to be lost. " \
186 "Are you sure that you wish to do this?"
187 STRING_INVALID_NUMBER, "Invalid number format"
188 STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported"
189 STRING_WRITE_FAILED, "Could not save the file."
190 STRING_WRITE_ACCESS_DENIED, "You do not have access to save the file."
191 STRING_OPEN_FAILED, "Could not open the file."
192 STRING_OPEN_ACCESS_DENIED, "You do not have access to open the file."
193 STRING_PRINTING_NOT_IMPLEMENTED, "Printing not implemented"
194 STRING_MAX_TAB_STOPS, "Cannot add more than 32 tab stops."
197 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
199 /* @makedep: toolbar.bmp */
200 IDB_TOOLBAR BITMAP "toolbar.bmp"
202 /* @makedep: formatbar.bmp */
203 IDB_FORMATBAR BITMAP "formatbar.bmp"
205 /* @makedep: wordpad.ico */
206 IDI_WORDPAD ICON "wordpad.ico"
208 /* @makedep: zoom.cur */
209 IDC_ZOOM CURSOR "zoom.cur"