Skip to content

Commit 13a794f

Browse files
committed
Merge branch 'master' into compose-migration
2 parents c755c67 + 899d616 commit 13a794f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Telegram:
3232
https://t.me/SimpleMobileTools
3333

3434
<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>
35-
<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>
35+
<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>
3636

3737
<div style="display:flex;">
3838
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.jpeg" width="30%">

app/src/main/res/values-fr/strings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<resources>
33
<string name="app_name">Lampe de poche simple</string>
44
<string name="app_launcher_name">Lampe de poche</string>
5-
<string name="camera_error">Échec de l\'obtention de l\'appareil photo</string>
6-
<string name="camera_permission">L\'autorisation d\'accès à l\'appareil photo est nécessaire pour un effet stroboscope correct</string>
5+
<string name="camera_error">Échec de l\'obtention de l\'objectif photo-vidéo</string>
6+
<string name="camera_permission">L\'autorisation d\'accès à l\'appareil photo est nécessaire pour un effet stroboscopique correct</string>
77
<string name="bright_display">Affichage lumineux</string>
88
<!-- Settings -->
9-
<string name="show_bright_display">Afficher un bouton écran lumineux</string>
9+
<string name="show_bright_display">Afficher un bouton d\'affichage lumineux</string>
1010
<string name="show_stroboscope">Afficher un bouton stroboscope</string>
1111
<string name="stroboscope">Stroboscope</string>
12-
<string name="show_sos">Afficher un bouton SOS</string>
13-
<string name="turn_flashlight_on">Activer la lampe de poche au démarrage</string>
12+
<string name="show_sos">Afficher un bouton « S.O.S. »</string>
13+
<string name="turn_flashlight_on">Allumer la lampe de poche au démarrage</string>
1414
<!--
1515
Haven't found some strings? There's more at
1616
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res

app/src/main/res/values-sv/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="app_name">Simpel ficklampa</string>
3+
<string name="app_name">Simple Flashlight</string>
44
<string name="app_launcher_name">Ficklampa</string>
55
<string name="camera_error">Det gick inte att komma åt kameran</string>
66
<string name="camera_permission">Kamerabehörigheten behövs för en riktig stroboskopeffekt</string>
@@ -15,4 +15,4 @@
1515
Haven't found some strings? There's more at
1616
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
1717
-->
18-
</resources>
18+
</resources>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Linterna Sencilla
1+
Linterna Simple
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Simpel ficklampa
1+
Simple Flashlight

0 commit comments

Comments
 (0)