Sync reg, xcopy, winhlp32, wordpad with Wine 1.2
[reactos.git] / reactos / base / applications / wordpad / En.rc
1 /*
2 * Copyright 2004 by Krzysztof Foltman
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 */
18
19 #include "wordpad.h"
20
21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
22
23 IDM_MAINMENU MENU
24 BEGIN
25 POPUP "&File"
26 BEGIN
27 MENUITEM "&New...\tCtrl+N", ID_FILE_NEW
28 MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
29 MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
30 MENUITEM "Save &as...", ID_FILE_SAVEAS
31 MENUITEM SEPARATOR
32 MENUITEM "&Print...\tCtrl+P", ID_PRINT
33 MENUITEM "Print previe&w...", ID_PREVIEW
34 MENUITEM "Pag&e setup...", ID_PRINTSETUP
35 MENUITEM SEPARATOR
36 MENUITEM "E&xit", ID_FILE_EXIT
37 END
38 POPUP "&Edit"
39 BEGIN
40 MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
41 MENUITEM "R&edo\tCtrl+Y", ID_EDIT_REDO
42 MENUITEM SEPARATOR
43 MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
44 MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
45 MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
46 MENUITEM "&Clear\tDEL", ID_EDIT_CLEAR
47 MENUITEM "&Select all\tCtrl+A", ID_EDIT_SELECTALL
48 MENUITEM SEPARATOR
49 MENUITEM "&Find...\tCtrl+F", ID_FIND
50 MENUITEM "Find &next\tF3", ID_FIND_NEXT
51 MENUITEM "&Replace...\tCtrl+H", ID_REPLACE
52 MENUITEM SEPARATOR
53 MENUITEM "Read-&only", ID_EDIT_READONLY
54 MENUITEM "&Modified", ID_EDIT_MODIFIED
55 MENUITEM SEPARATOR
56 POPUP "E&xtras"
57 BEGIN
58 MENUITEM "Selection &info", ID_EDIT_SELECTIONINFO
59 MENUITEM "Character &format", ID_EDIT_CHARFORMAT
60 MENUITEM "&Def. char format", ID_EDIT_DEFCHARFORMAT
61 MENUITEM "Paragrap&h format", ID_EDIT_PARAFORMAT
62 MENUITEM "&Get text", ID_EDIT_GETTEXT
63 END
64 END
65 POPUP "&View"
66 BEGIN
67 MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
68 MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
69 MENUITEM "&Ruler", ID_TOGGLE_RULER
70 MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
71 MENUITEM SEPARATOR
72 MENUITEM "&Options...", ID_VIEWPROPERTIES
73 END
74 POPUP "&Insert"
75 BEGIN
76 MENUITEM "&Date and time...", ID_DATETIME
77 END
78 POPUP "F&ormat"
79 BEGIN
80 MENUITEM "&Font...", ID_FONTSETTINGS
81 MENUITEM "&Bullet points" ID_BULLET
82 MENUITEM "&Paragraph..." ID_PARAFORMAT
83 MENUITEM "&Tabs..." ID_TABSTOPS
84 POPUP "Backgroun&d"
85 BEGIN
86 MENUITEM "&System\tCtrl+1", ID_BACK_1
87 MENUITEM "&PostThat yellowish\tCtrl+2", ID_BACK_2
88 END
89 END
90 POPUP "&Help"
91 BEGIN
92 MENUITEM "&About Wine Wordpad" ID_ABOUT
93 END
94 END
95
96 IDM_POPUP MENU
97 BEGIN
98 POPUP ""
99 BEGIN
100 MENUITEM "Cu&t", ID_EDIT_CUT
101 MENUITEM "&Copy", ID_EDIT_COPY
102 MENUITEM "&Paste", ID_EDIT_PASTE
103 MENUITEM SEPARATOR
104 MENUITEM "&Bullet points" ID_BULLET
105 MENUITEM "&Paragraph..." ID_PARAFORMAT
106 END
107 END
108
109 IDM_COLOR_POPUP MENU
110 BEGIN
111 POPUP ""
112 BEGIN
113 MENUITEM "Black", ID_COLOR_BLACK
114 MENUITEM "Maroon", ID_COLOR_MAROON
115 MENUITEM "Green", ID_COLOR_GREEN
116 MENUITEM "Olive" ID_COLOR_OLIVE
117 MENUITEM "Navy" ID_COLOR_NAVY
118 MENUITEM "Purple" ID_COLOR_PURPLE
119 MENUITEM "Teal" ID_COLOR_TEAL
120 MENUITEM "Gray" ID_COLOR_GRAY
121 MENUITEM "Silver" ID_COLOR_SILVER
122 MENUITEM "Red" ID_COLOR_RED
123 MENUITEM "Lime" ID_COLOR_LIME
124 MENUITEM "Yellow" ID_COLOR_YELLOW
125 MENUITEM "Blue" ID_COLOR_BLUE
126 MENUITEM "Fuchsia" ID_COLOR_FUCHSIA
127 MENUITEM "Aqua" ID_COLOR_AQUA
128 MENUITEM "White" ID_COLOR_WHITE
129 MENUITEM "Automatic" ID_COLOR_AUTOMATIC
130 END
131 END
132
133 IDD_DATETIME DIALOG 30, 20, 130, 80
134 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
135 CAPTION "Date and time"
136 FONT 10, "MS Sans Serif"
137 BEGIN
138 LTEXT "Available formats",-1,3,2,100,15
139 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
140 PUSHBUTTON "&OK",IDOK,87,12,40,12
141 PUSHBUTTON "&Cancel",IDCANCEL,87,26,40,12
142 END
143
144 IDD_NEWFILE DIALOG 30, 20, 140, 80
145 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
146 CAPTION "New"
147 FONT 10, "MS Sans Serif"
148 BEGIN
149 LTEXT "New document type",-1,3,2,100,15
150 LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
151 PUSHBUTTON "&OK",IDOK,97,12,40,12
152 PUSHBUTTON "&Cancel",IDCANCEL,97,26,40,12
153 END
154
155 IDD_PARAFORMAT DIALOG 30, 20, 200, 110
156 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
157 Caption "Paragraph format"
158 FONT 8, "MS Shell Dlg"
159 BEGIN
160 GROUPBOX "Indentation", -1, 10, 10, 120, 68
161 LTEXT "Left", -1, 15, 22, 40, 13
162 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
163 LTEXT "Right", -1, 15, 40, 40, 13
164 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
165 LTEXT "First line", -1, 15, 58, 40, 13
166 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
167 LTEXT "Alignment", -1, 15, 87, 40, 13
168 COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST
169 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
170 PUSHBUTTON "&Cancel", IDCANCEL, 137, 33, 50, 15
171 END
172
173 IDD_TABSTOPS DIALOG 30, 20, 200, 110
174 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
175 Caption "Tabs"
176 FONT 8, "MS SHell DLg"
177 BEGIN
178 GROUPBOX "Tab stops", -1, 10, 10, 120, 90
179 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
180 DEFPUSHBUTTON "&Add", ID_TAB_ADD, 20, 80, 45, 15
181 PUSHBUTTON "&Remove", ID_TAB_DEL, 72, 80, 45, 15
182 PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
183 PUSHBUTTON "&Cancel", IDCANCEL, 137, 33, 50, 15
184 PUSHBUTTON "Remove al&l", ID_TAB_EMPTY, 137, 51, 50, 15
185 END
186
187 IDD_FORMATOPTS DIALOG 0, 0, 280, 110
188 STYLE DS_SYSMODAL
189 Caption ""
190 FONT 8, "MS Shell Dlg"
191 BEGIN
192 GROUPBOX "Line wrapping", -1, 10, 10, 130, 85
193 RADIOBUTTON "&No line wrapping", IDC_PAGEFMT_WN, 18, 25, 117, 15
194 RADIOBUTTON "Wrap text by the &window border", IDC_PAGEFMT_WW, 18, 45, 117, 15
195 RADIOBUTTON "Wrap text by the &margin", IDC_PAGEFMT_WM, 18, 65, 117, 15
196 GROUPBOX "Toolbars", -1, 150, 10, 120, 85
197 CHECKBOX "&Toolbar", IDC_PAGEFMT_TB, 160, 20, 80, 15
198 CHECKBOX "&Formatbar", IDC_PAGEFMT_FB, 160, 38, 80, 15
199 CHECKBOX "&Ruler", IDC_PAGEFMT_RU, 160, 56, 80, 15
200 CHECKBOX "&Statusbar", IDC_PAGEFMT_SB, 160, 74, 80, 15
201 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
202 END
203
204 STRINGTABLE
205 BEGIN
206 STRING_ALL_FILES, "All documents (*.*)"
207 STRING_TEXT_FILES_TXT, "Text documents (*.txt)"
208 STRING_TEXT_FILES_UNICODE_TXT, "Unicode text document (*.txt)"
209 STRING_RICHTEXT_FILES_RTF, "Rich text format (*.rtf)"
210 STRING_NEWFILE_RICHTEXT, "Rich text document"
211 STRING_NEWFILE_TXT, "Text document"
212 STRING_NEWFILE_TXT_UNICODE, "Unicode text document"
213 STRING_PRINTER_FILES_PRN, "Printer files (*.PRN)"
214 END
215
216 STRINGTABLE
217 BEGIN
218 STRING_ALIGN_LEFT, "Left"
219 STRING_ALIGN_RIGHT, "Right"
220 STRING_ALIGN_CENTER, "Center"
221 END
222
223 STRINGTABLE
224 BEGIN
225 STRING_VIEWPROPS_TITLE, "Options"
226 STRING_VIEWPROPS_TEXT, "Text"
227 STRING_VIEWPROPS_RICHTEXT, "Rich text"
228 END
229
230 STRINGTABLE
231 BEGIN
232 STRING_PREVIEW_PRINT, "Print"
233 STRING_PREVIEW_NEXTPAGE, "Next page"
234 STRING_PREVIEW_PREVPAGE, "Previous page"
235 STRING_PREVIEW_TWOPAGES, "Two pages"
236 STRING_PREVIEW_ONEPAGE, "One page"
237 STRING_PREVIEW_ZOOMIN, "Zoom in"
238 STRING_PREVIEW_ZOOMOUT, "Zoom out"
239 STRING_PREVIEW_CLOSE, "Close"
240 STRING_PREVIEW_PAGE, "Page"
241 STRING_PREVIEW_PAGES, "Pages"
242 STRING_UNITS_CM, "cm"
243 STRING_UNITS_IN, "in"
244 STRING_UNITS_INCH, "inch"
245 STRING_UNITS_PT, "pt"
246 END
247
248 STRINGTABLE
249 BEGIN
250 STRING_DEFAULT_FILENAME, "Document"
251 STRING_PROMPT_SAVE_CHANGES, "Save changes to '%s'?"
252 STRING_SEARCH_FINISHED, "Finished searching the document."
253 STRING_LOAD_RICHED_FAILED, "Failed to load the RichEdit library."
254 STRING_SAVE_LOSEFORMATTING, "You have chosen to save in plain text format, " \
255 "which will cause all formatting to be lost. " \
256 "Are you sure that you wish to do this?"
257 STRING_INVALID_NUMBER, "Invalid number format"
258 STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported"
259 STRING_WRITE_FAILED, "Could not save the file."
260 STRING_WRITE_ACCESS_DENIED, "You do not have access to save the file."
261 STRING_OPEN_FAILED, "Could not open the file."
262 STRING_OPEN_ACCESS_DENIED, "You do not have access to open the file."
263 STRING_PRINTING_NOT_IMPLEMENTED, "Printing not implemented"
264 STRING_MAX_TAB_STOPS, "Cannot add more than 32 tab stops."
265 END
266
267 LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
268
269 STRINGTABLE
270 BEGIN
271 STRING_ALIGN_LEFT, "Left"
272 STRING_ALIGN_RIGHT, "Right"
273 STRING_ALIGN_CENTER, "Centre"
274 END