diff options
Diffstat (limited to 'l10n-en-CA/browser/browser/unifiedExtensions.ftl')
-rw-r--r-- | l10n-en-CA/browser/browser/unifiedExtensions.ftl | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/l10n-en-CA/browser/browser/unifiedExtensions.ftl b/l10n-en-CA/browser/browser/unifiedExtensions.ftl new file mode 100644 index 0000000000..f2b4848422 --- /dev/null +++ b/l10n-en-CA/browser/browser/unifiedExtensions.ftl @@ -0,0 +1,48 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +### These strings appear in the Unified Extensions panel. + + +## Panel + +unified-extensions-header-title = Extensions +unified-extensions-manage-extensions = + .label = Manage extensions + +## An extension in the main list + +# Each extension in the unified extensions panel (list) has a secondary button +# to open a context menu. This string is used for each of these buttons. +# Variables: +# $extensionName (String) - Name of the extension +unified-extensions-item-open-menu = + .aria-label = Open menu for { $extensionName } +unified-extensions-item-message-manage = Manage extension + +## Extension's context menu + +unified-extensions-context-menu-pin-to-toolbar = + .label = Pin to Toolbar +unified-extensions-context-menu-manage-extension = + .label = Manage Extension +unified-extensions-context-menu-remove-extension = + .label = Remove Extension +unified-extensions-context-menu-report-extension = + .label = Report Extension +unified-extensions-context-menu-move-widget-up = + .label = Move Up +unified-extensions-context-menu-move-widget-down = + .label = Move Down + +## Notifications + +unified-extensions-mb-quarantined-domain-title = Some extensions are not allowed +unified-extensions-mb-quarantined-domain-message = Only some extensions monitored by { -vendor-short-name } are allowed on this site to protect your data. +unified-extensions-mb-quarantined-domain-message-2 = To protect your data, some extensions can’t read or change data on this site. Use the extension’s settings to allow on sites restricted by { -vendor-short-name }. +# .heading is processed by moz-message-bar to be used as a heading attribute +unified-extensions-mb-quarantined-domain-message-3 = + .heading = Some extensions are not allowed + .message = To protect your data, some extensions can’t read or change data on this site. Use the extension’s settings to allow on sites restricted by { -vendor-short-name }. |