Update strings.xml
This commit is contained in:
parent
e27cff8b00
commit
61e7443990
|
@ -1,13 +1,49 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="camera_permission">Kameratilgang kreves for stroboskopeffekten</string>
|
||||
<string name="bright_display">Lys skjerm</string>
|
||||
<string name="show_bright_display">Vis en knapp for lys skjerm</string>
|
||||
<string name="app_name">Enkel lommelykt</string>
|
||||
<string name="app_launcher_name">Lommelykt</string>
|
||||
<string name="camera_error">Obtaining the camera failed</string>
|
||||
<string name="camera_permission">Kameratilgang kreves for stroboskopeffekten</string>
|
||||
<string name="bright_display">Lys skjerm</string>
|
||||
<!-- Settings -->
|
||||
<string name="show_bright_display">Vis en knapp for lys skjerm</string>
|
||||
<string name="show_stroboscope">Vis en stroboskop-knapp</string>
|
||||
<string name="show_sos">Vis SOS-knapp</string>
|
||||
<string name="turn_flashlight_on">Skru på lommelykt ved oppstart</string>
|
||||
<string name="app_short_description">En enkel moderne lommelykt med SOS, stroboskop og lys skjerm, uten reklame.</string>
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||
<string name="app_title">Enkel lommelykt – lys skjerm og stroboskop</string>
|
||||
</resources>
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">En enkel moderne lommelykt med SOS, stroboskop og lys skjerm, uten reklame.</string>
|
||||
<string name="app_long_description">
|
||||
A clean flashlight with an extra bright display, customizable stroboscope and a predefined SOS mode.
|
||||
|
||||
All these functions can be hugely helpful under certain circumstances.
|
||||
|
||||
The Bright display can have its color changed, opening a new world of possible uses. It can come handy in case you want to see your wider proximity without blinding yourself.
|
||||
|
||||
The stroboscope can have its frequency changed, ranging from really fast blinking to occasional ones.
|
||||
|
||||
If this free flashlight is turned on via the app (not widget), it will prevent the device from falling asleep. The strong torch can optionally turn on at launching the app, but it isn\'t mandatory.
|
||||
|
||||
Comes with a 1x1 widget with customizable color and transparency.
|
||||
|
||||
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
|
||||
|
||||
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||
|
||||
<b>Check out the full suite of Simple Tools here:</b>
|
||||
https://www.simplemobiletools.com
|
||||
|
||||
<b>Facebook:</b>
|
||||
https://www.facebook.com/simplemobiletools
|
||||
|
||||
<b>Reddit:</b>
|
||||
https://www.reddit.com/r/SimpleMobileTools
|
||||
</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