-
-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy pathstrings.xml
More file actions
19 lines (19 loc) · 929 Bytes
/
strings.xml
File metadata and controls
19 lines (19 loc) · 929 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">Einfaches Zeichnen</string>
<string name="app_launcher_name">Zeichnen</string>
<string name="open_file">Datei öffnen</string>
<string name="eraser">Radiergummi</string>
<string name="eyedropper">Pipette</string>
<string name="bucket_fill">Füllen</string>
<string name="failed_to_load_image">Fehler beim Laden des Bildes %s</string>
<!-- Settings -->
<string name="show_brush_size">Pinselgrößenleiste</string>
<string name="allow_zooming_moving_canvas">Vergrößern und verschieben der Leinwand durch Gesten</string>
<string name="clear">Löschen</string>
<string name="change_background_color">Hintergrundfarbe ändern</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>