forked from mirrors/gecko-dev
I didn't version the string because this is still a "preview" file. Differential Revision: https://phabricator.services.mozilla.com/D159044
42 lines
1.6 KiB
Text
42 lines
1.6 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.
|
||
|
||
## These strings appear in Origin Controls for Extensions. Currently,
|
||
## they are visible in the context menu for extension toolbar buttons,
|
||
## and are used to inform the user how the extension can access their
|
||
## data for the current website, and allow them to control it.
|
||
|
||
origin-controls-no-access =
|
||
.label = Extension can’t access site data
|
||
|
||
origin-controls-options =
|
||
.label = Extension can access site data:
|
||
|
||
origin-controls-option-all-domains =
|
||
.label = On all sites
|
||
|
||
origin-controls-option-when-clicked =
|
||
.label = When clicked
|
||
|
||
# This string denotes an option that grants the extension access to
|
||
# the current site whenever they visit it.
|
||
# Variables:
|
||
# $domain (String) - The domain for which the access is granted.
|
||
origin-controls-option-always-on =
|
||
.label = Always on { $domain }
|
||
|
||
## These strings are used to map Origin Controls states to user-friendly
|
||
## messages. They currently appear in the unified extensions panel.
|
||
|
||
origin-controls-state-no-access = Can’t read and change data on this site
|
||
|
||
origin-controls-state-always-on = Can always read and change data on this site
|
||
|
||
origin-controls-state-when-clicked = Permission needed to read and change data
|
||
|
||
origin-controls-state-hover-run-visit-only = Run for this visit only
|