зеркало из https://github.com/mozilla/gecko-dev.git
197 строки
8.1 KiB
Properties
197 строки
8.1 KiB
Properties
# 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 (debug):
|
|
# This string is displayed as a label of the button that starts
|
|
# debugging a service worker.
|
|
debug = Debug
|
|
|
|
# LOCALIZATION NOTE (push):
|
|
# This string is displayed as a label of the button that pushes a test payload
|
|
# to a service worker.
|
|
push = Push
|
|
|
|
# LOCALIZATION NOTE (start):
|
|
# This string is displayed as a label of the button that starts a service worker.
|
|
start = Start
|
|
|
|
scope = Scope
|
|
unregister = unregister
|
|
|
|
pushService = Push Service
|
|
|
|
# LOCALIZATION NOTE (fetch):
|
|
# Fetch is an event type and should not be translated.
|
|
fetch = Fetch
|
|
|
|
# LOCALIZATION NOTE (listeningForFetchEvents):
|
|
# This is used to display the state of the SW in regard to fetch events.
|
|
listeningForFetchEvents = Listening for fetch events.
|
|
|
|
# LOCALIZATION NOTE (notListeningForFetchEvents):
|
|
# This is used to display the state of the SW in regard to fetch events.
|
|
notListeningForFetchEvents = Not listening for fetch events.
|
|
|
|
# LOCALIZATION NOTE (addons):
|
|
# This string is displayed as a header of the about:debugging#addons page.
|
|
addons = Add-ons
|
|
|
|
# LOCALIZATION NOTE (addonDebugging.label):
|
|
# This string is displayed next to a check box that enables the user to switch
|
|
# addon debugging on/off.
|
|
addonDebugging.label = Enable add-on debugging
|
|
|
|
# LOCALIZATION NOTE (addonDebugging.tooltip):
|
|
# This string is displayed in a tooltip that appears when hovering over a check
|
|
# box that switches addon debugging on/off.
|
|
addonDebugging.tooltip = Turning this on will allow you to debug add-ons and various other parts of the browser chrome
|
|
|
|
# LOCALIZATION NOTE (addonDebugging.learnMore):
|
|
# This string is displayed as a link next to addonDebugging.label and leads the user to
|
|
# the MDN documentation page for about:debugging.
|
|
# (https://developer.mozilla.org/docs/Tools/about:debugging#Enabling_add-on_debugging)
|
|
addonDebugging.learnMore = Learn more
|
|
|
|
# LOCALIZATION NOTE (loadTemporaryAddon):
|
|
# This string is displayed as a label of a button that allows the user to
|
|
# load additional add-ons.
|
|
loadTemporaryAddon = Load Temporary Add-on
|
|
|
|
# LOCALIZATION NOTE (retryTemporaryInstall):
|
|
# This string is displayed as a label of a button that allows the user to
|
|
# retry a failed installation of a temporary add-on.
|
|
retryTemporaryInstall = Retry
|
|
|
|
# LOCALIZATION NOTE (extensions):
|
|
# This string is displayed as a header above the list of loaded add-ons.
|
|
extensions = Extensions
|
|
|
|
# LOCALIZATION NOTE (temporaryExtensions):
|
|
# This string is displayed as a header above the list of temporarily loaded add-ons.
|
|
temporaryExtensions = Temporary Extensions
|
|
|
|
# LOCALIZATION NOTE (internalUUID):
|
|
# This string is displayed as a label for the internal UUID of an extension.
|
|
# The UUID is generated for this profile on install.
|
|
internalUUID = Internal UUID
|
|
|
|
# LOCALIZATION NOTE (extensionID):
|
|
# This string is displayed as a label for the ID of an extension. This is not the same as the internal UUID.
|
|
extensionID = Extension ID
|
|
|
|
# LOCALIZATION NOTE (manifestURL):
|
|
# This string is displayed as a link for the manifest of an extension,
|
|
# accessible in a browser, such as moz-extension://[internalUUID]/manifest.json.
|
|
manifestURL = Manifest URL
|
|
|
|
# LOCALIZATION NOTE (webExtTip):
|
|
# This string is displayed as a message below the list of temporarily loaded add-ons.
|
|
# Web-ext is a command line tool for web-extensions developers.
|
|
# See https://developer.mozilla.org/Add-ons/WebExtensions/Getting_started_with_web-ext
|
|
webExtTip = You can use web-ext to load temporary WebExtensions from the command line.
|
|
|
|
# LOCALIZATION NOTE (webExtTip.learnMore):
|
|
# This string is displayed as a link next to webExtTip and leads the user to the MDN
|
|
# documentation page for web-ext.
|
|
# (https://developer.mozilla.org/Add-ons/WebExtensions/Getting_started_with_web-ext)
|
|
webExtTip.learnMore = Learn more
|
|
|
|
# LOCALIZATION NOTE (temporaryID):
|
|
# This string is displayed as a message about the add-on having a temporaryID.
|
|
temporaryID = This WebExtension has a temporary ID.
|
|
|
|
# LOCALIZATION NOTE (temporaryID.learnMore):
|
|
# This string is displayed as a link next to the temporaryID message and leads
|
|
# the user to MDN.
|
|
temporaryID.learnMore = Learn more
|
|
|
|
# LOCALIZATION NOTE (selectAddonFromFile2):
|
|
# This string is displayed as the title of the file picker that appears when
|
|
# the user clicks the 'Load Temporary Add-on' button
|
|
selectAddonFromFile2 = Select Manifest File or Package (.xpi)
|
|
|
|
# LOCALIZATION NOTE (reload):
|
|
# This string is displayed as a label of the button that reloads a given addon.
|
|
reload = Reload
|
|
|
|
# LOCALIZATION NOTE (remove):
|
|
# This string is displayed as a label of the button that will remove a given addon.
|
|
remove = Remove
|
|
|
|
# LOCALIZATION NOTE (location):
|
|
# This string is displayed as a label for the filesystem location of an extension.
|
|
location = Location
|
|
|
|
# LOCALIZATION NOTE (workers):
|
|
# This string is displayed as a header of the about:debugging#workers page.
|
|
workers = Workers
|
|
|
|
serviceWorkers = Service Workers
|
|
sharedWorkers = Shared Workers
|
|
otherWorkers = Other Workers
|
|
|
|
# LOCALIZATION NOTE (running):
|
|
# This string is displayed as the state of a service worker in RUNNING state.
|
|
running = Running
|
|
|
|
# LOCALIZATION NOTE (stopped):
|
|
# This string is displayed as the state of a service worker in STOPPED state.
|
|
stopped = Stopped
|
|
|
|
# LOCALIZATION NOTE (registering):
|
|
# This string is displayed as the state of a service worker for which no service worker
|
|
# registration could be found yet. Only active registrations are visible from
|
|
# about:debugging, so such service workers are considered as registering.
|
|
registering = Registering
|
|
|
|
# LOCALIZATION NOTE (tabs):
|
|
# This string is displayed as a header of the about:debugging#tabs page.
|
|
tabs = Tabs
|
|
|
|
# LOCALIZATION NOTE (pageNotFound):
|
|
# This string is displayed as the main message at any error/invalid page.
|
|
pageNotFound = Page not found
|
|
|
|
# LOCALIZATION NOTE (doesNotExist):
|
|
# This string is displayed as an error message when navigating to an invalid page
|
|
# %S will be replaced by the name of the page at run-time.
|
|
doesNotExist = #%S does not exist!
|
|
|
|
# LOCALIZATION NOTE (nothing):
|
|
# This string is displayed when the list of workers is empty.
|
|
nothing = Nothing yet.
|
|
|
|
# LOCALIZATION NOTE (configurationIsNotCompatible.label):
|
|
# This string is displayed in about:debugging#workers if the current configuration of the
|
|
# browser is incompatible with service workers. More details at
|
|
# https://developer.mozilla.org/en-US/docs/Tools/about%3Adebugging#Service_workers_not_compatible
|
|
configurationIsNotCompatible.label = Your browser configuration is not compatible with Service Workers.
|
|
|
|
# LOCALIZATION NOTE (configurationIsNotCompatible.learnMore):
|
|
# This string is displayed as a link next to configurationIsNotCompatible.label and leads
|
|
# the user to the MDN documentation page for about:debugging, on the section explaining
|
|
# why service workers might not be available.
|
|
# (https://developer.mozilla.org/en-US/docs/Tools/about%3Adebugging#Service_workers_not_compatible)
|
|
configurationIsNotCompatible.learnMore = Learn more
|
|
|
|
# LOCALIZATION NOTE (multiProcessWarningTitle):
|
|
# This string is displayed as a warning message on top of the about:debugging#workers
|
|
# page when multi-e10s is enabled
|
|
multiProcessWarningTitle = Service Worker debugging is not compatible with multiple content processes at the moment.
|
|
|
|
# LOCALIZATION NOTE (multiProcessWarningMessage):
|
|
# This string is displayed in the warning section for multi-e10s in
|
|
# about:debugging#workers
|
|
multiProcessWarningMessage2 = The preference “dom.ipc.multiOptOut” can be modified to force a single content process for the current version.
|
|
|
|
# LOCALIZATION NOTE (multiProcessWarningLink):
|
|
# This string is the text content of a link in the warning section for multi-e10s in
|
|
# about:debugging#workers. The link updates the pref and restarts the browser.
|
|
multiProcessWarningUpdateLink2 = Opt out of multiple content processes
|
|
|
|
# LOCALIZATION NOTE (multiProcessWarningConfirmUpdate):
|
|
# This string is displayed as a confirmation message when the user clicks on
|
|
# the multiProcessWarningUpdateLink in about:debugging#workers
|
|
multiProcessWarningConfirmUpdate2 = Opt out of multiple processes?
|