diff options
Diffstat (limited to 'l10n-en-GB/suite/chrome/common/sitePermissions.properties')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/sitePermissions.properties | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/sitePermissions.properties b/l10n-en-GB/suite/chrome/common/sitePermissions.properties new file mode 100644 index 0000000000..640a91cc42 --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/sitePermissions.properties @@ -0,0 +1,46 @@ +# 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 +state.current.hide = Hide Prompt + +# LOCALIZATION NOTE (state.multichoice.alwaysAsk, +# state.multichoice.allow, +# state.multichoice.allowForSameDomain, +# 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.allowForSameDomain = Allow for Same Domain +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 +permission.focus-tab-by-prompt.label = Switch to this Tab +permission.persistent-storage.label = Store Data in Persistent Storage +permission.flash-plugin.label = Run Adobe Flash |