Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f04b5cea authored by Nikola Trubitsyn's avatar Nikola Trubitsyn Committed by GitHub
Browse files

Create strings.xml

parent b4d6b5e6
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
<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>