From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- browser/locales/en-US/browser/originControls.ftl | 65 ++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 browser/locales/en-US/browser/originControls.ftl (limited to 'browser/locales/en-US/browser/originControls.ftl') diff --git a/browser/locales/en-US/browser/originControls.ftl b/browser/locales/en-US/browser/originControls.ftl new file mode 100644 index 0000000000..a0c03b7c7e --- /dev/null +++ b/browser/locales/en-US/browser/originControls.ftl @@ -0,0 +1,65 @@ +# 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 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 Read and Change Data + +origin-controls-quarantined = + .label = Extension Not Allowed to Read and Change Data + +origin-controls-options = + .label = Extension Can Read and Change Data: + +origin-controls-option-all-domains = + .label = On All Sites + +origin-controls-option-when-clicked = + .label = Only 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 Allow 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-quarantined = Not allowed by { -vendor-short-name } 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 + +origin-controls-state-runnable-hover-open = Open extension + +origin-controls-state-runnable-hover-run = Run extension + +origin-controls-state-temporary-access = Can read and change data for this visit + +## Extension's toolbar button. +## Variables: +## $extensionTitle (String) - Extension name or title message. + +origin-controls-toolbar-button = + .label = { $extensionTitle } + .tooltiptext = { $extensionTitle } + +# Extension's toolbar button when permission is needed. +# Note that the new line is intentionally part of the tooltip. +origin-controls-toolbar-button-permission-needed = + .label = { $extensionTitle } + .tooltiptext = + { $extensionTitle } + Permission needed -- cgit v1.2.3