44 lines
2.3 KiB
Properties
44 lines
2.3 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 (options.toolNotSupportedMarker): This is the template
|
|
# used to add a * marker to the label for the Options Panel tool checkbox for the
|
|
# tool which is not supported for the current toolbox target.
|
|
# The name of the tool: %1$S.
|
|
options.toolNotSupportedMarker = %1$S *
|
|
# LOCALIZATION NOTE (toolbox.help.key)
|
|
# Key shortcut used to open the options panel
|
|
toolbox.help.key = F1
|
|
# LOCALIZATION NOTE (toolbox.closeToolbox.key) Key shortcut used to close the toolbox
|
|
toolbox.closeToolbox.key = CmdOrCtrl+W
|
|
# LOCALIZATION NOTE (toolbox.toggleToolboxF12.key) Key shortcut used to toggle the toolbox
|
|
toolbox.toggleToolboxF12.key = F12
|
|
# LOCALIZATION NOTE (toolbox.debugTargetInfo.runtimeLabel): This is displayed as a toolbox
|
|
# header in about:devtools-toolbox. about:devtools-toolbox is used for instance when
|
|
# inspecting tabs in about:debugging.
|
|
# e.g. GNU IceCatMobile (65.0a1)
|
|
# The name of runtime: %1$S
|
|
# The version of runtime: %2$S
|
|
toolbox.debugTargetInfo.runtimeLabel = %1$S (%2$S)
|
|
# LOCALIZATION NOTE (toolbox.debugTargetInfo.connection.*): This is displayed in the
|
|
# toolbox header in about:devtools-toolbox, to indicate how the connection to the
|
|
# runtime being inspected was made.
|
|
toolbox.debugTargetInfo.connection.usb = USB
|
|
toolbox.debugTargetInfo.connection.network = Netwark
|
|
# LOCALIZATION NOTE (toolbox.debugTargetInfo.forward):
|
|
# Used as the navigation's "forward" button tooltip
|
|
toolbox.debugTargetInfo.forward = Forrit
|
|
# LOCALIZATION NOTE (toolbox.debugTargetInfo.back):
|
|
# Used as the navigation's "back" button tooltip
|
|
toolbox.debugTargetInfo.back = Gang back
|
|
# LOCALIZATION NOTE (toolbox.debugTargetInfo.targetType.*): This is displayed as the
|
|
# alt attribute for an icon in the toolbox header in about:devtools-toolbox,
|
|
# to indicate what is the type of the debug target being inspected.
|
|
toolbox.debugTargetInfo.targetType.extension = Extension
|
|
toolbox.debugTargetInfo.targetType.tab = Tab
|
|
toolbox.debugTargetInfo.targetType.worker = Wirker
|
|
# LOCALIZATION NOTE (toolbox.debugTargetErrorPage.title): This is the title
|
|
# for the Error view shown by the toolbox when a connection to a debug target
|
|
# could not be made
|
|
toolbox.debugTargetErrorPage.title = Mishanter
|