tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

inspector.properties (29470B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 # FTL path: inspector.ftl
      6 
      7 # LOCALIZATION NOTE These strings are used inside the Inspector
      8 # which is available from the Browser Tools sub-menu -> 'Inspect'.
      9 #
     10 # The correct localization of this file might be to keep it in
     11 # English, or another language commonly spoken among web developers.
     12 # You want to make that choice consistent across the developer tools.
     13 # A good criteria is the language in which you'd find the best
     14 # documentation on web development on the web.
     15 
     16 inspector.panelLabel.markupView=Markup View
     17 
     18 # LOCALIZATION NOTE (markupView.more.showing)
     19 # When there are too many nodes to load at once, we will offer to
     20 # show all the nodes.
     21 markupView.more.showing=Some nodes were hidden.
     22 
     23 # LOCALIZATION NOTE (markupView.more.showAll2): Semi-colon list of plural forms.
     24 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
     25 markupView.more.showAll2=Show one more node;Show all #1 nodes
     26 
     27 # LOCALIZATION NOTE (markupView.whitespaceOnly.label)
     28 # Used in the badge that appears when whitespace-only text nodes are displayed in the
     29 # inspector.
     30 markupView.whitespaceOnly.label=whitespace
     31 
     32 # LOCALIZATION NOTE (markupView.unavailableChildren.label)
     33 # Used in the badge that appears when the Browser Toolbox is in "parent-process"
     34 # mode and the markup view cannot display the children from a content browser.
     35 markupView.unavailableChildren.label=unavailable
     36 
     37 # LOCALIZATION NOTE (markupView.unavailableChildren.title)
     38 # Title for the badge that appears when the Browser Toolbox is in "parent-process"
     39 # mode and the markup view cannot display the children from a content browser.
     40 markupView.unavailableChildren.title=Children of this element are unavailable with the current Browser Toolbox mode
     41 
     42 # LOCALIZATION NOTE (markupView.whitespaceOnly)
     43 # Used in a tooltip that appears when the user hovers over whitespace-only text nodes in
     44 # the inspector. %S in the content will be replaced by the whitespace characters used in
     45 # the text node.
     46 markupView.whitespaceOnly=Whitespace-only text node: %S
     47 
     48 # LOCALIZATION NOTE (markupView.display.flex.tooltiptext2)
     49 # Used in a tooltip that appears when the user hovers over the display type button in
     50 # the markup view.
     51 markupView.display.flex.tooltiptext2=This element behaves like a block element and lays out its content according to the flexbox model. Click to toggle the flexbox overlay for this element.
     52 
     53 # LOCALIZATION NOTE (markupView.display.inlineFlex.tooltiptext2)
     54 # Used in a tooltip that appears when the user hovers over the display type button in
     55 # the markup view.
     56 markupView.display.inlineFlex.tooltiptext2=This element behaves like an inline element and lays out its content according to the flexbox model. Click to toggle the flexbox overlay for this element.
     57 
     58 # LOCALIZATION NOTE (markupView.display.grid.tooltiptext2)
     59 # Used in a tooltip that appears when the user hovers over the display type button in
     60 # the markup view.
     61 markupView.display.grid.tooltiptext2=This element behaves like a block element and lays out its content according to the grid model. Click to toggle the grid overlay for this element.
     62 
     63 # LOCALIZATION NOTE (markupView.display.inlineGrid.tooltiptext2)
     64 # Used in a tooltip that appears when the user hovers over the display type button in
     65 # the markup view.
     66 markupView.display.inlineGrid.tooltiptext2=This element behaves like an inline element and lays out its content according to the grid model. Click to toggle the grid overlay for this element.
     67 
     68 # LOCALIZATION NOTE (markupView.display.subgrid.tooltiptext)
     69 # Used in a tooltip that appears when the user hovers over the display type button in
     70 # the markup view.
     71 markupView.display.subgrid.tooltiptiptext=This element lays out its content according to the grid model but defers the definition of its rows and/or columns to its parent grid container.
     72 
     73 # LOCALIZATION NOTE (markupView.display.flowRoot.tooltiptext)
     74 # Used in a tooltip that appears when the user hovers over the display type button in
     75 # the markup view.
     76 markupView.display.flowRoot.tooltiptext=This element generates a block element box that establishes a new block formatting context.
     77 
     78 # LOCALIZATION NOTE (markupView.display.contents.tooltiptext2)
     79 # Used in a tooltip that appears when the user hovers over the display type button in
     80 # the markup view.
     81 markupView.display.contents.tooltiptext2=This element doesn’t produce a specific box by itself, but renders its contents.
     82 
     83 # LOCALIZATION NOTE (markupView.event.tooltiptext)
     84 # Used in a tooltip that appears when the user hovers over 'event' badge in
     85 # the markup view.
     86 markupView.event.tooltiptext2=Click to show event listeners for this element
     87 
     88 # LOCALIZATION NOTE (markupView.custom.tooltiptext)
     89 # Used in a tooltip that appears when the user hovers over 'custom' badge in
     90 # the markup view. Only displayed on custom elements with a shadow root attached.
     91 markupView.custom.tooltiptext=Show custom element definition
     92 
     93 # LOCALIZATION NOTE (markupView.newAttribute.label)
     94 # This is used to speak the New Attribute button when editing a tag
     95 # and a screen reader user tabs to it. This string is not visible onscreen.
     96 markupView.newAttribute.label=New attribute
     97 
     98 # LOCALIZATION NOTE (markupView.revealLink.tooltip)
     99 # Used as a tooltip for an icon in the markup view when displaying elements inserted in
    100 # <slot> nodes in a custom  component. When clicking on the icon, the corresponding
    101 # non-slotted container will be selected
    102 markupView.revealLink.tooltip=Reveal
    103 
    104 # LOCALIZATION NOTE: Used in the image preview tooltip when the image could not be loaded
    105 previewTooltip.image.brokenImage=Could not load the image
    106 
    107 # LOCALIZATION NOTE: Used in color picker tooltip when the eyedropper is disabled for
    108 # non-HTML documents
    109 eyedropper.disabled.title=Unavailable in non-HTML documents
    110 
    111 # LOCALIZATION NOTE: Used in the event tooltip for the toggle button.
    112 # Parameter is the event type (e.g. "click")
    113 eventsTooltip.toggleButton.label=“%S” event listener code
    114 
    115 # LOCALIZATION NOTE: Used in the event tooltip to allow the debugger to be opened
    116 eventsTooltip.openInDebugger2=Open “%S” in Debugger
    117 
    118 # LOCALIZATION NOTE: Used in the event tooltip when a script's filename cannot be detected
    119 eventsTooltip.unknownLocation=Unknown location
    120 
    121 # LOCALIZATION NOTE: Used in the mouseover tooltip when hovering "Unknown location."
    122 eventsTooltip.unknownLocationExplanation=The original location of this listener cannot be detected. Maybe the code is transpiled by a utility such as Babel.
    123 
    124 # LOCALIZATION NOTE: Label for the checkbox in the event tooltip that toggles event listeners
    125 # Parameter is the event type (e.g. "click")
    126 eventsTooltip.toggleListenerLabel=Enable “%S” event listener
    127 
    128 # LOCALIZATION NOTE: Used in the tooltip for User Defined events (Events either not supported by Gecko, or custom event specific to the web page)
    129 eventsTooltip.userDefined=User-defined
    130 
    131 # LOCALIZATION NOTE: Used in the tooltip for Bubbling
    132 eventsTooltip.Bubbling=Bubbling
    133 
    134 # LOCALIZATION NOTE: Used in the tooltip for Capturing
    135 eventsTooltip.Capturing=Capturing
    136 
    137 # LOCALIZATION NOTE: Title of the iframe we use in the event tooltip to display the code of
    138 # the event listener. Parameter is the event type (e.g. "click")
    139 eventsTooltip.codeIframeTitle=“%S” event listener code
    140 
    141 # LOCALIZATION NOTE (allTabsMenuButton.tooltip): The tooltip that gets
    142 # displayed when hovering over the tabs overflow button.
    143 allTabsMenuButton.tooltip=Show all tabs
    144 
    145 # LOCALIZATION NOTE (inspector.showThreePaneMode): This is the tooltip for the button
    146 # that toggles on the 3 pane inspector mode.
    147 inspector.showThreePaneMode=Toggle on the 3-pane inspector
    148 
    149 # LOCALIZATION NOTE (inspector.hideThreePaneMode): This is the tooltip for the button
    150 # that toggles off the 3 pane inspector mode.
    151 inspector.hideThreePaneMode=Toggle off the 3-pane inspector
    152 
    153 # LOCALIZATION NOTE (inspector.searchResultsCount2): This is the label that
    154 # will show up next to the inspector search box. %1$S is the current result
    155 # index and %2$S is the total number of search results. For example: "3 of 9".
    156 # This won't be visible until the search box is updated in Bug 835896.
    157 inspector.searchResultsCount2=%1$S of %2$S
    158 
    159 # LOCALIZATION NOTE (inspector.searchResultsNone): This is the label that
    160 # will show up next to the inspector search box when no matches were found
    161 # for the given string.
    162 # This won't be visible until the search box is updated in Bug 835896.
    163 inspector.searchResultsNone=No matches
    164 
    165 # LOCALIZATION NOTE (inspector.menu.openUrlInNewTab.label): This is the label of
    166 # a menu item in the inspector contextual-menu that appears when the user right-
    167 # clicks on the attribute of a node in the inspector that is a URL, and that
    168 # allows to open that URL in a new tab.
    169 inspector.menu.openUrlInNewTab.label=Open Link in New Tab
    170 
    171 # LOCALIZATION NOTE (inspector.menu.copyUrlToClipboard.label): This is the label
    172 # of a menu item in the inspector contextual-menu that appears when the user
    173 # right-clicks on the attribute of a node in the inspector that is a URL, and
    174 # that allows to copy that URL in the clipboard.
    175 inspector.menu.copyUrlToClipboard.label=Copy Link Address
    176 
    177 # LOCALIZATION NOTE (inspector.menu.selectElement.label): This is the label of a
    178 # menu item in the inspector contextual-menu that appears when the user right-
    179 # clicks on the attribute of a node in the inspector that is the ID of another
    180 # element in the DOM (like with <label for="input-id">), and that allows to
    181 # select that element in the inspector.
    182 inspector.menu.selectElement.label=Select Element #%S
    183 
    184 # LOCALIZATION NOTE (inspectorEditAttribute.label): This is the label of a
    185 # sub-menu "Attribute" in the inspector contextual-menu that appears
    186 # when the user right-clicks on the node in the inspector, and that allows
    187 # to edit an attribute on this node.
    188 inspectorEditAttribute.label=Edit Attribute “%S”
    189 inspectorEditAttribute.accesskey=E
    190 
    191 # LOCALIZATION NOTE (inspectorRemoveAttribute.label): This is the label of a
    192 # sub-menu "Attribute" in the inspector contextual-menu that appears
    193 # when the user right-clicks on the attribute of a node in the inspector,
    194 # and that allows to remove this attribute.
    195 inspectorRemoveAttribute.label=Remove Attribute “%S”
    196 inspectorRemoveAttribute.accesskey=R
    197 
    198 # LOCALIZATION NOTE (inspectorCopyAttributeValue.label): This is the label of a
    199 # sub-menu "Attribute" in the inspector contextual-menu that appears
    200 # when the user right-clicks on the attribute of a node in the inspector,
    201 # and that allows to copy the attribute value to clipboard.
    202 inspectorCopyAttributeValue.label=Copy Attribute Value “%S”
    203 inspectorCopyAttributeValue.accesskey=V
    204 
    205 # LOCALIZATION NOTE (inspector.nodePreview.highlightNodeLabel):
    206 # This string is displayed in a tooltip that is shown when hovering over a the
    207 # inspector icon displayed next to a DOM node preview (e.g. next to something
    208 # like "div#foo.bar").
    209 # DOM node previews can be displayed in places like the animation-inspector, the
    210 # console or the object inspector.
    211 # The tooltip invites the user to click on the icon in order to highlight the
    212 # node in the page.
    213 inspector.nodePreview.highlightNodeLabel=Click to highlight this node in the page
    214 
    215 # LOCALIZATION NOTE (inspectorHTMLEdit.label): This is the label shown
    216 # in the inspector contextual-menu for the item that lets users edit the
    217 # (outer) HTML of the current node
    218 inspectorXMLEdit.label=Edit As XML
    219 inspectorHTMLEdit.label=Edit As HTML
    220 inspectorSVGEdit.label=Edit As SVG
    221 inspectorMathMLEdit.label=Edit As MathML
    222 inspectorHTMLEdit.accesskey=E
    223 
    224 # LOCALIZATION NOTE (inspectorCopyInnerHTML.label): This is the label shown
    225 # in the inspector contextual-menu for the item that lets users copy the
    226 # inner HTML of the current node
    227 inspectorCopyInnerHTML.label=Inner HTML
    228 inspectorCopyInnerHTML.accesskey=I
    229 
    230 # LOCALIZATION NOTE (inspectorCopyOuterHTML.label): This is the label shown
    231 # in the inspector contextual-menu for the item that lets users copy the
    232 # outer HTML of the current node
    233 inspectorCopyOuterHTML.label=Outer HTML
    234 inspectorCopyOuterHTML.accesskey=O
    235 
    236 # LOCALIZATION NOTE (inspectorCopyCSSSelector.label): This is the label
    237 # shown in the inspector contextual-menu for the item that lets users copy
    238 # the CSS Selector of the current node
    239 inspectorCopyCSSSelector.label=CSS Selector
    240 inspectorCopyCSSSelector.accesskey=S
    241 
    242 # LOCALIZATION NOTE (inspectorCopyCSSPath.label): This is the label
    243 # shown in the inspector contextual-menu for the item that lets users copy
    244 # the full CSS path of the current node
    245 inspectorCopyCSSPath.label=CSS Path
    246 inspectorCopyCSSPath.accesskey=P
    247 
    248 # LOCALIZATION NOTE (inspectorCopyXPath.label): This is the label
    249 # shown in the inspector contextual-menu for the item that lets users copy
    250 # the XPath of the current node
    251 inspectorCopyXPath.label=XPath
    252 inspectorCopyXPath.accesskey=X
    253 
    254 # LOCALIZATION NOTE (inspectorPasteOuterHTML.label): This is the label shown
    255 # in the inspector contextual-menu for the item that lets users paste outer
    256 # HTML in the current node
    257 inspectorPasteOuterHTML.label=Outer HTML
    258 inspectorPasteOuterHTML.accesskey=O
    259 
    260 # LOCALIZATION NOTE (inspectorPasteInnerHTML.label): This is the label shown
    261 # in the inspector contextual-menu for the item that lets users paste inner
    262 # HTML in the current node
    263 inspectorPasteInnerHTML.label=Inner HTML
    264 inspectorPasteInnerHTML.accesskey=I
    265 
    266 # LOCALIZATION NOTE (inspectorHTMLPasteBefore.label): This is the label shown
    267 # in the inspector contextual-menu for the item that lets users paste
    268 # the HTML before the current node
    269 inspectorHTMLPasteBefore.label=Before
    270 inspectorHTMLPasteBefore.accesskey=B
    271 
    272 # LOCALIZATION NOTE (inspectorHTMLPasteAfter.label): This is the label shown
    273 # in the inspector contextual-menu for the item that lets users paste
    274 # the HTML after the current node
    275 inspectorHTMLPasteAfter.label=After
    276 inspectorHTMLPasteAfter.accesskey=A
    277 
    278 # LOCALIZATION NOTE (inspectorHTMLPasteFirstChild.label): This is the label
    279 # shown in the inspector contextual-menu for the item that lets users paste
    280 # the HTML as the first child the current node
    281 inspectorHTMLPasteFirstChild.label=As First Child
    282 inspectorHTMLPasteFirstChild.accesskey=F
    283 
    284 # LOCALIZATION NOTE (inspectorHTMLPasteLastChild.label): This is the label
    285 # shown in the inspector contextual-menu for the item that lets users paste
    286 # the HTML as the last child the current node
    287 inspectorHTMLPasteLastChild.label=As Last Child
    288 inspectorHTMLPasteLastChild.accesskey=L
    289 
    290 # LOCALIZATION NOTE (inspectorScrollNodeIntoView.label): This is the label
    291 # shown in the inspector contextual-menu for the item that lets users scroll
    292 # the current node into view
    293 inspectorScrollNodeIntoView.label=Scroll Into View
    294 inspectorScrollNodeIntoView.accesskey=S
    295 
    296 # LOCALIZATION NOTE (inspectorHTMLDelete.label): This is the label shown in
    297 # the inspector contextual-menu for the item that lets users delete the
    298 # current node
    299 inspectorHTMLDelete.label=Delete Node
    300 inspectorHTMLDelete.accesskey=D
    301 
    302 # LOCALIZATION NOTE (inspectorAttributesSubmenu.label): This is the label
    303 # shown in the inspector contextual-menu for the sub-menu of the other
    304 # attribute items, which allow to:
    305 # - add new attribute
    306 # - edit attribute
    307 # - remove attribute
    308 inspectorAttributesSubmenu.label=Attributes
    309 inspectorAttributesSubmenu.accesskey=A
    310 
    311 # LOCALIZATION NOTE (inspectorAddAttribute.label): This is the label shown in
    312 # the inspector contextual-menu for the item that lets users add attribute
    313 # to current node
    314 inspectorAddAttribute.label=Add Attribute
    315 inspectorAddAttribute.accesskey=A
    316 
    317 # LOCALIZATION NOTE (inspectorPseudoClassSubmenu.label): This is the label
    318 # shown in the inspector contextual-menu for the sub-menu of the pseudo-classes.
    319 inspectorPseudoClassSubmenu.label=Change Pseudo-class
    320 
    321 # LOCALIZATION NOTE (inspectorBreakpointSubmenu.label): This is the label
    322 # shown in the inspector contextual-menu for the sub-menu of the DOM breakpoints.
    323 inspectorBreakpointSubmenu.label=Break on…
    324 
    325 # LOCALIZATION NOTE (inspectorSubtreeModification.label): This is the label shown
    326 # in the inspector contextual-menu for the item that lets users add a DOM breakpoint
    327 # for subtree modification.
    328 inspectorSubtreeModification.label=Subtree Modification
    329 
    330 # LOCALIZATION NOTE (inspectorAttributeModification.label): This is the label shown
    331 # in the inspector contextual-menu for the item that lets users add a DOM breakpoint
    332 # for attribute modification.
    333 inspectorAttributeModification.label=Attribute Modification
    334 
    335 # LOCALIZATION NOTE (inspectorNodeRemoval.label): This is the label shown
    336 # in the inspector contextual-menu for the item that lets users add a DOM breakpoint
    337 # for node removal.
    338 inspectorNodeRemoval.label=Node Removal
    339 
    340 # LOCALIZATION NOTE (inspectorSearchHTML.label3): This is the label that is
    341 # shown as the placeholder for the markup view search in the inspector.
    342 inspectorSearchHTML.label3=Search HTML
    343 
    344 # LOCALIZATION NOTE (inspectorSearchHTML.clearButton.title): This is the label that is
    345 # shown as the placeholder for the markup view search in the inspector.
    346 inspectorSearchHTML.clearButton.title=Clear search input
    347 
    348 # LOCALIZATION NOTE (inspectorSearchHTML.prevButton.title): This is the label that is
    349 # shown as the placeholder for the markup view search in the inspector.
    350 inspectorSearchHTML.prevButton.title=Previous result
    351 
    352 # LOCALIZATION NOTE (inspectorSearchHTML.nextButton.title): This is the label that is
    353 # shown as the placeholder for the markup view search in the inspector.
    354 inspectorSearchHTML.nextButton.title=Next result
    355 
    356 # LOCALIZATION NOTE (inspectorImageDataUri.label): This is the label
    357 # shown in the inspector contextual-menu for the item that lets users copy
    358 # the URL embedding the image data encoded in Base 64 (what we name
    359 # here Image Data URL). For more information:
    360 # https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Schemes/data
    361 inspectorImageDataUri.label=Image Data-URL
    362 
    363 # LOCALIZATION NOTE (inspectorShowDOMProperties.label): This is the label
    364 # shown in the inspector contextual-menu for the item that lets users see
    365 # the DOM properties of the current node. When triggered, this item
    366 # opens the split Console and displays the properties in its side panel.
    367 inspectorShowDOMProperties.label=Show DOM Properties
    368 
    369 # LOCALIZATION NOTE (inspectorShowAccessibilityProperties.label): This is the
    370 # label shown in the inspector contextual-menu for the item that lets users see
    371 # the accessibility tree and accessibility properties of the current node.
    372 # When triggered, this item opens accessibility panel and selects an accessible
    373 # object for the given node.
    374 inspectorShowAccessibilityProperties.label=Show Accessibility Properties
    375 
    376 # LOCALIZATION NOTE (inspectorUseInConsole.label): This is the label
    377 # shown in the inspector contextual-menu for the item that outputs a
    378 # variable for the current node to the console. When triggered,
    379 # this item opens the split Console.
    380 inspectorUseInConsole.label=Use in Console
    381 
    382 # LOCALIZATION NOTE (inspectorExpandNode.label): This is the label
    383 # shown in the inspector contextual-menu for recursively expanding
    384 # mark-up elements
    385 inspectorExpandNode.label=Expand All
    386 
    387 # LOCALIZATION NOTE (inspectorCollapseAll.label): This is the label
    388 # shown in the inspector contextual-menu for recursively collapsing
    389 # mark-up elements
    390 inspectorCollapseAll.label=Collapse All
    391 
    392 # LOCALIZATION NOTE (inspectorScreenshotNode.label): This is the label
    393 # shown in the inspector contextual-menu for the item that lets users take
    394 # a screenshot of the currently selected node.
    395 inspectorScreenshotNode.label=Screenshot Node
    396 
    397 # LOCALIZATION NOTE (inspectorDuplicateNode.label): This is the label
    398 # shown in the inspector contextual-menu for the item that lets users
    399 # duplicate the currently selected node.
    400 inspectorDuplicateNode.label=Duplicate Node
    401 
    402 # LOCALIZATION NOTE (inspectorAddNode.label): This is the label shown in
    403 # the inspector toolbar for the button that lets users add elements to the
    404 # DOM (as children of the currently selected element).
    405 inspectorAddNode.label=Create New Node
    406 inspectorAddNode.accesskey=C
    407 
    408 # LOCALIZATION NOTE (inspectorCopyHTMLSubmenu.label): This is the label
    409 # shown in the inspector contextual-menu for the sub-menu of the other
    410 # copy items, which allow to:
    411 # - Copy Inner HTML
    412 # - Copy Outer HTML
    413 # - Copy Unique selector
    414 # - Copy Image data URI
    415 inspectorCopyHTMLSubmenu.label=Copy
    416 
    417 # LOCALIZATION NOTE (inspectorPasteHTMLSubmenu.label): This is the label
    418 # shown in the inspector contextual-menu for the sub-menu of the other
    419 # paste items, which allow to:
    420 # - Paste Inner HTML
    421 # - Paste Outer HTML
    422 # - Before
    423 # - After
    424 # - As First Child
    425 # - As Last Child
    426 inspectorPasteHTMLSubmenu.label=Paste
    427 
    428 # LOCALIZATION NOTE (inspectorCustomElementDefinition.label): This is the label
    429 # shown in the inspector contextual-menu for custom elements to which a shadow root has
    430 # been attached. Clicking on the menu item will open the Debugger on the custom element
    431 # definition location.
    432 inspectorCustomElementDefinition.label=Show Custom Element
    433 
    434 # LOCALIZATION NOTE (inspector.searchHTML.key):
    435 # Key shortcut used to focus the DOM element search box on top-right corner of
    436 # the markup view
    437 inspector.searchHTML.key=CmdOrCtrl+F
    438 
    439 # LOCALIZATION NOTE (inspector.eyedropper.key):
    440 # Key shortcut used to create & show the eyedropper
    441 inspector.eyedropper.key=CmdOrCtrl+Shift+Y
    442 
    443 # LOCALIZATION NOTE (markupView.hide.key):
    444 # Key shortcut used to hide the selected node in the markup view.
    445 markupView.hide.key=h
    446 
    447 # LOCALIZATION NOTE (markupView.edit.key):
    448 # Key shortcut used to hide the selected node in the markup view.
    449 markupView.edit.key=F2
    450 
    451 # LOCALIZATION NOTE (markupView.scrollInto.key):
    452 # Key shortcut used to scroll the webpage in order to ensure the selected node
    453 # is visible
    454 markupView.scrollInto.key=s
    455 
    456 # LOCALIZATION NOTE (inspector.sidebar.fontInspectorTitle):
    457 # This is the title shown in a tab in the side panel of the Inspector panel
    458 # that corresponds to the tool displaying the list of fonts used in the page.
    459 inspector.sidebar.fontInspectorTitle=Fonts
    460 
    461 # LOCALIZATION NOTE (inspector.sidebar.changesViewTitle):
    462 # Title of the Changes sidebar tab shown in the Inspector panel. The Changes panel shows
    463 # style changes made using DevTools.
    464 inspector.sidebar.changesViewTitle=Changes
    465 
    466 # LOCALIZATION NOTE (inspector.sidebar.ruleViewTitle):
    467 # This is the title shown in a tab in the side panel of the Inspector panel
    468 # that corresponds to the tool displaying the list of CSS rules used
    469 # in the page.
    470 inspector.sidebar.ruleViewTitle=Rules
    471 
    472 # LOCALIZATION NOTE (inspector.sidebar.computedViewTitle):
    473 # This is the title shown in a tab in the side panel of the Inspector panel
    474 # that corresponds to the tool displaying the list of computed CSS values
    475 # used in the page.
    476 inspector.sidebar.computedViewTitle=Computed
    477 
    478 # LOCALIZATION NOTE (inspector.sidebar.layoutViewTitle2):
    479 # This is the title shown in a tab in the side panel of the Inspector panel
    480 # that corresponds to the tool displaying layout information defined in the page.
    481 inspector.sidebar.layoutViewTitle2=Layout
    482 
    483 # LOCALIZATION NOTE (inspector.sidebar.animationInspectorTitle):
    484 # This is the title shown in a tab in the side panel of the Inspector panel
    485 # that corresponds to the tool displaying animations defined in the page.
    486 inspector.sidebar.animationInspectorTitle=Animations
    487 
    488 # LOCALIZATION NOTE (inspector.sidebar.compatibilityViewTitle):
    489 # This is the title shown in a tab in the side panel of the Inspector panel
    490 # that corresponds to the tool displaying web compatibility information about the page.
    491 inspector.sidebar.compatibilityViewTitle=Compatibility
    492 
    493 # LOCALIZATION NOTE (inspector.eyedropper.label2): A string displayed as the tooltip of
    494 # a button in the inspector which toggles the Eyedropper tool
    495 inspector.eyedropper.label2=Grab a color from the page (%S)
    496 
    497 # LOCALIZATION NOTE (inspector.breadcrumbs.label): A string visible only to a screen reader and
    498 # is used to label (using aria-label attribute) a container for inspector breadcrumbs
    499 inspector.breadcrumbs.label=Breadcrumbs
    500 
    501 # LOCALIZATION NOTE (inspector.browserStyles.label): This is the label for the checkbox
    502 # that specifies whether the styles that are not from the user's stylesheet should be
    503 # displayed or not.
    504 inspector.browserStyles.label=Browser Styles
    505 
    506 # LOCALIZATION NOTE (inspector.filterStyles.label): This is the label for the search box
    507 inspector.filterStyles.label=Filter Styles
    508 
    509 # LOCALIZATION NOTE (inspector.filterStyles.placeholder): This is the placeholder that
    510 # goes in the search box when no search term has been entered.
    511 inspector.filterStyles.placeholder=Filter Styles
    512 
    513 # LOCALIZATION NOTE (inspector.filterStylesClearButton.title): This is the title
    514 # for the search box clear button displayed when the input is not empty.
    515 inspector.filterStylesClearButton.title=Clear filter input
    516 
    517 # LOCALIZATION NOTE (inspector.addRule.tooltip): This is the tooltip shown when
    518 # hovering the `Add new rule` button in the rules view toolbar. This should
    519 # match ruleView.contextmenu.addNewRule in styleinspector.properties
    520 inspector.addRule.tooltip=Add new rule
    521 
    522 # LOCALIZATION NOTE (inspector.togglePseudo.tooltip): This is the tooltip
    523 # shown when hovering over the `Toggle Pseudo Class Panel` button in the
    524 # rule view toolbar.
    525 inspector.togglePseudo.tooltip=Toggle pseudo-classes
    526 
    527 # LOCALIZATION NOTE (inspector.classPanel.toggleClass.tooltip): This is the tooltip
    528 # shown when hovering over the `Toggle Class Panel` button in the
    529 # rule view toolbar.
    530 inspector.classPanel.toggleClass.tooltip=Toggle classes
    531 
    532 # LOCALIZATION NOTE (inspector.classPanel.newClass.placeholder): This is the placeholder
    533 # shown inside the text field used to add a new class in the rule-view.
    534 inspector.classPanel.newClass.placeholder=Add new class
    535 
    536 # LOCALIZATION NOTE (inspector.classPanel.noClasses): This is the text displayed in the
    537 # class panel when the current element has no classes applied.
    538 inspector.classPanel.noClasses=No classes on this element
    539 
    540 # LOCALIZATION NOTE (inspector.noProperties): In the case where there are no CSS
    541 # properties to display e.g. due to search criteria this message is
    542 # displayed.
    543 inspector.noProperties=No CSS properties found.
    544 
    545 # LOCALIZATION NOTE (inspector.printSimulation.tooltip):
    546 # This is the tooltip of the print simulation button in the Rule View toolbar
    547 # that toggles print simulation.
    548 inspector.printSimulation.tooltip=Toggle print media simulation for the page
    549 
    550 # LOCALIZATION NOTE (inspector.colorSchemeSimulationLight.tooltip):
    551 # This is the tooltip of the light color scheme simulation button in the Rule View
    552 # toolbar that toggles light color scheme simulation.
    553 inspector.colorSchemeSimulationLight.tooltip=Toggle light color scheme simulation for the page
    554 
    555 # LOCALIZATION NOTE (inspector.colorSchemeSimulationDark.tooltip):
    556 # This is the tooltip of the dark color scheme simulation button in the Rule View
    557 # toolbar that toggles dark color scheme simulation.
    558 inspector.colorSchemeSimulationDark.tooltip=Toggle dark color scheme simulation for the page
    559 
    560 # LOCALIZATION NOTE (markupView.scrollableBadge.label): This is the text displayed inside a
    561 # badge, in the inspector, next to nodes that are scrollable in the page.
    562 markupView.scrollableBadge.label=scroll
    563 
    564 # LOCALIZATION NOTE (markupView.scrollableBadge.tooltip): This is the tooltip that is displayed
    565 # when hovering over badges next to scrollable elements in the inspector.
    566 markupView.scrollableBadge.tooltip=This element has scrollable overflow.
    567 
    568 # LOCALIZATION NOTE (markupView.scrollableBadge.interactive.tooltip): This is the tooltip that is displayed
    569 # when hovering over interactive badges next to scrollable elements in the inspector.
    570 markupView.scrollableBadge.interactive.tooltip=This element has scrollable overflow. Click to reveal elements that are causing the overflow.
    571 
    572 # LOCALIZATION NOTE (markupView.overflowBadge.label): This is the text displayed inside a
    573 # badge, in the inspector, next to nodes that are causing overflow in other elements.
    574 markupView.overflowBadge.label=overflow
    575 
    576 # LOCALIZATION NOTE (markupView.overflowBadge.tooltip): This is the tooltip that is displayed
    577 # when hovering over badges next to overflow causing elements in the inspector.
    578 markupView.overflowBadge.tooltip=This element is causing an element to overflow.
    579 
    580 # LOCALIZATION NOTE (rulePreviewTooltip.noAssociatedRule): This is the text displayed inside
    581 # the RulePreviewTooltip when a rule cannot be found for a CSS property declaration.
    582 rulePreviewTooltip.noAssociatedRule=No associated rule
    583 
    584 # LOCALIZATION NOTE (colorPickerTooltip.contrastAgainstBgTitle): A title text for the
    585 # contrast ratio value description that labels the background the color contrast ratio is calculated
    586 # against, used together with the actual background color. %S in the content will be replaced by a
    587 # span (containing bg color swatch) and textNode (containing bg color hex string) at run time
    588 colorPickerTooltip.contrastAgainstBgTitle=Calculated against background: %S
    589 
    590 # LOCALIZATION NOTE (colorPickerTooltip.contrast.large.title): A title text for the color
    591 # contrast ratio description in the color picker tooltip, used together with the specification
    592 # that the color contrast criteria used is for large text. %S in the content will be replaced by a
    593 # large text indicator span at run time.
    594 colorPickerTooltip.contrast.large.title=Contrast %S: