Strings - app/src/main/res/values-fr/strings.xml

pull/393/head
runner 3 years ago committed by Arturo Mejia
parent 37f81deb65
commit 4e60fff768

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
<!-- App name for private browsing mode. The first parameter is the name of the app defined in app_name (for example: Fenix)-->
@ -120,6 +120,11 @@
<!-- Button text for showing all the tabs in the tabs tray -->
<string name="recent_tabs_show_all">Tout afficher</string>
<!-- History Metadata -->
<!-- Header text for a section on the home screen that displays grouped highlights from the
user's browsing history, such as topics they have researched or explored on the web -->
<string name="history_metadata_header">Explorations passées</string>
<!-- Browser Fragment -->
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
<string name="browser_tabs_button">Onglets ouverts</string>
@ -631,6 +636,26 @@
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one month-->
<string name="close_tabs_after_one_month_summary">Fermeture après un mois</string>
<!-- Studies -->
<!-- Title of the remove studies button -->
<string name="studies_remove">Supprimer</string>
<!-- Title of the active section on the studies list -->
<string name="studies_active">Activées</string>
<!-- Description for studies, it indicates why Firefox use studies -->
<string name="studies_description">Firefox peut installer et lancer des études de temps en temps.</string>
<!-- Learn more link for studies, links to an article for more information about studies. -->
<string name="studies_learn_more">En savoir plus</string>
<!-- Dialog message shown after removing a study -->
<string name="studies_restart_app">Lapplication se fermera pour appliquer les modifications</string>
<!-- Dialog button to confirm the removing a study. -->
<string name="studies_restart_dialog_ok">OK</string>
<!-- Dialog button text for canceling removing a study. -->
<string name="studies_restart_dialog_cancel">Annuler</string>
<!-- Toast shown after turning on/off studies preferences -->
<string name="studies_toast_quit_application" tools:ignore="UnusedResources">Fermeture de lapplication pour appliquer les modifications…</string>
<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">Onglets ouverts</string>
@ -658,6 +683,8 @@
<string name="tab_tray_menu_item_share">Partager tous les onglets</string>
<!-- Text shown in the menu to view recently closed tabs -->
<string name="tab_tray_menu_recently_closed">Onglets récemment fermés</string>
<!-- Text shown in the tabs tray inactive tabs section -->
<string name="tab_tray_inactive_recently_closed">Récemment fermés</string>
<!-- Text shown in the menu to view account settings -->
<string name="tab_tray_menu_account_settings">Paramètres du compte</string>
<!-- Text shown in the menu to view tab settings -->
@ -957,6 +984,11 @@
<!-- Summary of delete browsing data on quit preference if it is set to off -->
<string name="delete_browsing_data_quit_off">Désactivé</string>
<!-- Summary of studies preference if it is set to on -->
<string name="studies_on">Activé</string>
<!-- Summary of studies data on quit preference if it is set to off -->
<string name="studies_off">Désactivé</string>
<!-- Collections -->
<!-- Collections header on home fragment -->
<string name="collections_header">Collections</string>
@ -1134,7 +1166,7 @@
<!-- Tab collection deletion prompt dialog option to delete the collection -->
<string name="tab_collection_dialog_positive">Supprimer</string>
<!-- Tab collection deletion prompt dialog option to cancel deleting the collection -->
<string name="tab_collection_dialog_negative">Annuler</string>
<string moz:removedIn="93" name="tab_collection_dialog_negative" tools:ignore="UnusedResources">Annuler</string>
<!-- Text displayed in a notification when the user enters full screen mode -->
<string name="full_screen_notification">Mode plein écran activé</string>
@ -1307,7 +1339,7 @@ Cependant, il peut être moins stable. Téléchargez la version bêta de notre n
<string name="onboarding_privacy_notice_read_button">Consulter notre politique de confidentialité</string>
<!-- Content description (not visible, for screen readers etc.): Close onboarding screen -->
<string name="onboarding_close">Fermer</string>
<string moz:removedIn="93" name="onboarding_close" tools:ignore="UnusedResources">Fermer</string>
<!-- text for the button to finish onboarding -->
<string name="onboarding_finish">Commencer la navigation</string>
@ -1409,6 +1441,9 @@ Cependant, il peut être moins stable. Téléchargez la version bêta de notre n
<string name="preference_enhanced_tracking_protection_custom_cryptominers">Mineurs de cryptomonnaies</string>
<!-- Preference for enhanced tracking protection for the custom protection settings -->
<string name="preference_enhanced_tracking_protection_custom_fingerprinters">Détecteurs dempreinte numérique</string>
<!-- Button label for navigating to the Enhanced Tracking Protection details -->
<string name="enhanced_tracking_protection_details">Détails</string>
<!-- Header for categories that are being being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_blocked">Bloqués</string>
<!-- Header for categories that are being not being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_allowed">Autorisés</string>
@ -1433,7 +1468,7 @@ Cependant, il peut être moins stable. Téléchargez la version bêta de notre n
<!-- Description of tracking content that can be blocked by Enhanced Tracking Protection -->
<string name="etp_tracking_content_description">Empêche le chargement des publicités, vidéos et autres contenus dorigine externe au site et contenant du code de pistage. Peut affecter certaines fonctionnalités du site.</string>
<!-- Enhanced Tracking Protection Onboarding Message shown in a dialog above the toolbar. The first parameter is the name of the application (For example: Fenix) -->
<string name="etp_onboarding_cfr_message">Quand le bouclier est violet, cest que %s a bloqué des traqueurs sur le site visité. Appuyez pour en savoir plus.</string>
<string moz:removedIn="93" name="etp_onboarding_cfr_message" tools:ignore="UnusedResources">Quand le bouclier est violet, cest que %s a bloqué des traqueurs sur le site visité. Appuyez pour en savoir plus.</string>
<!-- Enhanced Tracking Protection message that protection is currently on for this site -->
<string name="etp_panel_on">Les protections sont activées pour ce site</string>
<!-- Enhanced Tracking Protection message that protection is currently off for this site -->
@ -1515,7 +1550,17 @@ Cependant, il peut être moins stable. Téléchargez la version bêta de notre n
<!-- Preference option for never saving passwords in Fenix -->
<string name="preferences_passwords_save_logins_never_save">Ne jamais enregistrer</string>
<!-- Preference for autofilling saved logins in Fenix -->
<string name="preferences_passwords_autofill">Remplissage automatique</string>
<string moz:removedIn="93" name="preferences_passwords_autofill" tools:ignore="UnusedResources">Remplissage automatique</string>
<!-- Preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill2">Remplissage automatique dans %1$s</string>
<!-- Description for the preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill_description">Remplir et enregistrer les noms dutilisateur et les mots de passe dans les sites web tout en utilisant %1$s.</string>
<!-- Preference for autofilling logins from Fenix in other apps (e.g. autofilling the Twitter app) -->
<string name="preferences_android_autofill">Remplissage automatique dans dautres applications</string>
<!-- Description for the preference for autofilling logins from Fenix in other apps (e.g. autofilling the Twitter app) -->
<string name="preferences_android_autofill_description">Remplit les noms dutilisateur et les mots de passe dans dautres applications sur votre appareil.</string>
<!-- Preference for syncing saved logins in Fenix -->
<string name="preferences_passwords_sync_logins">Synchroniser les identifiants</string>
<!-- Preference for syncing saved logins in Fenix, when not signed in-->
@ -1834,6 +1879,16 @@ Cependant, il peut être moins stable. Téléchargez la version bêta de notre n
<!-- Dialog button text for canceling the rename top site prompt. -->
<string name="top_sites_rename_dialog_cancel">Annuler</string>
<!-- In-activate tabs in the tabs tray -->
<!-- Title text displayed in the tabs tray when a tab has been unused for 4 days. -->
<string name="inactive_tabs_title">Onglets inactifs</string>
<!-- A description below the section of "inactive" tabs to notify the user when those tabs will be closed, if appropriate. See strings inactive_tabs_30_days and inactive_tabs_7_days for placeholders options. -->
<string name="inactive_tabs_description">Les onglets sont disponibles ici pendant %s jours. Après ce délai, les onglets seront automatiquement fermés.</string>
<!-- The amount of time until a tab in the "inactive" section of the tabs tray will be closed. See string inactive_tabs_description as well -->
<string name="inactive_tabs_30_days">30 jours</string>
<!-- The amount of time until a tab in the "inactive" section of the tabs tray will be closed. See string inactive_tabs_description as well -->
<string name="inactive_tabs_7_days">1 semaine</string>
<!-- Default browser experiment -->
<string name="default_browser_experiment_card_text">Faites en sorte que les liens des sites web, des courriels et des messages souvrent automatiquement dans Firefox.</string>

Loading…
Cancel
Save