-
-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathstrings.xml
More file actions
18 lines (18 loc) · 995 Bytes
/
strings.xml
File metadata and controls
18 lines (18 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Einfache Taschenlampe</string>
<string name="app_launcher_name">Taschenlampe</string>
<string name="camera_error">Beanspruchen der Kamera fehlgeschlagen</string>
<string name="camera_permission">Kameraberechtigung ist für den Stroboskopeffekt erforderlich</string>
<string name="bright_display">Heller Bildschirm</string>
<!-- Settings -->
<string name="show_bright_display">Schaltfläche für hellen Bildschirm anzeigen</string>
<string name="show_stroboscope">Schaltfläche für Stroboskop anzeigen</string>
<string name="stroboscope">Stroboskop</string>
<string name="show_sos">Eine SOS-Schaltfläche anzeigen</string>
<string name="turn_flashlight_on">Taschenlampe beim Start einschalten</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>