-
-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy pathstrings.xml
More file actions
20 lines (19 loc) · 899 Bytes
/
strings.xml
File metadata and controls
20 lines (19 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Draw</string>
<string name="app_launcher_name">Draw</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>
<!-- Settings -->
<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="clear">Clear</string>
<string name="change_background_color">Change background color</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/main/commons/src/main/res
-->
</resources>