diff options
Diffstat (limited to 'app/src/main/res/values-fr-rFR')
5 files changed, 9 insertions, 5 deletions
diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml index 95df1a16..5c48b1c9 100644 --- a/app/src/main/res/values-fr-rFR/strings.xml +++ b/app/src/main/res/values-fr-rFR/strings.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!--Generated by crowdin.com--> <resources> - <!--Tabs--> <string name="feed">Fil d\'actualités</string> <string name="most_recent">Les plus récents</string> <string name="top_stories">À la une</string> @@ -20,11 +19,11 @@ <string name="photos">Photos</string> <string name="notes">Notes</string> <string name="on_this_day">Aujourd\'hui</string> - <!--Login--> <string name="loading_account">Tout se prépare…</string> <string name="welcome">Bienvenue %s</string> <string name="select_facebook_account">Sélectionnez le compte Facebook</string> <string name="account_not_found">Le compte actuel n’est pas dans la base de données</string> + <string name="frost_requests">Demandes Frost</string> <string name="frost_notifications">Notifications Frost</string> <string name="requires_custom_theme">Nécessite un thème personnalisé</string> <string name="subject">Sujet</string> @@ -34,14 +33,15 @@ <string name="new_message">Nouveau message</string> <string name="no_text">Aucun texte</string> <string name="show_all_results">Afficher tous les résultats</string> - <!--About--> <string name="frost_description">Frost est une alternative entièrement personnalisable, entièrement fonctionnelle à l’application Facebook officielle, fait à partir de zéro et fièrement open source.</string> <string name="faq_title">Frost FAQ</string> - <!--HTML Extractor--> <string name="html_extraction_error">Une erreur s’est produite dans l’extraction html.</string> <string name="html_extraction_cancelled">La requête a été annulée.</string> <string name="html_extraction_timeout">La requête a expiré.</string> <string name="file_chooser_not_found">Sélecteur de fichier introuvable</string> <string name="top_bar">Barre supérieure</string> <string name="bottom_bar">Barre inférieure</string> + <string name="preview">Aperçu</string> + <string name="options">Options</string> + <string name="tab_customizer_instructions">Appuyez longuement et faites glisser pour réorganiser les icônes du haut.</string> </resources> diff --git a/app/src/main/res/values-fr-rFR/strings_download.xml b/app/src/main/res/values-fr-rFR/strings_download.xml index 7444b947..b30099fb 100644 --- a/app/src/main/res/values-fr-rFR/strings_download.xml +++ b/app/src/main/res/values-fr-rFR/strings_download.xml @@ -11,4 +11,5 @@ <string name="downloaded_video">Vidéo téléchargée</string> <string name="downloading_file">Téléchargement du fichier</string> <string name="downloaded_file">Fichier téléchargé</string> + <string name="error_invalid_download">Tentative de téléchargement invalide</string> </resources> diff --git a/app/src/main/res/values-fr-rFR/strings_errors.xml b/app/src/main/res/values-fr-rFR/strings_errors.xml index 915b4e7f..afc1fc8b 100644 --- a/app/src/main/res/values-fr-rFR/strings_errors.xml +++ b/app/src/main/res/values-fr-rFR/strings_errors.xml @@ -7,4 +7,6 @@ <string name="invalid_share_url_desc">Vous avez partagé un bloc de texte qui n’est pas une url. Le texte a été copié dans votre presse-papiers, donc vous pouvez le partager manuellement vous-même.</string> <string name="no_download_manager">Aucun gestionnaire de téléchargement</string> <string name="no_download_manager_desc">Le gestionnaire de téléchargement n’est pas activé. Souhaitez-vous l\'activer afin d\'autoriser les téléchargements ?</string> + <string name="error_generic">Une erreur est survenue.</string> + <string name="video_load_failed">Impossible de charger la vidéo</string> </resources> diff --git a/app/src/main/res/values-fr-rFR/strings_pref_appearance.xml b/app/src/main/res/values-fr-rFR/strings_pref_appearance.xml index 5e128669..5528a2b6 100644 --- a/app/src/main/res/values-fr-rFR/strings_pref_appearance.xml +++ b/app/src/main/res/values-fr-rFR/strings_pref_appearance.xml @@ -11,6 +11,8 @@ <string name="global_customization">Personnalisation globale</string> <string name="main_activity_layout">Disposition de l\'activité principale</string> <string name="main_activity_layout_desc">Régler la disposition de l\'activité principale</string> + <string name="main_tabs">Onglets de l\'activité principale</string> + <string name="main_tabs_desc">Personnalisez les onglets que vous verrez dans votre activité principale</string> <string name="rounded_icons">Icônes rondes</string> <string name="rounded_icons_desc">Les photos de profil et les icônes de conversation de groupe seront arrondis</string> <string name="tint_nav">Teinter la barre de navigation</string> diff --git a/app/src/main/res/values-fr-rFR/strings_pref_notifications.xml b/app/src/main/res/values-fr-rFR/strings_pref_notifications.xml index fb519054..99b89e0a 100644 --- a/app/src/main/res/values-fr-rFR/strings_pref_notifications.xml +++ b/app/src/main/res/values-fr-rFR/strings_pref_notifications.xml @@ -15,7 +15,6 @@ <string name="notification_messages_all_accounts">Notifier les messages de tous les comptes</string> <string name="notification_messages_all_accounts_desc">Recevoir des notifications de messagerie instantanée de tous les comptes</string> <string name="notification_fetch_now">Récupérer notifications maintenant</string> - <string name="notification_fetch_now_desc">Déclencher une fois l’outil de récupération de notification. Notez que la récupération de messages instantanés prend du temps.</string> <string name="notification_fetch_success">Récupération des notifications…</string> <string name="notification_fetch_fail">Récupération des notifications impossible</string> <string name="notification_sound">Son de notification</string> |