diff options
Diffstat (limited to 'application/basilisk/locales/en-US/chrome/browser/sitePermissions.properties')
-rw-r--r-- | application/basilisk/locales/en-US/chrome/browser/sitePermissions.properties | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/sitePermissions.properties b/application/basilisk/locales/en-US/chrome/browser/sitePermissions.properties new file mode 100644 index 000000000..4d8b0b1b0 --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/sitePermissions.properties @@ -0,0 +1,37 @@ +# 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): +# 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 + +# 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 + +permission.cookie.label = Set Cookies +permission.desktop-notification2.label = Receive Notifications +permission.image.label = Load Images +permission.camera.label = Use the Camera +permission.microphone.label = Use the Microphone +permission.screen.label = Share the Screen +permission.install.label = Install Add-ons +permission.popup.label = Open Pop-up Windows +permission.geo.label = Access Your Location +permission.indexedDB.label = Maintain Offline Storage |