Skip to content

Commit

Permalink
Import fenix quarantine
Browse files Browse the repository at this point in the history
  • Loading branch information
l10n-bot authored and github-actions[bot] committed Feb 18, 2025
1 parent d1de9ec commit 04310e5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions mozilla-mobile/fenix/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2428,6 +2428,8 @@
<!-- Awesome bar suggestion's headers -->
<!-- Search suggestions title for Firefox Suggest. -->
<string name="firefox_suggest_header" tools:ignore="BrandUsage">Firefox Suggest</string>
<!-- Search suggestions title for trending searches. -->
<string name="trending_searches_header">Trending Searches</string>
<!-- Title for search suggestions when Google is the default search suggestion engine. -->
<string name="google_search_engine_suggestion_header">Google Search</string>
<!-- Title for search suggestions when the default search suggestion engine is anything other than Google. The first parameter is default search engine name. -->
Expand Down Expand Up @@ -2848,6 +2850,10 @@
<string name="download_language_file_dialog_negative_button_text">Cancel</string>

<!-- Unified Trust Panel -->
<!-- Text for the protection panel header when the site is secure. -->
<string name="protection_panel_header_secure">Secure</string>
<!-- Text for the protection panel header when the site is not secure. -->
<string name="protection_panel_header_not_secure">Not secure</string>
<!-- Title text for the protection panel banner when the site is not secure. -->
<string name="protection_panel_banner_not_secure_title">Be careful on this site</string>
<!-- Description text for the protection panel banner when the site is not secure. -->
Expand All @@ -2868,6 +2874,36 @@
<string name="protection_panel_etp_toggle_enabled_description">If something looks broken on this site, try turning off protections.</string>
<!-- Description text for the Enhanced Tracking Protection toggle when tracking protection is disabled. -->
<string name="protection_panel_etp_toggle_disabled_description">Protections are OFF. We suggest turning them back on.</string>
<!-- Text for displaying the total number of trackers blocked in the protection panel.
%d is a placeholder for the number of trackers blocked. -->
<string name="protection_panel_num_trackers_blocked">%d Trackers blocked</string>
<!-- Text for when no trackers have been blocked. -->
<string name="protection_panel_no_trackers_blocked">No trackers found</string>
<!-- Link text to navigate to privacy and security settings from the protection panel. -->
<string name="protection_panel_privacy_and_security_settings">Privacy and security settings</string>
<!-- Text for displaying the total number of trackers blocked in the trackers blocked panel.
%d is a placeholder for the number of trackers blocked. -->
<string name="trackers_blocked_panel_total_num_trackers_blocked">Trackers blocked: %d</string>
<!-- Text for displaying the number of trackers blocked for a specific tracker category in the trackers blocked panel.
%s is a placeholder for the name of the tracker category.
%d is a placeholder for the number of trackers blocked. -->
<string name="trackers_blocked_panel_categorical_num_trackers_blocked">%s: %d</string>
<!-- Description text for a dialog confirming whether the user wants to delete all data for current site.
%s is a placeholder for the base domain of website. -->
<string name="clear_site_data_dialog_description"><![CDATA[Removing cookies and site data for <b>%s</b> might log you out of websites and clear shopping carts.]]></string>
<!-- Button text on the clear site data dialog to allow users to confirm they wish to clear the site data. -->
<string name="clear_site_data_dialog_positive_button_text">Clear</string>
<!-- Button text on the clear site data dialog to allow users to cancel the action and not clear the site data. -->
<string name="clear_site_data_dialog_negative_button_text">Cancel</string>
<!-- Snackbar title shown when the site data has been cleared. -->
<string name="clear_site_data_snackbar">Cookies and site data removed</string>
<!-- Text for the connection security panel when the site is secure. -->
<string name="connection_security_panel_secure">Secure connection</string>
<!-- Text for the connection security panel when the site is not secure. -->
<string name="connection_security_panel_not_secure">Connection not secure</string>
<!-- Text for the connection security panel to indicate who the certificate was verified by.
%s is a placeholder for the name of the certificate authority that verified the ticket -->
<string name="connection_security_panel_verified_by">Verified by %s</string>

<!-- Debug drawer -->
<!-- The user-facing title of the Debug Drawer feature. -->
Expand Down

0 comments on commit 04310e5

Please sign in to comment.