Skip to content

Commit e20e231

Browse files
authored
Merge pull request #42 from trubitsyn/patch-1
Create strings.xml
2 parents b4d6b5e + f04b5ce commit e20e231

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<resources>
2+
<string name="app_name">Simple Flashlight</string>
3+
<string name="app_launcher_name">Фонарик</string>
4+
<string name="camera_error">Не удалось получить доступ к камере</string>
5+
<string name="camera_permission">Разрешение на доступ к камере необходимо для создания эффекта стробоскопа</string>
6+
7+
<!-- Settings -->
8+
<string name="bright_display">Показать кнопку переключения на белый экран</string>
9+
<string name="show_stroboscope">Показать кнопку стробоскопа</string>
10+
11+
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
12+
<!-- Short description has to have less than 80 chars -->
13+
<string name="app_short_description">Простой фонарик без рекламы.</string>
14+
<string name="app_long_description">
15+
A clean flashlight with an extra bright display and customizable stroboscope. If turned on via the app (not widget), it will prevent the device from falling asleep.
16+
17+
Comes with a 1x1 widget with customizable color.
18+
19+
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
20+
21+
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
22+
</string>
23+
24+
<!--
25+
Haven't found some strings? There's more at
26+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
27+
-->
28+
</resources>

0 commit comments

Comments
 (0)