French translation
This commit is contained in:
parent
b184f9e29e
commit
43b6e6beba
|
@ -0,0 +1,29 @@
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">Lampe de poche simple</string>
|
||||||
|
<string name="app_launcher_name">Lampe de poche</string>
|
||||||
|
<string name="camera_error">Échec de l'obtention de l\'appareil photo</string>
|
||||||
|
<string name="camera_permission">L\'autorisation d\'accès à l\'appareil photo est nécessaire pour un effet stroboscope correct</string>
|
||||||
|
|
||||||
|
<!-- Settings -->
|
||||||
|
<string name="bright_display">Afficher un bouton écran lumineux</string>
|
||||||
|
<string name="show_stroboscope">Afficher un bouton stroboscope</string>
|
||||||
|
<string name="turn_flashlight_on">Activer la lampe de poche au démarrage</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">Une lampe de poche simple sans publicité.</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