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

This commit is contained in:
runner 2022-06-18 02:44:01 +00:00 committed by Gabriel Luong
parent e6d93e16b3
commit ff4de9386d
1 changed files with 9 additions and 0 deletions

View File

@ -431,6 +431,8 @@
<!-- Title for the customize home screen section with Pocket. -->
<string name="customize_toggle_pocket">Pocket</string>
<!-- Title for the customize home screen section with sponsored Pocket stories. -->
<string name="customize_toggle_pocket_sponsored">Articles sponsorisés</string>
<!-- Title for the opening wallpaper settings screen -->
<string name="customize_wallpapers">Fonds décran</string>
<!-- Title for the customize home screen section with sponsored shortcuts. -->
@ -1624,6 +1626,8 @@
<string name="addresses_city">Ville</string>
<!-- The header for the subregion of an address when "state" should be used -->
<string name="addresses_state">État</string>
<!-- The header for the subregion of an address when "province" should be used -->
<string name="addresses_province">Province</string>
<!-- The header for the zip code of an address -->
<string name="addresses_zip">Code postal</string>
<!-- The header for the country or region of an address -->
@ -1833,6 +1837,11 @@
<!-- Content description for closing all inactive tabs -->
<string name="inactive_tabs_delete_all">Fermer tous les onglets inactifs</string>
<!-- Content description for expanding the inactive tabs section. -->
<string name="inactive_tabs_expand_content_description">Développer les onglets inactifs</string>
<!-- Content description for collapsing the inactive tabs section. -->
<string name="inactive_tabs_collapse_content_description">Réduire les onglets inactifs</string>
<!-- Inactive tabs auto-close message in the tabs tray -->
<!-- The header text of the auto-close message when the user is asked if they want to turn on the auto-closing of inactive tabs. -->
<string name="inactive_tabs_auto_close_message_header" tools:ignore="UnusedResources">Fermeture automatique après un mois ?</string>