Bug 1811563 - Strings for Addon Permissions screen redesign r=android-reviewers,amejiamarmol

Differential Revision: https://phabricator.services.mozilla.com/D206069
This commit is contained in:
Zac McKenney 2024-04-10 23:57:31 +00:00
parent f94aae91d1
commit 8be03b9a44

View File

@ -597,6 +597,20 @@
<!-- Summary for notification preference indicating notifications are not allowed -->
<string name="notifications_not_allowed_summary">Not allowed</string>
<!-- Add-on Permissions -->
<!-- The title of the required permissions section from addon's permissions screen -->
<string name="addons_permissions_heading_required" tools:ignore="UnusedResources">Required</string>
<!-- The title of the optional permissions section from addon's permissions screen -->
<string name="addons_permissions_heading_optional" tools:ignore="UnusedResources">Optional</string>
<!-- The title of the section with websites that have permissions granted from addon's permissions screen -->
<string name="addons_permissions_heading_read_and_change_website_data" tools:ignore="UnusedResources">Read and change website data</string>
<!-- The description of the icon that can delete one of the websites displayed -->
<string name="addons_permissions_icon_description_delete_website" tools:ignore="UnusedResources">Delete website</string>
<!-- The title of the origin permission option allowing a user to enable the extension to run on all sites -->
<string name="addons_permissions_allow_for_all_sites" tools:ignore="UnusedResources">Allow for all sites</string>
<!-- The subtitle for the allow for all sites preference toggle -->
<string name="addons_permissions_allow_for_all_sites_subtitle" tools:ignore="UnusedResources">If you trust this extension, you can give it permission on every website.</string>
<!-- Add-on Preferences -->
<!-- Preference to customize the configured AMO (addons.mozilla.org) collection -->
<string name="preferences_customize_amo_collection" moz:removedIn="126" tools:ignore="UnusedResources">Custom Add-on collection</string>