93 lines
4.5 KiB
Properties
93 lines
4.5 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 These strings are used inside the Inspector
|
|
# which is available from the Browser Tools sub-menu -> 'Inspect'.
|
|
#
|
|
# The correct localization of this file might be to keep it in
|
|
# English, or another language commonly spoken among web developers.
|
|
# You want to make that choice consistent across the developer tools.
|
|
# A good criteria is the language in which you'd find the best
|
|
# documentation on web development on the web.
|
|
|
|
# LOCALIZATION NOTE (allTabsMenuButton.tooltip): The tooltip that gets
|
|
# displayed when hovering over the tabs overflow button.
|
|
allTabsMenuButton.tooltip = Kythe aw Tabs
|
|
# LOCALIZATION NOTE (inspector.searchResultsCount2): This is the label that
|
|
# will show up next to the inspector search box. %1$S is the current result
|
|
# index and %2$S is the total number of search results. For example: "3 of 9".
|
|
# This won't be visible until the search box is updated in Bug 835896.
|
|
inspector.searchResultsCount2 = %1$S o %2$S
|
|
# LOCALIZATION NOTE (inspector.menu.copyUrlToClipboard.label): This is the label
|
|
# of a menu item in the inspector contextual-menu that appears when the user
|
|
# right-clicks on the attribute of a node in the inspector that is a URL, and
|
|
# that allows to copy that URL in the clipboard.
|
|
inspector.menu.copyUrlToClipboard.label = Copy Link Address
|
|
inspectorRemoveAttribute.accesskey = R
|
|
# LOCALIZATION NOTE (inspectorHTMLEdit.label): This is the label shown
|
|
# in the inspector contextual-menu for the item that lets users edit the
|
|
# (outer) HTML of the current node
|
|
inspectorXMLEdit.label = Edit As XML
|
|
inspectorHTMLEdit.label = Edit As HTML
|
|
inspectorSVGEdit.label = Edit As SVG
|
|
inspectorMathMLEdit.label = Edit As MathML
|
|
inspectorHTMLEdit.accesskey = E
|
|
# LOCALIZATION NOTE (inspectorCopyOuterHTML.label): This is the label shown
|
|
# in the inspector contextual-menu for the item that lets users copy the
|
|
# outer HTML of the current node
|
|
inspectorCopyOuterHTML.label = Ooter HTML
|
|
inspectorCopyOuterHTML.accesskey = O
|
|
# LOCALIZATION NOTE (inspectorCopyXPath.label): This is the label
|
|
# shown in the inspector contextual-menu for the item that lets users copy
|
|
# the XPath of the current node
|
|
inspectorCopyXPath.label = XPath
|
|
inspectorCopyXPath.accesskey = X
|
|
# LOCALIZATION NOTE (inspectorPasteOuterHTML.label): This is the label shown
|
|
# in the inspector contextual-menu for the item that lets users paste outer
|
|
# HTML in the current node
|
|
inspectorPasteOuterHTML.label = Ooter HTML
|
|
inspectorPasteOuterHTML.accesskey = O
|
|
# LOCALIZATION NOTE (inspectorHTMLPasteBefore.label): This is the label shown
|
|
# in the inspector contextual-menu for the item that lets users paste
|
|
# the HTML before the current node
|
|
inspectorHTMLPasteBefore.label = Afore
|
|
inspectorHTMLPasteBefore.accesskey = A
|
|
# LOCALIZATION NOTE (inspectorHTMLPasteAfter.label): This is the label shown
|
|
# in the inspector contextual-menu for the item that lets users paste
|
|
# the HTML after the current node
|
|
inspectorHTMLPasteAfter.label = Efter
|
|
inspectorHTMLPasteAfter.accesskey = E
|
|
# LOCALIZATION NOTE (inspectorCopyHTMLSubmenu.label): This is the label
|
|
# shown in the inspector contextual-menu for the sub-menu of the other
|
|
# copy items, which allow to:
|
|
# - Copy Inner HTML
|
|
# - Copy Outer HTML
|
|
# - Copy Unique selector
|
|
# - Copy Image data URI
|
|
inspectorCopyHTMLSubmenu.label = Copy
|
|
# LOCALIZATION NOTE (inspectorPasteHTMLSubmenu.label): This is the label
|
|
# shown in the inspector contextual-menu for the sub-menu of the other
|
|
# paste items, which allow to:
|
|
# - Paste Inner HTML
|
|
# - Paste Outer HTML
|
|
# - Before
|
|
# - After
|
|
# - As First Child
|
|
# - As Last Child
|
|
inspectorPasteHTMLSubmenu.label = Paste
|
|
# LOCALIZATION NOTE (inspector.searchHTML.key):
|
|
# Key shortcut used to focus the DOM element search box on top-right corner of
|
|
# the markup view
|
|
inspector.searchHTML.key = CmdOrCtrl+F
|
|
# LOCALIZATION NOTE (markupView.edit.key):
|
|
# Key shortcut used to hide the selected node in the markup view.
|
|
markupView.edit.key = F2
|
|
# LOCALIZATION NOTE (inspector.sidebar.changesViewTitle):
|
|
# Title of the Changes sidebar tab shown in the Inspector panel. The Changes panel shows
|
|
# style changes made using DevTools.
|
|
inspector.sidebar.changesViewTitle = Chynges
|
|
# LOCALIZATION NOTE (inspector.sidebar.layoutViewTitle2):
|
|
# This is the title shown in a tab in the side panel of the Inspector panel
|
|
# that corresponds to the tool displaying layout information defined in the page.
|
|
inspector.sidebar.layoutViewTitle2 = Layoot
|