Files
capod/app/src/main/res/values-fr/strings.xml
T
2022-02-02 08:36:27 +01:00

31 lines
2.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">CAPod</string>
<string name="app_name_pro">CAPod Pro</string>
<string name="app_name_foss">CAPod libre et ouvert</string>
<string name="notification_channel_device_status_label">État de lappareil</string>
<string name="general_error_label">Erreur</string>
<string name="general_share_action">Partager</string>
<string name="general_done_action">Terminé</string>
<string name="general_copy_action">Copier</string>
<string name="general_value_unknown_label">Inconnu</string>
<string name="general_thank_you_label">Merci</string>
<string name="general_value_not_available_label">Non disponible</string>
<string name="general_grant_permission_action">Accorder lautorisation</string>
<string name="general_check_action">Vérifier</string>
<string name="general_close_action">Fermer</string>
<string name="debug_debuglog_size_label">Taille</string>
<string name="debug_debuglog_size_compressed_label">Taille compressée</string>
<string name="debug_notification_channel_label">Notifications de débogage</string>
<string name="debug_debuglog_file_label">Ficher journal enregistré</string>
<string name="debug_debuglog_record_action">Enregistrer le journal de débogage</string>
<string name="permission_bluetooth_connect_label">Connexion Bluetooth</string>
<string name="permission_bluetooth_connect_description">Cette appli exige lautorisation « Connexion Bluetooth » pour interagir avec les appareils jumelés et démarrer les connexions.</string>
<string name="permission_bluetooth_scan_label">Analyse Bluetooth</string>
<string name="permission_bluetooth_scan_description">Lautorisation « Analyse Bluetooth » permet à lappli de découvrir et de réceptionner les données Bluetooth des appareils à proximité tels que vos AirPods.</string>
<string name="permission_bluetooth_label">Bluetooth</string>
<string name="permission_bluetooth_description">Cette appli exige lautorisation « Bluetooth » pour se connecter aux appareils Bluetooth jumelés.</string>
<string name="permission_access_fine_location_label">Accéder à la position précise</string>
<string name="permission_access_fine_location_description">CAPod utilise lautorisation « position précise » pour recevoir les données « faible énergie » de Bluetooth. Votre casque-micro utilise la technologie « faible énergie » de Bluetooth pour diffuser son état. Cette appli nutilisera PAS les données Bluetooth pour déterminer votre position.</string>
</resources>