Simple-Voice-Recorder/app/src/main/res/values-fr/strings.xml

43 lines
2.8 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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">Enregistreur vocal simple</string>
<string name="app_launcher_name">Enregistreur vocal</string>
<string name="recording_saved_successfully">Enregistrement sauvegardé avec succès</string>
<string name="recording">Enregistrement</string>
<string name="no_recordings_found">Aucun enregistrement créé par cette application
\nna été trouvé</string>
<string name="no_recordings_in_folder_found">Aucun enregistrement na été trouvé
\ndans le dossier sélectionné</string>
<string name="paused">En pause</string>
<string name="recorder">Enregistreur</string>
<string name="player">Lecteur</string>
<!-- Confirmation dialog -->
<!-- Are you sure you want to delete 5 recordings? -->
<string name="delete_recordings_confirmation">Supprimer %s \?</string>
<plurals name="delete_recordings">
<item quantity="one">%d enregistrement</item>
<item quantity="many">%d enregistrements</item>
<item quantity="other">%d enregistrements</item>
</plurals>
<!-- Settings -->
<string name="try_hiding_notification">Essayez de masquer la notification denregistrement</string>
<string name="save_recordings_in">Sauvegarder les enregistrements dans</string>
<string name="audio_source">Source audio</string>
<string name="bitrate">Débit binaire</string>
<string name="record_after_launch">Démarrer lenregistrement automatiquement après le lancement de lapplication</string>
<!-- Settings Audio source selection -->
<string name="audio_source_camcorder">Objectif vidéo</string>
<string name="audio_source_default">Par défaut Android</string>
<string name="audio_source_unprocessed">Non traitée</string>
<string name="audio_source_microphone">Microphone</string>
<string name="audio_source_voice_recognition">Reconnaissance vocale</string>
<string name="audio_source_voice_communication">Communication vocale</string>
<string name="audio_source_voice_performance">Performance vocale</string>
<!-- FAQ -->
<string name="faq_1_title">Puis-je masquer licône de notification pendant lenregistrement \?</string>
<string name="faq_1_text">Eh bien, ça dépend. Pendant que vous utilisez votre appareil, il nest plus possible de masquer complètement les notifications dapplications comme celle-ci. Si vous cochez lélément de réglage approprié, lapplication fera de son mieux pour les masquer. Vous pouvez cependant la masquer sur lécran de verrouillage, si vous désactivez laffichage des notifications sensibles dans les paramètres de votre appareil.</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>