Skip to content

Commit

Permalink
Import android-components quarantine (#878)
Browse files Browse the repository at this point in the history
Co-authored-by: l10n-bot <[email protected]>
  • Loading branch information
mozilla-pontoon and l10n-bot authored Feb 11, 2025
1 parent e95f91a commit 8f62e8c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
then we will show another collapsed entry saying "Access your data on 2 other domains". This entry it's for the plural case, when the add-on is accessing more than one extra domain.
%1$d will be replaced by an integer indicating the number of additional domains for which this web extension is requesting permission. -->
<string name="mozac_feature_addons_permissions_extra_domains_description_plural" tools:ignore="PluralsCandidate">Access your data on %1$d other domains</string>
<!-- When an add-on requires access to domains, this entry is used to describe the total number of domains. Underneath it will be the list of all the domains. %1$d is the number of all the domains that will be shown to the user as required. -->
<string name="mozac_feature_addons_permissions_all_domain_count_description" tools:ignore="PluralsCandidate">Access your data for sites in %1$d domains</string>
<!-- Content description for a permission item, for an installed add-on details page. %1$s will be replaced with the permission text name, %2$d will be replaced with the permission position in the list and %3$d will be replaced with the total number of permissions in the list.Taking as an example "Read and modify privacy settings" the whole text will read Read and modify privacy settings, 2 of 6. -->
<string name="mozac_feature_addons_permissions_content_description_item">%1$s, %2$d of %3$d</string>
<!-- Description for tabs add-on permission. -->
<string name="mozac_feature_addons_permissions_tabs_description">Access browser tabs</string>
<!-- Description for unlimited_storage permission. -->
<string name="mozac_feature_addons_permissions_unlimited_storage_description">Store unlimited amount of client-side data</string>
<string name="mozac_feature_addons_permissions_unlimited_storage_description" moz:removedIn="137" tools:ignore="UnusedResources">Store unlimited amount of client-side data</string>
<!-- Description for navigation permission. -->
<string name="mozac_feature_addons_permissions_web_navigation_description">Access browser activity during navigation</string>
<!-- Description for bookmarks permission. -->
Expand Down Expand Up @@ -78,6 +80,10 @@
<string name="mozac_feature_addons_permissions_user_scripts_extra_warning">Unverified scripts can pose security and privacy risks. Only run scripts from extensions or sources you trust.</string>
<!-- Description for devtools permission. -->
<string name="mozac_feature_addons_permissions_devtools_description">Extend developer tools to access your data in open tabs</string>
<!-- Description for text button that expands the list of domain permissions -->
<string name="mozac_feature_addons_permissions_show_all_sites">Show all sites</string>
<!-- Description for text button that hides the majority of the list of domain permissions -->
<string name="mozac_feature_addons_permissions_show_fewer_sites">Show fewer sites</string>
<!-- The version on of add-on. -->
<string name="mozac_feature_addons_version">Version</string>
<!-- The author of an add-on. -->
Expand Down

0 comments on commit 8f62e8c

Please sign in to comment.