-
-
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) · 982 Bytes
/
strings.xml
File metadata and controls
18 lines (18 loc) · 982 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">Jednoduchá baterka</string>
<string name="app_launcher_name">Baterka</string>
<string name="camera_error">Prístup ku kamere zlyhal Obtaining the camera failed</string>
<string name="camera_permission">Pre správny stroboskopický efekt je potrebný prístup ku kamere</string>
<string name="bright_display">Jasný displej</string>
<!-- Settings -->
<string name="show_bright_display">Zobraziť tlačidlo pre jasný displej</string>
<string name="show_stroboscope">Zobraziť tlačidlo pre stroboskop</string>
<string name="stroboscope">Stroboskop</string>
<string name="show_sos">Zobraziť tlačidlo SOS</string>
<string name="turn_flashlight_on">Aktivovať baterku po spustení</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>