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 --- .../chrome/browser/sitePermissions.properties | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 browser/locales/en-US/chrome/browser/sitePermissions.properties (limited to 'browser/locales/en-US/chrome/browser/sitePermissions.properties') diff --git a/browser/locales/en-US/chrome/browser/sitePermissions.properties b/browser/locales/en-US/chrome/browser/sitePermissions.properties new file mode 100644 index 0000000000..653354d866 --- /dev/null +++ b/browser/locales/en-US/chrome/browser/sitePermissions.properties @@ -0,0 +1,55 @@ +# 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/. + +# LOCALIZATION NOTE (state.current.allowed, +# state.current.allowedForSession, +# state.current.allowedTemporarily, +# state.current.blockedTemporarily, +# state.current.blocked, +# state.current.hide): +# This label is used to display active permission states in the site +# identity popup (which does not have a lot of screen space). +state.current.allowed = Allowed +state.current.allowedForSession = Allowed for Session +state.current.allowedTemporarily = Allowed Temporarily +state.current.blockedTemporarily = Blocked Temporarily +state.current.blocked = Blocked +state.current.prompt = Always Ask + +# LOCALIZATION NOTE (state.multichoice.alwaysAsk, +# state.multichoice.allow, +# state.multichoice.allowForSession, +# state.multichoice.block): +# Used to label permission state checkboxes in the page info dialog. +state.multichoice.alwaysAsk = Always Ask +state.multichoice.allow = Allow +state.multichoice.allowForSession = Allow for Session +state.multichoice.block = Block + +state.multichoice.autoplayblock = Block Audio +state.multichoice.autoplayblockall = Block Audio and Video +state.multichoice.autoplayallow = Allow Audio and Video + +permission.autoplay.label = Autoplay +permission.cookie.label = Set cookies +permission.desktop-notification3.label = Send notifications +permission.camera.label = Use the camera +permission.microphone.label = Use the microphone +permission.screen.label = Share the screen +# LOCALIZATION NOTE (permission.speaker.label): +# Short form for (permission to) "Choose and change audio output devices". +permission.speaker.label = Select speakers +permission.install.label = Install add-ons +permission.popup.label = Open pop-up windows +permission.geo.label = Access your location +permission.xr.label = Access virtual reality devices +permission.shortcuts.label = Override keyboard shortcuts +permission.focus-tab-by-prompt.label = Switch to this tab +permission.persistent-storage.label = Store data in persistent storage +permission.canvas.label = Extract canvas data +permission.midi.label = Access MIDI devices +permission.midi-sysex.label = Access MIDI devices with SysEx support +# LOCALIZATION NOTE (permission.open-protocol-handler.label): +# Open as a verb. "This site may open applications". +permission.open-protocol-handler.label = Open applications -- cgit v1.2.3