-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathstrings.xml
More file actions
15 lines (15 loc) · 856 Bytes
/
strings.xml
File metadata and controls
15 lines (15 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_launcher_name">Paint</string>
<string name="open_file">Open file</string>
<string name="eraser">Eraser</string>
<string name="eyedropper">Eyedropper</string>
<string name="bucket_fill">Bucket fill</string>
<string name="failed_to_load_image">Failed to load image %s</string>
<string name="clear_canvas_confirmation">Are you sure you want to clear the canvas?</string>
<string name="show_brush_size">Show brush size tool</string>
<string name="allow_zooming_moving_canvas">Allow zooming and moving the canvas with gestures</string>
<string name="use_relative_brush_size">Adjust brush size based on zoom level</string>
<string name="clear">Clear</string>
<string name="change_background_color">Change background colour</string>
</resources>