-
-
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) · 927 Bytes
/
strings.xml
File metadata and controls
18 lines (18 loc) · 927 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">Simple Flashlight</string>
<string name="app_launcher_name">Ficklampa</string>
<string name="camera_error">Det gick inte att komma åt kameran</string>
<string name="camera_permission">Kamerabehörigheten behövs för en riktig stroboskopeffekt</string>
<string name="bright_display">Ljus skärm</string>
<!-- Settings -->
<string name="show_bright_display">Visa en knapp för ljus skärm</string>
<string name="show_stroboscope">Visa en stroboskopknapp</string>
<string name="stroboscope">Stroboskop</string>
<string name="show_sos">Visa en SOS-knapp</string>
<string name="turn_flashlight_on">Slå på ficklampan vid start</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>