Merge branch 'master' into compose-migration
This commit is contained in:
commit
13a794fe12
|
@ -32,7 +32,7 @@ Telegram:
|
|||
https://t.me/SimpleMobileTools
|
||||
|
||||
<a href='https://play.google.com/store/apps/details?id=com.simplemobiletools.flashlight'><img src='https://simplemobiletools.com/images/button-google-play.svg' alt='Get it on Google Play' height=45/></a>
|
||||
<a href='https://f-droid.org/packages/com.simplemobiletools.flashlight'><img src='https://simplemobiletools.com/images/button-f-droid.png' alt='Get it on F-Droid' height=45 ></a>
|
||||
<a href='https://f-droid.org/packages/com.simplemobiletools.flashlight'><img src='https://simplemobiletools.com/images/button-fdroid.svg' alt='Get it on F-Droid' height=45 ></a>
|
||||
|
||||
<div style="display:flex;">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.jpeg" width="30%">
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
<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>
|
||||
<string name="camera_error">Échec de l\'obtention de l\'objectif photo-vidéo</string>
|
||||
<string name="camera_permission">L\'autorisation d\'accès à l\'appareil photo est nécessaire pour un effet stroboscopique correct</string>
|
||||
<string name="bright_display">Affichage lumineux</string>
|
||||
<!-- Settings -->
|
||||
<string name="show_bright_display">Afficher un bouton écran lumineux</string>
|
||||
<string name="show_bright_display">Afficher un bouton d\'affichage lumineux</string>
|
||||
<string name="show_stroboscope">Afficher un bouton stroboscope</string>
|
||||
<string name="stroboscope">Stroboscope</string>
|
||||
<string name="show_sos">Afficher un bouton SOS</string>
|
||||
<string name="turn_flashlight_on">Activer la lampe de poche au démarrage</string>
|
||||
<string name="show_sos">Afficher un bouton « S.O.S. »</string>
|
||||
<string name="turn_flashlight_on">Allumer la lampe de poche au démarrage</string>
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Simpel ficklampa</string>
|
||||
<string name="app_name">Simple Flashlight</string>
|
||||
<string name="app_launcher_name">Ficklampa</string>
|
||||
<string name="camera_error">Det gick inte att komma åt kameran</string>
|
||||
<string name="camera_permission">Kamerabehörigheten behövs för en riktig stroboskopeffekt</string>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Linterna Sencilla
|
||||
Linterna Simple
|
||||
|
|
|
@ -1 +1 @@
|
|||
Simpel ficklampa
|
||||
Simple Flashlight
|
||||
|
|
Loading…
Reference in New Issue