-
-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathstrings.xml
More file actions
19 lines (19 loc) · 1008 Bytes
/
strings.xml
File metadata and controls
19 lines (19 loc) · 1008 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">Eenvoudige Zaklamp</string>
<string name="app_launcher_name">Zaklamp</string>
<string name="camera_error">Toegang tot de camera geweigerd</string>
<string name="camera_permission">De permissie Camera is nodig voor het stroboscoopeffect</string>
<string name="bright_display">Fel scherm</string>
<!-- Settings -->
<string name="show_bright_display">Knop voor fel scherm tonen</string>
<string name="show_stroboscope">Knop voor stroboscoop tonen</string>
<string name="stroboscope">Stroboscope</string>
<string name="show_sos">Knop voor SOS-noodsignaal tonen</string>
<string name="turn_flashlight_on">Zaklamp bij starten aanzetten</string>
<string name="show_on_locked_screen">Toon op vergrendelscherm</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>