Skip to content

Commit 345fbfd

Browse files
authored
Create cs strings.xml
- Translate strings to Czech
1 parent 46f2b0b commit 345fbfd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

app/src/main/res/strings.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<resources>
2+
<string name="app_name">Jednoduchá svítilna</string>
3+
<string name="app_launcher_name">Svítilna</string>
4+
<string name="camera_error">Přístup k fotoaparátu se nezdařil</string>
5+
<string name="camera_permission">Přístup k fotoaparátu je potřebný pro správný stroboskopický efekt</string>
6+
7+
<!-- Settings -->
8+
<string name="bright_display">Zobrazit tlačítko pro jasný displej</string>
9+
<string name="show_stroboscope">Zobrazit tlačítko pro stroboskop</string>
10+
<string name="show_sos">Zobrazit tlačítko SOS</string>
11+
<string name="turn_flashlight_on">Zapnout svítilnu po spuštění</string>
12+
13+
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
14+
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
15+
<string name="app_title">Jednoduchá svítilna - Neztraťte se ve tmě</string>
16+
<!-- Short description has to have less than 80 chars -->
17+
<string name="app_short_description">Jednoduchá svítilna bez reklam.</string>
18+
<string name="app_long_description">
19+
Jednoduchá svítilna s jasným displejem a nastavitelným stroboskopem. Při spuštění přes ikonu aplikace (ne widget), zabrání uspání zařízení.
20+
21+
Poskytuje i 1x1 widget s nastavitelnou barvou.
22+
23+
Neobsahuje žádné reklamy či nepotřebná oprávnění. Má otevřený kód a možnost změny barev.
24+
25+
Tato aplikace je jen jednou ze sady aplikací. Ostatní si můžete prohlédnout na https://www.simplemobiletools.com
26+
</string>
27+
28+
<!--
29+
Haven't found some strings? There's more at
30+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
31+
-->
32+
</resources>

0 commit comments

Comments
 (0)