Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 7bb9f64

Browse files
Import l10n.
1 parent ef0066d commit 7bb9f64

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

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

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,20 @@
111111
describes Mozilla's Privacy Policy. -->
112112
<string name="settings_privacy_policy">Politique de confidentialité</string>
113113

114+
<!-- This string is used as the title of the pop-ups dialog used to remove sites from the currently
115+
allowed pop-up sites. -->
116+
<string name="settings_privacy_policy_popups_title">Autorisations popups</string>
117+
118+
<!-- This string is displayed under the title the pop-ups dialog used to remove sites from the currently
119+
allowed pop-up sites. -->
120+
<string name="settings_privacy_policy_popups_description">Vous pouvez spécifier quels sites web sont autorisés à ouvrir des fenêtres popup.</string>
121+
122+
<!-- This string is displayed in the switch of each item of the the pop-up blocking list when the site is allowed. -->
123+
<string name="pop_up_site_switch_allow">Autoriser</string>
124+
125+
<!-- This string is displayed in the switch of each item of the the pop-up blocking list when the site is denied. -->
126+
<string name="pop_up_site_switch_block">Bloquer</string>
127+
114128
<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
115129
opens a dialog box that contains settings that an application or Web developer might want to change. -->
116130
<string name="settings_developer_options">Options de développement</string>
@@ -502,6 +516,14 @@
502516
of this storage even though the storage may not reside on external removable media. -->
503517
<string name="security_options_permission_storage">Accéder en lecture au stockage externe</string>
504518

519+
<!-- This string labels the button in the privacy option panel that enables/disables the pop-up
520+
blocking. -->
521+
<string name="security_options_block_pup_up_windows">Bloquer les fenêtres popup</string>
522+
523+
<!-- This string labels the button in the privacy option panel that open the dialog to add/remove
524+
pop-up blocked sites. -->
525+
<string name="security_options_block_pup_up_settings">Avancé</string>
526+
505527
<!-- This string is a label above the group of switches that indicates that the switches below
506528
relate to Firefox data collection and use. -->
507529
<string name="security_options_speech_data_collection_title">Collecte et utilisation de données par %1$s</string>
@@ -763,6 +785,15 @@
763785
<!-- This string labels the Reset button that restores the default privacy and security settings values. -->
764786
<string name="privacy_options_reset">Réinitialiser les paramètres de confidentialité et de sécurité</string>
765787

788+
<!-- This string labels the Clear All button that removes all the sites from the stored allowed pop-ups sites. -->
789+
<string name="privacy_options_popups_clear_all">Tout effacer</string>
790+
791+
<!-- This string labels the Reset button that removes all the sites from the stored allowed pop-ups sites. -->
792+
<string name="privacy_options_popups_reset">Réinitialiser les paramètres de blocage des fenêtres popup</string>
793+
794+
<!-- This string is displayed on top of the allowed sites list in the allowed pop-ups panel. -->
795+
<string name="privacy_options_popups_list_header">Les sites web suivants ont demandé à ouvrir des fenêtres popup :</string>
796+
766797
<!-- This string labels the Reset button that restores the default controller settings values. -->
767798
<string name="controller_options_reset">Réinitialiser les paramètres du contrôleur</string>
768799

@@ -1027,4 +1058,18 @@
10271058
when there is one window left. When clicked, it closes the private session -->
10281059
<string name="private_clear_button">Effacer</string>
10291060

1030-
</resources>
1061+
<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
1062+
<string name="popup_block_description">Voulez-vous les afficher tout de même ?</string>
1063+
1064+
<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
1065+
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->
1066+
<string name="popup_block_checkbox">Ne plus demander pour ce site</string>
1067+
1068+
<!-- This string is displayed on the left button of the pop-up blocking dialog.
1069+
If the button is clicked the pop-up will be shown -->
1070+
<string name="popup_block_button_show">Afficher</string>
1071+
1072+
<!-- This string is displayed on the right button of the pop-up blocking dialog.
1073+
If the button is clicked the pop-up will be blocked -->
1074+
<string name="popup_block_button_do_not_show">Ne pas afficher</string>
1075+
</resources>

0 commit comments

Comments
 (0)