-
-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathstrings.xml
More file actions
19 lines (19 loc) · 912 Bytes
/
strings.xml
File metadata and controls
19 lines (19 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Eenvoudig Tekenblok</string>
<string name="app_launcher_name">Tekenen</string>
<string name="open_file">Bestand openen</string>
<string name="eraser">Gum</string>
<string name="eyedropper">Pipet</string>
<string name="bucket_fill">Opvullen</string>
<string name="failed_to_load_image">Kan bestand %s niet laden</string>
<!-- Settings -->
<string name="show_brush_size">Knop penceelgrootte tonen</string>
<string name="allow_zooming_moving_canvas">Met gebaren het canvas verplaatsen en inzoomen/uitzoomen</string>
<string name="clear">Wissen</string>
<string name="change_background_color">Achtergrondkleur</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>