-
-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathstrings.xml
More file actions
19 lines (19 loc) · 1.11 KB
/
strings.xml
File metadata and controls
19 lines (19 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<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\'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 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 « S.O.S. »</string>
<string name="turn_flashlight_on">Allumer la lampe de poche au démarrage</string>
<string name="show_on_locked_screen">Afficher sur l\'écran de verrouillage</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>