blob: 409e6892acdc119b8cff50ddc6f883a74bf01630 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 = Поскаржитись на розширення
|