forked from mirrors/gecko-dev
35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
# 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/.
|
|
|
|
### This file is not in a locales directory to prevent it from being
|
|
### translated as the feature is still in development and strings are
|
|
### likely to change (or new strings will be added).
|
|
|
|
## 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-manage-extension =
|
|
.label = Manage extension
|
|
|
|
unified-extensions-context-menu-remove-extension =
|
|
.label = Remove extension
|
|
|
|
unified-extensions-context-menu-report-extension =
|
|
.label = Report extension
|