Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import fenix quarantine #882

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 97 additions & 1 deletion mozilla-mobile/fenix/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1980,6 +1980,99 @@
Enhanced tracking protection exception preference icon for ETP settings. -->
<string name="preference_etp_exceptions_icon_description">Enhanced tracking protection exception preference icon</string>

<!-- DNS Over HTTPS (DoH) -->
<!-- Preference title for DNS over HTTPS settings -->
<string name="preference_doh_title">DNS Over HTTPS</string>
<!-- Description of the preference to enable "DNS over HTTPS". %1$s is replaced by a link using `preference_doh_learn_more` at text ("Learn More"). -->
<string name="preference_doh_summary">Domain Name System (DNS) over HTTPS sends your request for a domain name through an encrypted connection, providing a secure DNS and making it harder for others to see which website you’re about to access. %1$s</string>
<!-- Used as text for the link in `preference_doh_title`, points to documentation about "DNS over HTTPS" -->
<string name="preference_doh_learn_more">Learn more</string>

<!-- Content description for the toolbar "Navigate up" button -->
<string name="preference_doh_up_description">Navigate up</string>
<!-- Content description for the "Exceptions" button -->
<string name="preference_doh_exceptions_description">Exceptions</string>
<!-- Content description for the "Info" button -->
<string name="preference_doh_info_description">Info</string>
<!-- Content description for the "Add Site" button -->
<string name="preference_doh_add_site_description">Add Site</string>

<!-- Title displayed for "Default Protection" option under "DNS over HTTPS" -->
<string name="preference_doh_default_protection">Default Protection</string>
<!-- Summary displayed for "Default Protection" option under "DNS over HTTPS". %1$s is the name of the application (e.g. Fenix). -->
<string name="preference_doh_default_protection_summary">%1$s decides when to use secure DNS to protect your privacy.</string>
<!-- Bullet point 1 for "Default Protection" information page under "DNS over HTTPS" -->
<string name="preference_doh_default_protection_info_1">Use the provider you select</string>
<!-- Bullet point 2 for "Default Protection" information page under "DNS over HTTPS" -->
<string name="preference_doh_default_protection_info_2">Use your default DNS resolver if there is a problem with the secure DNS provider</string>
<!-- Bullet point 3 for "Default Protection" information page under "DNS over HTTPS". %1$s is replaced by a link using `preference_doh_learn_more` at text ("Learn More"). -->
<string name="preference_doh_default_protection_info_3">Use a local provider, if possible. %1$s</string>
<!-- Bullet point 4 for "Default Protection" information page under "DNS over HTTPS" -->
<string name="preference_doh_default_protection_info_4">Turn off when VPN, parental control, or enterprise policies are active</string>
<!-- Bullet point 5 for "Default Protection" information page under "DNS over HTTPS". %1$s is the name of the application (e.g. Fenix). %2$s is replaced by a link using `preference_doh_learn_more` at text ("Learn More"). -->
<string name="preference_doh_default_protection_info_5">Turn off when a network tells %1$s it shouldn’t use secure DNS. %2$s</string>

<!-- Title displayed for "Increased Protection" option under "DNS over HTTPS" -->
<string name="preference_doh_increased_protection">Increased Protection</string>
<!-- Summary displayed for "Increased Protection" option under "DNS over HTTPS" -->
<string name="preference_doh_increased_protection_summary">You control when to use secure DNS and choose your provider.</string>
<!-- Bullet point 1 for "Increased Protection" information page under "DNS over HTTPS" -->
<string name="preference_doh_increased_protection_info_1">Use the provider you select</string>
<!-- Bullet point 2 for "Increased Protection" information page under "DNS over HTTPS" -->
<string name="preference_doh_increased_protection_info_2">Only use your default DNS resolver if there is a problem with secure DNS</string>

<!-- Title displayed for "Max Protection" option under "DNS over HTTPS" -->
<string name="preference_doh_max_protection">Max Protection</string>
<!-- Summary displayed for "Max Protection" option under "DNS over HTTPS". %1$s is the name of the application (e.g. Fenix). -->
<string name="preference_doh_max_protection_summary">%1$s will always use secure DNS. You’ll see a security risk warning before we use your system DNS.</string>
<!-- Bullet point 1 for "Max Protection" information page under "DNS over HTTPS" -->
<string name="preference_doh_max_protection_info_1">Only use the provider you select</string>
<!-- Bullet point 2 for "Max Protection" information page under "DNS over HTTPS" -->
<string name="preference_doh_max_protection_info_2">Always warn if secure DNS isn’t available</string>
<!-- Bullet point 3 for "Max Protection" information page under "DNS over HTTPS" -->
<string name="preference_doh_max_protection_info_3">If secure DNS is not available sites will not load or function properly</string>

<!-- Title displayed for "Off" option under "DNS over HTTPS" -->
<string name="preference_doh_off">Off</string>
<!-- Summary displayed for "Off" option under "DNS over HTTPS" -->
<string name="preference_doh_off_summary">Use your default DNS resolver</string>

<!-- Text displayed above provider dropdown under "DNS over HTTPS" -->
<string name="preference_doh_choose_provider">Choose provider</string>
<!-- Text displayed for "Default provider" under "DNS over HTTPS" providers -->
<string name="preference_doh_provider_default">(default)</string>
<!-- Text displayed for "Custom" under "DNS over HTTPS" providers -->
<string name="preference_doh_provider_custom">Custom</string>
<!-- Text displayed for "Custom provider" dialog under "DNS over HTTPS" -->
<string name="preference_doh_provider_custom_dialog_title">Custom provider</string>
<!-- Text displayed above provider textfield under "DNS over HTTPS" -->
<string name="preference_doh_provider_custom_dialog_textfield">Provider</string>
<!-- Error text displayed for provider textfield under "DNS over HTTPS" if the URL does not start with "https://" or its scheme is not "https"-->
<string name="preference_doh_provider_custom_dialog_error_https">URL must start with “https://”</string>
<!-- Error text displayed for provider textfield under "DNS over HTTPS" if the URL is invalid -->
<string name="preference_doh_provider_custom_dialog_error_invalid">Invalid URL</string>
<!-- Cancel button text for provider textfield under "DNS over HTTPS" -->
<string name="preference_doh_provider_custom_dialog_cancel">Cancel</string>
<!-- Add button text for provider textfield under "DNS over HTTPS" -->
<string name="preference_doh_provider_custom_dialog_add">Add</string>

<!-- Preference to access list of login exceptions that we don't use DNS over HTTPS -->
<string name="preference_doh_exceptions">Exceptions</string>
<!-- Description of "exceptions" for "DNS over HTTPS". The first parameter is the name of the application. (For example: Fenix) -->
<string name="preference_doh_exceptions_summary">%1$s won’t use secure DNS on these sites and their subdomains.</string>
<!-- Text displayed that links to adding website domain for "DNS over HTTPS" exceptions. -->
<string name="preference_doh_exceptions_add">Add site</string>
<!-- Text displayed above the input field when adding exceptions for "DNS over HTTPS". -->
<string name="preference_doh_exceptions_add_site">Site</string>
<!-- Placeholder URL displayed in the input field when adding exceptions for "DNS over HTTPS". -->
<string name="preference_doh_exceptions_add_placeholder">example.com</string>
<!-- Error displayed in the input field when adding invalid URLs for "DNS over HTTPS". -->
<string name="preference_doh_exceptions_add_error">Must be a valid domain</string>
<!-- Text displayed on the button within the input field for adding exceptions to "DNS over HTTPS" -->
<string name="preference_doh_exceptions_add_save">Save</string>
<!-- Text displayed for removing all exceptions in "DNS over HTTPS" -->
<string name="preference_doh_exceptions_remove_all_exceptions">Remove all exceptions</string>

<!-- About page link text to open support link -->
<string name="about_support">Support</string>
<!-- About page link text to list of past crashes (like about:crashes on desktop) -->
Expand Down Expand Up @@ -2431,7 +2524,10 @@
<!-- 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>
<string name="trending_searches_header" moz:removedIn="137" tools:ignore="UnusedResources">Trending Searches</string>
<!-- Search suggestions title for trending search suggestions.
%s is a placeholder for the name of the search engine providing the trending search suggestions. -->
<string name="trending_searches_header_2">Trending on %s</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