commit
e20e2311a5
|
@ -0,0 +1,28 @@
|
|||
<resources>
|
||||
<string name="app_name">Simple Flashlight</string>
|
||||
<string name="app_launcher_name">Фонарик</string>
|
||||
<string name="camera_error">Не удалось получить доступ к камере</string>
|
||||
<string name="camera_permission">Разрешение на доступ к камере необходимо для создания эффекта стробоскопа</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="bright_display">Показать кнопку переключения на белый экран</string>
|
||||
<string name="show_stroboscope">Показать кнопку стробоскопа</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">Простой фонарик без рекламы.</string>
|
||||
<string name="app_long_description">
|
||||
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.
|
||||
|
||||
Comes with a 1x1 widget with customizable color.
|
||||
|
||||
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||
|
||||
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
|
||||
</string>
|
||||
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
Loading…
Reference in New Issue