diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-he/browser/browser/unifiedExtensions.ftl | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/l10n-he/browser/browser/unifiedExtensions.ftl b/l10n-he/browser/browser/unifiedExtensions.ftl new file mode 100644 index 0000000000..a5ee7cd8f4 --- /dev/null +++ b/l10n-he/browser/browser/unifiedExtensions.ftl @@ -0,0 +1,34 @@ +# 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 = הרחבות +unified-extensions-manage-extensions = + .label = ניהול הרחבות + +## 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 = פתיחת תפריט עבור { $extensionName } +unified-extensions-item-message-manage = ניהול הרחבה + +## Extension's context menu + +unified-extensions-context-menu-pin-to-toolbar = + .label = הצמדה לסרגל הכלים +unified-extensions-context-menu-manage-extension = + .label = ניהול הרחבה +unified-extensions-context-menu-remove-extension = + .label = הסרת הרחבה +unified-extensions-context-menu-report-extension = + .label = דיווח על הרחבה |