[ROSAPPS]
[reactos.git] / rosapps / applications / imagesoft / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
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 "&Colors", 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 "Color"
54 BEGIN
55 MENUITEM "Black and White", ID_BLACKANDWHITE
56 MENUITEM "Invert Colors", 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 "&Colors"
71 BEGIN
72 MENUITEM "&Edit Colors...", 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 MENUITEM SEPARATOR
94 END
95 END
96
97
98 IDD_BRIGHTNESS DIALOGEX 6, 5, 193, 120
99 CAPTION "Brightness"
100 FONT 8,"MS Shell Dlg", 0, 0
101 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
102 BEGIN
103 LTEXT "", IDC_PICPREVIEW, 0, 1, 132, 96, SS_OWNERDRAW | SS_SUNKEN
104 LTEXT "Color form:", IDC_STATIC, 135, 5, 36, 9
105 GROUPBOX "", IDC_BRI_GROUP, 138 ,30, 50, 48
106 CONTROL "Full (RGB)", IDC_BRI_FULL, "Button", BS_AUTORADIOBUTTON, 138, 18, 46, 9
107 CONTROL "Red", IDC_BRI_RED, "Button", BS_AUTORADIOBUTTON, 142, 38, 42, 9
108 CONTROL "Green", IDC_BRI_GREEN, "Button", BS_AUTORADIOBUTTON, 142, 51, 42, 9
109 CONTROL "Blue", IDC_BRI_BLUE, "Button", BS_AUTORADIOBUTTON, 142, 64, 42, 9
110 EDITTEXT IDC_BRI_EDIT, 98, 103, 28, 13
111 CONTROL "", IDC_BRI_TRACKBAR, "msctls_trackbar32", TBS_BOTH | TBS_NOTICKS | WS_TABSTOP, 2, 105, 90, 11
112 PUSHBUTTON "OK", IDOK, 142, 88, 48, 13
113 PUSHBUTTON "Cancel", IDCANCEL, 142, 105, 48, 13
114 END
115
116 IDD_ABOUTBOX DIALOGEX 22,16,210,182
117 CAPTION "About ImageSoft"
118 FONT 8,"MS Shell Dlg",0,0
119 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
120 //EXSTYLE WS_EX_LAYERED
121 BEGIN
122 LTEXT "ImageSoft v0.1\nCopyright (C) 2006\nThomas Weidenmueller (w3seek@reactos.org)\nGed Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 150, 36
123 PUSHBUTTON "Close", IDOK, 75, 162, 44, 15
124 ICON IDI_IMAGESOFTICON, IDC_STATIC, 10, 10, 7, 30
125 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 194, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
126 END
127
128
129 IDD_IMAGE_PROP DIALOGEX 6, 5, 156, 163
130 CAPTION "Image Properties"
131 FONT 8,"MS Shell Dlg",0,0
132 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
133 BEGIN
134 LTEXT "Name:", IDC_STATIC, 12, 5, 38, 9
135 EDITTEXT IDC_IMAGE_NAME_EDIT, 58, 3, 94, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
136 GROUPBOX "Canvas properties", IDC_STATIC, 4, 22, 148, 98
137 LTEXT "Image type:", IDC_STATIC, 12, 36, 42, 9
138 CONTROL "", IDC_IMAGETYPE, "ComboBox", WS_CHILD | WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 35, 88, 54
139 LTEXT "Width:", IDC_STATIC, 12, 51, 42, 9
140 EDITTEXT IDC_WIDTH_EDIT, 58, 49, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
141 LTEXT "", IDC_WIDTH_STAT, 94, 51, 40, 9
142 LTEXT "Height:", IDC_STATIC, 12, 68, 42, 9
143 EDITTEXT IDC_HEIGHT_EDIT, 58, 66, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
144 LTEXT "", IDC_HEIGHT_STAT, 94, 68, 40, 9
145 LTEXT "Resolution:", IDC_STATIC, 12, 84, 42, 9
146 EDITTEXT IDC_RES_EDIT, 58, 83, 32, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_NUMBER
147 LTEXT "", IDC_RES_STAT, 94, 84, 40, 9
148 LTEXT "Unit:", IDC_STATIC, 12, 99, 42, 9
149 CONTROL "", IDC_UNIT, "ComboBox", WS_CHILD | WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 99, 54, 50
150 LTEXT "Image size:", IDC_STATIC, 12, 125, 42, 9
151 LTEXT "", IDC_IMAGE_SIZE, 58, 125, 54, 9
152 PUSHBUTTON "OK", IDOK, 50, 144, 48, 13
153 PUSHBUTTON "Cancel", IDCANCEL, 102, 144, 48, 13
154 END
155
156 STRINGTABLE DISCARDABLE
157 BEGIN
158 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."
159 IDS_READY " Ready."
160 IDS_TOOLBAR_STANDARD "Standard"
161 IDS_TOOLBAR_TEST "Test"
162 IDS_IMAGE_NAME "Image %1!u!"
163 IDS_FLT_TOOLS "Tools"
164 IDS_FLT_COLORS "Colors"
165 IDS_FLT_HISTORY "History"
166 END
167
168 /* imageprop.c */
169 STRINGTABLE DISCARDABLE
170 BEGIN
171 IDS_IMAGE_MONOCHROME "Monochrome (1 bit)"
172 IDS_IMAGE_GREYSCALE "Grayscale (8 bit)"
173 IDS_IMAGE_PALETTE "Palette or 256 color (8 bit)"
174 IDS_IMAGE_TRUECOLOR "True color (24 bit)"
175
176 IDS_UNIT_PIXELS "Pixels"
177 IDS_UNIT_CM "Cm"
178 IDS_UNIT_INCHES "Inches"
179 IDS_UNIT_DOTSCM "Dots / Cm"
180 IDS_UNIT_DPI "DPI"
181 IDS_UNIT_KB "%d KB"
182 IDS_UNIT_MB "%d MB"
183 END
184
185 /* Tooltips */
186 STRINGTABLE DISCARDABLE
187 BEGIN
188 IDS_TOOLTIP_NEW "New"
189 IDS_TOOLTIP_OPEN "Open"
190 IDS_TOOLTIP_SAVE "Save"
191 IDS_TOOLTIP_PRINTPRE "Print preview"
192 IDS_TOOLTIP_PRINT "Print"
193 IDS_TOOLTIP_CUT "Cut"
194 IDS_TOOLTIP_COPY "Copy"
195 IDS_TOOLTIP_PASTE "Paste"
196 IDS_TOOLTIP_UNDO "Undo"
197 IDS_TOOLTIP_REDO "Redo"
198 END
199
200
201 /* Hints */
202 STRINGTABLE DISCARDABLE
203 BEGIN
204 IDS_HINT_BLANK " "
205 IDS_HINT_NEW " Creates a new document."
206 IDS_HINT_OPEN " Opens an existing document."
207 IDS_HINT_CLOSE " Closes this window."
208 IDS_HINT_CLOSEALL " Closes all windows."
209 IDS_HINT_SAVE " Saves the active document."
210 IDS_HINT_SAVEAS " Saves the active document with a new name."
211 IDS_HINT_PRINTPRE " Previews the printed document."
212 IDS_HINT_PRINT " Prints the active document."
213 IDS_HINT_PROP " Shows the properties of the active image."
214 IDS_HINT_EXIT " Exits this application."
215
216 IDS_HINT_TOOLS " Shows or hides the tools floating window."
217 IDS_HINT_COLORS " Shows or hides the colors floating window."
218 IDS_HINT_HISTORY " Shows or hides the history floating window."
219 IDS_HINT_STATUS " Shows or hides the status bar."
220
221 IDS_HINT_CASCADE " Arrange windows so they overlap."
222 IDS_HINT_TILE_HORZ " Arrange windows as non-overlapping tiles."
223 IDS_HINT_TILE_VERT " Arrange windows as non-overlapping tiles."
224 IDS_HINT_ARRANGE " Arrange icons at the bottom of the window."
225 IDS_HINT_NEXT " Activates the next window."
226
227 IDS_HINT_SYS_RESTORE " Restores this window to normal size."
228 IDS_HINT_SYS_MOVE " Moves this window."
229 IDS_HINT_SYS_SIZE " Resizes this window."
230 IDS_HINT_SYS_MINIMIZE " Collapses this window to an icon."
231 IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen."
232 END