merge 37282 from amd64-branch:
[reactos.git] / rosapps / templates / imagesoft / lang / en-GB.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
2
3 STRINGTABLE DISCARDABLE
4 BEGIN
5 IDS_APPNAME "ImageSoft"
6 IDS_VERSION "v0.1"
7 END
8
9 IDR_MAINMENU MENU
10 BEGIN
11 POPUP "&File"
12 BEGIN
13 MENUITEM "&New...", ID_NEW
14 MENUITEM "&Open...", ID_OPEN
15 MENUITEM SEPARATOR
16 MENUITEM "&Close\tCtrl+F4", ID_CLOSE, GRAYED
17 MENUITEM "C&lose all", ID_CLOSEALL,GRAYED
18 MENUITEM SEPARATOR
19 MENUITEM "&Save", ID_SAVE, GRAYED
20 MENUITEM "Save &As...", ID_SAVEAS, GRAYED
21 MENUITEM SEPARATOR
22 MENUITEM "Print Pre&view", ID_PRINTPRE,GRAYED
23 MENUITEM "&Print...", ID_PRINT, GRAYED
24 MENUITEM SEPARATOR
25 MENUITEM "Pr&operties...", ID_PROP, GRAYED
26 MENUITEM SEPARATOR
27 MENUITEM "E&xit\tAlt+F4", ID_EXIT
28 END
29 POPUP "&Edit"
30 BEGIN
31 MENUITEM "&Undo", ID_UNDO, GRAYED
32 MENUITEM "&Redo", ID_REDO, GRAYED
33 MENUITEM SEPARATOR
34 MENUITEM "Cu&t", ID_CUT, GRAYED
35 MENUITEM "&Copy", ID_COPY, GRAYED
36 MENUITEM "&Paste", ID_PASTE, GRAYED
37 MENUITEM "Paste as new &image", ID_PASTENEWIMAGE, GRAYED
38 MENUITEM SEPARATOR
39 MENUITEM "Select &All", ID_SELALL, GRAYED
40 END
41 POPUP "&View"
42 BEGIN
43 MENUITEM "&Tools", ID_TOOLS
44 MENUITEM "&Colours", ID_COLOR
45 MENUITEM "&History", ID_HISTORY
46 MENUITEM "&Status Bar", ID_STATUSBAR
47 END
48 POPUP "&Adjust"
49 BEGIN
50 MENUITEM "Brightness...", ID_BRIGHTNESS
51 MENUITEM "Contrast...", ID_CONTRAST
52 MENUITEM "Hue/Saturation...", -1, GRAYED
53 POPUP "Colour"
54 BEGIN
55 MENUITEM "Black and White" ID_BLACKANDWHITE
56 MENUITEM "Invert Colours" ID_INVERTCOLORS
57 END
58 MENUITEM SEPARATOR
59 MENUITEM "Blur", ID_BLUR
60 MENUITEM "Sharpen", ID_SHARPEN
61 MENUITEM "Smooth Edges", -1, GRAYED
62 MENUITEM "Add Shadow", -1, GRAYED
63 MENUITEM SEPARATOR
64 MENUITEM "Image Size...", -1, GRAYED
65 MENUITEM "Flip", -1, GRAYED
66 MENUITEM "Mirror", -1, GRAYED
67 MENUITEM "Rotate", -1, GRAYED
68
69 END
70 POPUP "&Colours"
71 BEGIN
72 MENUITEM "&Edit Colours...", ID_EDITCOLOURS
73 END
74 POPUP "&Window"
75 BEGIN
76 MENUITEM "&Cascade", ID_WINDOW_CASCADE
77 MENUITEM "Tile &Horizontally", ID_WINDOW_TILE_HORZ
78 MENUITEM "Tile &Vertically", ID_WINDOW_TILE_VERT
79 MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
80 MENUITEM SEPARATOR
81 MENUITEM "Nex&t\tCtrl+F6", ID_WINDOW_NEXT
82 END
83 POPUP "&Help"
84 BEGIN
85 MENUITEM "&About...", ID_ABOUT
86 END
87 END
88
89 IDR_POPUP MENU
90 BEGIN
91 POPUP "popup"
92 BEGIN
93
94 MENUITEM SEPARATOR
95
96 END
97 END
98
99
100 IDD_BRIGHTNESS DIALOGEX 6, 5, 193, 120
101 CAPTION "Brightness"
102 FONT 8,"MS Shell Dlg", 0, 0
103 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
104 BEGIN
105 LTEXT "", IDC_PICPREVIEW, 0, 1, 132, 96, SS_OWNERDRAW | SS_SUNKEN
106 LTEXT "Colour form:", IDC_STATIC, 135, 5, 36, 9
107 GROUPBOX "", IDC_BRI_GROUP, 138 ,30, 50, 48
108 CONTROL "Full (RGB)", IDC_BRI_FULL, "Button", BS_AUTORADIOBUTTON, 138, 18, 46, 9
109 CONTROL "Red", IDC_BRI_RED, "Button", BS_AUTORADIOBUTTON, 142, 38, 42, 9
110 CONTROL "Green", IDC_BRI_GREEN, "Button", BS_AUTORADIOBUTTON, 142, 51, 42, 9
111 CONTROL "Blue", IDC_BRI_BLUE, "Button", BS_AUTORADIOBUTTON, 142, 64, 42, 9
112 EDITTEXT IDC_BRI_EDIT, 98, 103, 28, 13
113 CONTROL "", IDC_BRI_TRACKBAR, "msctls_trackbar32", TBS_BOTH | TBS_NOTICKS | WS_TABSTOP, 2, 105, 90, 11
114 PUSHBUTTON "OK", IDOK, 142, 88, 48, 13
115 PUSHBUTTON "Cancel", IDCANCEL, 142, 105, 48, 13
116 END
117
118 IDD_ABOUTBOX DIALOGEX 22,16,210,182
119 CAPTION "About ImageSoft"
120 FONT 8,"MS Shell Dlg",0,0
121 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
122 //EXSTYLE WS_EX_LAYERED
123 BEGIN
124 LTEXT "ImageSoft v0.1\nCopyright (C) 2006\nThomas Weidenmueller (w3seek@reactos.org)\nGed Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 150, 36
125 PUSHBUTTON "Close", IDOK, 75, 162, 44, 15
126 ICON IDI_IMAGESOFTICON, IDC_STATIC, 10, 10, 7, 30
127 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 194, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
128 END
129
130
131 IDD_IMAGE_PROP DIALOGEX 6, 5, 156, 163
132 CAPTION "Image Properties"
133 FONT 8,"MS Shell Dlg",0,0
134 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
135 BEGIN
136 LTEXT "Name:", IDC_STATIC, 12, 5, 38, 9
137 EDITTEXT IDC_IMAGE_NAME_EDIT, 58, 3, 94, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
138 GROUPBOX "Canvas properties", IDC_STATIC, 4, 22, 148, 98
139 LTEXT "Image type:", IDC_STATIC, 12, 36, 42, 9
140 CONTROL "", IDC_IMAGETYPE, "ComboBox", WS_CHILD | WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 35, 88, 54
141 LTEXT "Width:", IDC_STATIC, 12, 51, 42, 9
142 EDITTEXT IDC_WIDTH_EDIT, 58, 49, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
143 LTEXT "", IDC_WIDTH_STAT, 94, 51, 40, 9
144 LTEXT "Height:", IDC_STATIC, 12, 68, 42, 9
145 EDITTEXT IDC_HEIGHT_EDIT, 58, 66, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
146 LTEXT "", IDC_HEIGHT_STAT, 94, 68, 40, 9
147 LTEXT "Resolution:", IDC_STATIC, 12, 84, 42, 9
148 EDITTEXT IDC_RES_EDIT, 58, 83, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
149 LTEXT "", IDC_RES_STAT, 94, 84, 40, 9
150 LTEXT "Unit:", IDC_STATIC, 12, 99, 42, 9
151 CONTROL "", IDC_UNIT, "ComboBox", WS_CHILD | WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 99, 54, 50
152 LTEXT "Image size:", IDC_STATIC, 12, 125, 42, 9
153 LTEXT "", IDC_IMAGE_SIZE, 58, 125, 54, 9
154 PUSHBUTTON "OK", IDOK, 50, 144, 48, 13
155 PUSHBUTTON "Cancel", IDCANCEL, 102, 144, 48, 13
156 END
157
158 STRINGTABLE DISCARDABLE
159 BEGIN
160 IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
161 IDS_READY " Ready."
162 IDS_TOOLBAR_STANDARD "Standard"
163 IDS_TOOLBAR_TEST "Test"
164 IDS_IMAGE_NAME "Image %1!u!"
165 IDS_FLT_TOOLS "Tools"
166 IDS_FLT_COLORS "Colours"
167 IDS_FLT_HISTORY "History"
168 END
169
170 /* imageprop.c */
171 STRINGTABLE DISCARDABLE
172 BEGIN
173 IDS_IMAGE_MONOCHROME "Monochrome (1 bit)"
174 IDS_IMAGE_GREYSCALE "Greyscale (8 bit)"
175 IDS_IMAGE_PALETTE "Palette or 256 colour (8 bit)"
176 IDS_IMAGE_TRUECOLOR "True colour (24 bit)"
177
178 IDS_UNIT_PIXELS "Pixels"
179 IDS_UNIT_CM "Cm"
180 IDS_UNIT_INCHES "Inches"
181 IDS_UNIT_DOTSCM "Dots / Cm"
182 IDS_UNIT_DPI "DPI"
183 IDS_UNIT_KB "%d KB"
184 IDS_UNIT_MB "%d MB"
185 END
186
187 /* Tooltips */
188 STRINGTABLE DISCARDABLE
189 BEGIN
190 IDS_TOOLTIP_NEW "New"
191 IDS_TOOLTIP_OPEN "Open"
192 IDS_TOOLTIP_SAVE "Save"
193 IDS_TOOLTIP_PRINTPRE "Print preview"
194 IDS_TOOLTIP_PRINT "Print"
195 IDS_TOOLTIP_CUT "Cut"
196 IDS_TOOLTIP_COPY "Copy"
197 IDS_TOOLTIP_PASTE "Paste"
198 IDS_TOOLTIP_UNDO "Undo"
199 IDS_TOOLTIP_REDO "Redo"
200 END
201
202
203 /* Hints */
204 STRINGTABLE DISCARDABLE
205 BEGIN
206 IDS_HINT_BLANK " "
207 IDS_HINT_NEW " Creates a new document."
208 IDS_HINT_OPEN " Opens an existing document."
209 IDS_HINT_CLOSE " Closes this window."
210 IDS_HINT_CLOSEALL " Closes all windows."
211 IDS_HINT_SAVE " Saves the active document."
212 IDS_HINT_SAVEAS " Saves the active document with a new name."
213 IDS_HINT_PRINTPRE " Previews the printed document."
214 IDS_HINT_PRINT " Prints the active document."
215 IDS_HINT_PROP " Shows the properties of the active image."
216 IDS_HINT_EXIT " Exits this application."
217
218 IDS_HINT_TOOLS " Shows or hides the tools floating window."
219 IDS_HINT_COLORS " Shows or hides the colours floating window."
220 IDS_HINT_HISTORY " Shows or hides the history floating window."
221 IDS_HINT_STATUS " Shows or hides the status bar."
222
223 IDS_HINT_CASCADE " Arrange windows so they overlap."
224 IDS_HINT_TILE_HORZ " Arrange windows as non-overlapping tiles."
225 IDS_HINT_TILE_VERT " Arrange windows as non-overlapping tiles."
226 IDS_HINT_ARRANGE " Arrange icons at the bottom of the window."
227 IDS_HINT_NEXT " Activates the next window."
228
229 IDS_HINT_SYS_RESTORE " Restores this window to normal size."
230 IDS_HINT_SYS_MOVE " Moves this window."
231 IDS_HINT_SYS_SIZE " Resizes this window."
232 IDS_HINT_SYS_MINIMIZE " Collapses this window to an icon."
233 IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen."
234 END