Contacts/app/src/main/res/values-fr/strings.xml
2022-10-03 21:52:17 +02:00

96 lines
6.1 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">Simple contacts</string>
<string name="app_launcher_name">Contacts</string>
<string name="address">Adresse</string>
<string name="inserting">Insertion…</string>
<string name="updating">Actualisation…</string>
<string name="phone_storage">Mémoire du téléphone</string>
<string name="phone_storage_hidden">Mémoire du téléphone (invisible pour les autres applis)</string>
<string name="company">Entreprise</string>
<string name="job_position">Poste</string>
<string name="send_sms_to_contacts">Envoyer un texto aux contacts</string>
<string name="send_email_to_contacts">Envoyer un courriel aux contacts</string>
<string name="send_sms_to_group">Envoyer un texto au groupe</string>
<string name="send_email_to_group">Envoyer un courriel au groupe</string>
<string name="fields_empty">Au moins un champ doit être rempli</string>
<string name="must_be_at_edit">Vous devez être sur l\'écran Modifier pour modifier un contact</string>
<!-- Placeholders -->
<string name="no_contacts_with_emails">Aucun contact avec des adresses courriel n\a été trouvé</string>
<string name="no_contacts_with_phone_numbers">Aucun contact avec des numéros de téléphone n\a été trouvé</string>
<string name="new_contact">Nouveau contact</string>
<string name="edit_contact">Modifier le contact</string>
<string name="select_contact">Sélectionner un contact</string>
<string name="nickname">Surnom</string>
<!-- Groups -->
<string name="no_groups">Aucun groupe</string>
<string name="create_new_group">Créer un nouveau groupe</string>
<string name="remove_from_group">Supprimer du groupe</string>
<string name="no_group_participants">Ce groupe est vide</string>
<string name="add_contacts">Ajouter des contacts</string>
<string name="no_group_created">Il n\y a aucun groupe de contacts sur l\appareil</string>
<string name="create_group">Créer un groupe</string>
<string name="add_to_group">Ajouter à un groupe</string>
<string name="create_group_under_account">Créer un groupe dans le compte</string>
<!-- Photo -->
<string name="remove_photo">Supprimer la photo</string>
<string name="change_photo">Changer la photo</string>
<!-- Settings -->
<string name="show_phone_numbers">Afficher les numéros de téléphone</string>
<string name="show_contact_thumbnails">Afficher les vignettes des contacts</string>
<string name="show_dialpad_button">Afficher un bouton de clavier de téléphone sur l\'écran principal</string>
<string name="on_contact_click">En touchant un contact</string>
<string name="call_contact">Appeler le contact</string>
<string name="view_contact">Afficher les détails du contact</string>
<string name="manage_shown_contact_fields">Gérer l\'affichage des champs des contacts</string>
<string name="contacts">Contacts</string>
<string name="show_only_contacts_with_numbers">N\afficher que les contacts avec un numéro de téléphone</string>
<string name="show_private_contacts">Présenter les contacts privés à Simple composeur, Simple SMS Messenger et Simple Calendar Pro</string>
<string name="merge_duplicate_contacts">Fusionner les contacts en double</string>
<!-- Favorites -->
<string name="no_favorites">Il semble que vous n\'avez pas encore ajouté de contacts favoris.</string>
<string name="toggle_favorite">Activer/désactiver le favori</string>
<!-- Search -->
<string name="search_contacts">Chercher dans les contacts</string>
<string name="search_favorites">Chercher dans les favoris</string>
<string name="search_groups">Chercher dans les groupes</string>
<!-- Export / Import -->
<string name="import_contacts">Importer des contacts</string>
<string name="export_contacts">Exporter des contacts</string>
<string name="import_contacts_from_vcf">Importer les contacts d\un fichier .vcf</string>
<string name="import_contacts_from_vcf_pro">Importer les contacts d\un fichier .vcf (Pro)</string>
<string name="export_contacts_to_vcf">Exporter les contacts vers un fichier .vcf</string>
<string name="target_contact_source">Compte de contacts cible</string>
<string name="include_contact_sources">Sources de contacts à inclure</string>
<string name="filename_without_vcf">Nom du fichier (sans .vcf)</string>
<!-- Dialpad -->
<string name="dialpad">Clavier de téléphone</string>
<string name="add_number_to_contact">Ajouter le numéro à un contact</string>
<!-- Visible fields -->
<string name="prefix">Préfixe</string>
<string name="suffix">Suffixe</string>
<string name="phone_numbers">Numéros de téléphone</string>
<string name="emails">Adresses courriel</string>
<string name="addresses">Adresses</string>
<string name="events">Évènements (différents anniversaires)</string>
<string name="organization">Organisme</string>
<string name="websites">Sites Web</string>
<string name="groups">Groupe</string>
<string name="contact_source">Source du contact</string>
<string name="instant_messaging">Messagerie instantanée (MI)</string>
<string name="ringtone">Sonnerie</string>
<!-- Confirmation dialog -->
<string name="delete_from_all_sources">Le contact sera supprimé de toutes les sources de contacts.</string>
<plurals name="delete_groups">
<item quantity="one">%d groupe</item>
<item quantity="many">%d groupes</item>
<item quantity="other">%d groupes</item>
</plurals>
<!-- FAQ -->
<string name="faq_1_title">Je veux modifier les champs affichés dans mes contacts. Puis-je le faire?</string>
<string name="faq_1_text">Oui. Accédez à Paramètres -&gt; Gérér l\affichage des champs des contacts. Vous pourrez y sélectionner les champs à afficher. Certains champs sont désactivés par défaut, vous pourrez donc en trouver des nouveaux.</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>