mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
105
devtools/client/locales/en-US/aboutdebugging.properties
Normal file
105
devtools/client/locales/en-US/aboutdebugging.properties
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
# 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 (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 (moreInfo):
|
||||
# This string is displayed next to addonDebugging.label as a link to a page
|
||||
# with documentation.
|
||||
moreInfo = more info
|
||||
|
||||
# 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 (extensions):
|
||||
# This string is displayed as a header above the list of loaded add-ons.
|
||||
extensions = Extensions
|
||||
|
||||
# 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 (reloadDisabledTooltip):
|
||||
# This string is displayed in a tooltip that appears when hovering over a
|
||||
# disabled 'reload' button.
|
||||
reloadDisabledTooltip = Only temporarily installed add-ons can be reloaded
|
||||
|
||||
# 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.
|
||||
|
||||
configurationIsNotCompatible = Your browser configuration is not compatible with Service Workers
|
||||
Loading…
Add table
Add a link
Reference in a new issue