|
111 | 111 | describes Mozilla's Privacy Policy. --> |
112 | 112 | <string name="settings_privacy_policy">Politique de confidentialité</string> |
113 | 113 |
|
| 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 | + |
114 | 128 | <!-- This string is used to label a button in the 'Settings' dialog window that, when pressed, |
115 | 129 | opens a dialog box that contains settings that an application or Web developer might want to change. --> |
116 | 130 | <string name="settings_developer_options">Options de développement</string> |
|
502 | 516 | of this storage even though the storage may not reside on external removable media. --> |
503 | 517 | <string name="security_options_permission_storage">Accéder en lecture au stockage externe</string> |
504 | 518 |
|
| 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 | + |
505 | 527 | <!-- This string is a label above the group of switches that indicates that the switches below |
506 | 528 | relate to Firefox data collection and use. --> |
507 | 529 | <string name="security_options_speech_data_collection_title">Collecte et utilisation de données par %1$s</string> |
|
763 | 785 | <!-- This string labels the Reset button that restores the default privacy and security settings values. --> |
764 | 786 | <string name="privacy_options_reset">Réinitialiser les paramètres de confidentialité et de sécurité</string> |
765 | 787 |
|
| 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 | + |
766 | 797 | <!-- This string labels the Reset button that restores the default controller settings values. --> |
767 | 798 | <string name="controller_options_reset">Réinitialiser les paramètres du contrôleur</string> |
768 | 799 |
|
|
1027 | 1058 | when there is one window left. When clicked, it closes the private session --> |
1028 | 1059 | <string name="private_clear_button">Effacer</string> |
1029 | 1060 |
|
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