-
-
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) · 1.03 KB
/
strings.xml
File metadata and controls
19 lines (19 loc) · 1.03 KB
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">Prosta latarka</string>
<string name="app_launcher_name">Latarka</string>
<string name="camera_error">Nie udało się uzyskać dostępu do aparatu</string>
<string name="camera_permission">Dostęp do aparatu jest niezbędny dla prawidłowego efektu stroboskopowego</string>
<string name="bright_display">Jasny wyświetlacz</string>
<!-- Settings -->
<string name="show_bright_display">Pokazuj przycisk jasnego wyświetlacza</string>
<string name="show_stroboscope">Pokazuj przycisk stroboskopu</string>
<string name="stroboscope">Stroboskop</string>
<string name="show_sos">Pokazuj przycisk SOS</string>
<string name="turn_flashlight_on">Włączaj latarkę przy uruchomieniu</string>
<string name="show_on_locked_screen">Pokazuj na ekranie blokady</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>