1"FEEDBACK_EMAIL" = "opensword@opensword.org";
2"FEEDBACK_SUBJECT_PREFIX" = "[Pixen Feedback] ";
3"FEEDBACK_URL" = "mailto:opensword@opensword.org?subject=[Pixen%20Feedback]%20";
4
5/* Background Label */
6"BACKGROUND_LABEL" = "Background";
7/* Background Tooltip */
8"BACKGROUND_TOOLTIP" = "Open background configurator";
9
10/* Layers Label */
11"LAYERS_LABEL" = "Layers";
12/* Layers Tooltip */
13"LAYERS_TOOLTIP" = "Open and close the layer view drawer";
14
15/* Preview Label */
16"PREVIEW_LABEL" = "Preview";
17/* Preview Tooltip */
18"PREVIEW_TOOLTIP" = "Open and close the preview panel";
19
20/* Tool Properties Label */
21"TOOL_PROPERTIES_LABEL" = "Tool Properties";
22/* Tool Properties Tooltip */
23"TOOL_PROPERTIES_TOOLTIP" = "Open and close the tool properties panel";
24
25/* Grid Label */
26"GRID_LABEL" = "Grid";
27/* Grid Tooltip */
28"GRID_TOOLTIP" = "Show the grid settings";
29
30/* Color Palette Label */
31"COLOR_PALETTE_LABEL" = "Palette";
32/* Color Palette Tooltip */
33"COLOR_PALETTE_TOOLTIP" = "Open and close the color palette";
34
35/* Zoom Fit Label */
36"ZOOM_FIT_LABEL" = "Zoom Fit";
37/* Zoom Fit Tooltip */
38"ZOOM_FIT_TOOLTIP" = "Zoom the canvas to fit the window";
39
40/* Zoom Actual Label */
41"ZOOM_ACTUAL_LABEL" = "Actual Size";
42/* Zoom Actual Tooltip */
43"ZOOM_ACTUAL_TOOLTIP" = "Zoom to the actual size of the image";
44
45/* Scale Label */
46"SCALE_LABEL" = "Scale";
47/* Scale Tooltip */
48"SCALE_TOOLTIP" = "Scale the image";
49
50/* Resize Label */
51"RESIZE_LABEL" = "Resize";
52/* Resize Tooltip */
53"RESIZE_TOOLTIP" = "Resize the canvas";
54
55/* Feedback Label */
56"FEEDBACK_LABEL" = "Feedback";
57/* Feedback Tooltip */
58"FEEDBACK_TOOLTIP" = "Send feature requests, bug reports, and general feedback";
59
60/* Zoom Label */
61"ZOOM_LABEL" = "Zoom";
62/* Zoom Tooltip */
63"ZOOM_TOOLTIP" = "Modify the zoom percentage of the zoom";
64
65/* Backgrounds Save As */
66"BACKGROUNDS_SAVE_AS" = "Save as new configuration…";
67/* Backgrounds Delete */
68"BACKGROUNDS_DELETE" = "Delete current configuration";
69
70/* Flat Background */
71"FLAT_BACKGROUND" = "Flat Background";
72/* Image Background */
73"IMAGE_BACKGROUND" = "Image Background";
74/* Checkered Background */
75"CHECKERED_BACKGROUND" = "Checkered Background";
76/* Slashed Background */
77"SLASHED_BACKGROUND" = "Slashed Background";
78
79/* Palette Save As */
80"PALETTE_SAVE_AS" = "Save as new palette…";
81/* Palette Set Default */
82"PALETTE_SET_DEFAULT" = "Set this palette as default";
83/* Palette Delete */
84"PALETTE_DELETE" = "Delete current palette";
85/* Palette Make Gradient */
86"PALETTE_MAKE_GRADIENT" = "Make gradient palette…";
87/* Generated Palette */
88"GENERATED_PALETTE" = "Generated Palette";
89/* Crayons */
90"CRAYONS" = "Crayons";
91/* Web Safe Colors */
92"WEB_SAFE_COLORS" = "Web Safe Colors";
93/* Grayscale */
94"GRAYSCALE" = "Grayscale";
95/* No User Palettes */
96"NO_USER_PALETTES" = "No User Palettes";
97/* New Palette Prompt */
98"NEW_PALETTE_PROMPT" = "Please name the new palette.";
99/* Change Palette Color */
100"Change Palette Color" = "Change Palette Color";
101/* Change Palette */
102"Change Palette" = "Change Palette";
103/* Crash Recovery */
104"CRASH_RECOVERY" = "Crash Recovery";
105/* Crash Text */
106"CRASH_TEXT" = "Pixen appears to have crashed with unsaved changes the last time it was run.  The affected files' backups have been opened for you.  If you would like to save them over the original files, you'll have to use \"Save As…\" and overwrite them.";
107
108/* Width */
109"WIDTH" = "Width";
110/* Height */
111"HEIGHT" = "Height";
112
113/* Red */
114"RED" = "Red";
115/* Green */
116"GREEN" = "Green";
117/* Blue */
118"BLUE" = "Blue";
119/* Alpha */
120"ALPHA" = "Alpha";
121
122/* Properties */
123"PROPERTIES" = "Properties";
124/* Left */
125"LEFT" = "Left";
126/* Right */
127"RIGHT" = "Right";
128
129/* Modify Pattern… */
130"MODIFY_PATTERN" = "Modify Pattern…";
131/* Set Pattern… */
132"SET_PATTERN" = "Set Pattern…";
133
134/* Bicubic Info */
135"BICUBIC_INFO" = "For every pixel in the new image, it will average the closest 16 pixels, weighted using a B-spline function.  This is a very good algorithm to use if you want to scale up or down with anti-aliasing; for pixel art, however, this function may be sub-optimal, due to its disrespect of the palette.";
136/* Nearest Neighbor Info */
137"NEAREST_NEIGHBOR_INFO" = "For every pixel in the new image, it finds the closest pixel in the old image and uses that color.  This results in a lossy image if you're not scaling up by a power of two (2x, 4x, 8x, 16x, etc.).  If you want a larger image that looks identical to the current image, however, this is the algorithm to use.";
138/* Scale2x Info */
139"SCALE2X_INFO" = "This is the scale2x algorithm described here: http://scale2x.sourceforge.net/algorithm.html  This algorithm may only be used to scale up by powers of two.";
140
141/* --------------- TOOLS --------------- */
142
143/* Pencil Name */
144"PENCIL_NAME" = "Pencil Tool";
145/* Pencil Action */
146"PENCIL_ACTION" = "Drawing";
147
148/* Line Name */
149"LINE_NAME" = "Line Tool";
150/* Line Action */
151"LINE_ACTION" = "Drawing Line";
152
153/* Eraser Name */
154"ERASER_NAME" = "Eraser Tool";
155/* Eraser Action */
156"ERASER_ACTION" = "Erasure";
157
158/* Fill Name */
159"FILL_NAME" = "Fill Tool";
160/* Fill Action */
161"FILL_ACTION" = "Fill";
162
163/* Eyedropper Name */
164"EYEDROPPER_NAME" = "Eyedropper Tool";
165/* Eyedropper Action */
166/* This is unimplemented until we get to palette undo */
167
168/* Zoom Name */
169"ZOOM_NAME" = "Zoom Tool";
170/* Zoom Action */
171/* No undo for Zoom, so no point in having this */
172
173/* Rectangular Selection Name */
174"RECTANGULARSELECTION_NAME" = "Rectangular Selection Tool";
175/* Rectangular Selection Action */
176"RECTANGULARSELECTION_ACTION" = "Selection";
177
178/* Move Name */
179"MOVE_NAME" = "Move Tool";
180/* Move Action */
181"MOVE_ACTION" = "Move";
182
183/* Rectangle Name */
184"RECTANGLE_NAME" = "Rectangle Tool";
185/* Rectangle Action */
186"RECTANGLE_ACTION" = "Drawing Rectangle";
187
188/* Ellipse Name */
189"ELLIPSE_NAME" = "Ellipse Tool";
190/* Ellipse Action */
191"ELLIPSE_ACTION" = "Drawing Ellipse";
192
193/* Magic Wand Name */
194"MAGICWAND_NAME" = "Magic Wand Tool";
195/* Magic Wand Action */
196"MAGICWAND_ACTION" = "Selection";
197
198/* Lasso Name */
199"LASSO_NAME" = "Lasso Tool";
200/* Lasso Action */
201"LASSO_ACTION" = "Selection";