|
@@ -1117,7 +1117,17 @@
|
|
|
"MAX_BILINEAR_CANVAS_SIZE": "Max Bilinear Canvas Size",
|
|
|
"MAX_BILINEAR_CANVAS_SIZE_DESC": "Maximum canvas size for bilinear filtering. Set to 0 to disable bilinear filtering. Bilinear filtering improves the quality of the canvas, but can cause performance issues on large canvases.",
|
|
|
"INVERT_MASK": "Invert mask",
|
|
|
- "TOGGLE_TINTING_SELECTION": "Toggle selection tinting",
|
|
|
+ "TOGGLE_TINTING_SELECTION": "Toggle selection tinting",
|
|
|
"TOGGLE_TINTING_SELECTION_DESCRIPTIVE": "Toggle selection tinting",
|
|
|
- "TINT_SELECTION": "Selection tinting"
|
|
|
+ "TINT_SELECTION": "Selection tinting",
|
|
|
+ "PAINT_BRUSH_SHAPE_CIRCLE": "Circle",
|
|
|
+ "PAINT_BRUSH_SHAPE_SQUARE": "Square",
|
|
|
+ "BRIGHTNESS_MODE_DEFAULT": "Default",
|
|
|
+ "BRIGHTNESS_MODE_REPEAT": "Repeat",
|
|
|
+ "ROUND_STROKE_CAP": "Round",
|
|
|
+ "BUTT_STROKE_CAP": "Butt",
|
|
|
+ "SQUARE_STROKE_CAP": "Square",
|
|
|
+ "ROUND_STROKE_JOIN": "Round",
|
|
|
+ "MITER_STROKE_JOIN": "Miter",
|
|
|
+ "BEVEL_STROKE_JOIN": "Bevel"
|
|
|
}
|