inspector.properties 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  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. # LOCALIZATION NOTE These strings are used inside the Inspector
  5. # which is available from the Web Developer sub-menu -> 'Inspect'.
  6. #
  7. # The correct localization of this file might be to keep it in
  8. # English, or another language commonly spoken among web developers.
  9. # You want to make that choice consistent across the developer tools.
  10. # A good criteria is the language in which you'd find the best
  11. # documentation on web development on the web.
  12. breadcrumbs.siblings=Siblings
  13. # LOCALIZATION NOTE (debuggerPausedWarning): Used in the Inspector tool, when
  14. # the user switch to the inspector when the debugger is paused.
  15. debuggerPausedWarning.message=Debugger is paused. Some features like mouse selection will not work.
  16. # LOCALIZATION NOTE (nodeMenu.tooltiptext)
  17. # This menu appears in the Infobar (on top of the highlighted node) once
  18. # the node is selected.
  19. nodeMenu.tooltiptext=Node operations
  20. inspector.panelLabel.markupView=Markup View
  21. # LOCALIZATION NOTE (markupView.more.showing)
  22. # When there are too many nodes to load at once, we will offer to
  23. # show all the nodes.
  24. markupView.more.showing=Some nodes were hidden.
  25. # LOCALIZATION NOTE (markupView.more.showAll2): Semi-colon list of plural forms.
  26. # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
  27. markupView.more.showAll2=Show one more node;Show all #1 nodes
  28. # LOCALIZATION NOTE (markupView.whitespaceOnly)
  29. # Used in a tooltip that appears when the user hovers over whitespace-only text nodes in
  30. # the inspector.
  31. markupView.whitespaceOnly=Whitespace-only text node: %S
  32. #LOCALIZATION NOTE: Used in the image preview tooltip when the image could not be loaded
  33. previewTooltip.image.brokenImage=Could not load the image
  34. # LOCALIZATION NOTE: Used in color picker tooltip when the eyedropper is disabled for
  35. # non-HTML documents
  36. eyedropper.disabled.title=Unavailable in non-HTML documents
  37. #LOCALIZATION NOTE: Used in the image preview tooltip when the image could not be loaded
  38. eventsTooltip.openInDebugger=Open in Debugger
  39. # LOCALIZATION NOTE (docsTooltip.visitMDN): Shown in the tooltip that displays
  40. # help from MDN. This is a link to the complete MDN documentation page.
  41. docsTooltip.visitMDN=Visit MDN page
  42. # LOCALIZATION NOTE (docsTooltip.visitMDN): Shown in the docs tooltip when the MDN page
  43. # could not be loaded (for example, because of a connectivity problem).
  44. docsTooltip.loadDocsError=Could not load docs page.
  45. # LOCALIZATION NOTE (inspector.collapsePane): This is the tooltip for the button
  46. # that collapses the right panel (rules, computed, box-model, etc...) in the
  47. # inspector UI.
  48. inspector.collapsePane=Collapse pane
  49. # LOCALIZATION NOTE (inspector.expandPane): This is the tooltip for the button
  50. # that expands the right panel (rules, computed, box-model, etc...) in the
  51. # inspector UI.
  52. inspector.expandPane=Expand pane
  53. # LOCALIZATION NOTE (inspector.searchResultsCount2): This is the label that
  54. # will show up next to the inspector search box. %1$S is the current result
  55. # index and %2$S is the total number of search results. For example: "3 of 9".
  56. # This won't be visible until the search box is updated in Bug 835896.
  57. inspector.searchResultsCount2=%1$S of %2$S
  58. # LOCALIZATION NOTE (inspector.searchResultsNone): This is the label that
  59. # will show up next to the inspector search box when no matches were found
  60. # for the given string.
  61. # This won't be visible until the search box is updated in Bug 835896.
  62. inspector.searchResultsNone=No matches
  63. # LOCALIZATION NOTE (inspector.menu.openUrlInNewTab.label): This is the label of
  64. # a menu item in the inspector contextual-menu that appears when the user right-
  65. # clicks on the attribute of a node in the inspector that is a URL, and that
  66. # allows to open that URL in a new tab.
  67. inspector.menu.openUrlInNewTab.label=Open Link in New Tab
  68. # LOCALIZATION NOTE (inspector.menu.copyUrlToClipboard.label): This is the label
  69. # of a menu item in the inspector contextual-menu that appears when the user
  70. # right-clicks on the attribute of a node in the inspector that is a URL, and
  71. # that allows to copy that URL in the clipboard.
  72. inspector.menu.copyUrlToClipboard.label=Copy Link Address
  73. # LOCALIZATION NOTE (inspector.menu.selectElement.label): This is the label of a
  74. # menu item in the inspector contextual-menu that appears when the user right-
  75. # clicks on the attribute of a node in the inspector that is the ID of another
  76. # element in the DOM (like with <label for="input-id">), and that allows to
  77. # select that element in the inspector.
  78. inspector.menu.selectElement.label=Select Element #%S
  79. # LOCALIZATION NOTE (inspectorEditAttribute.label): This is the label of a
  80. # sub-menu "Attribute" in the inspector contextual-menu that appears
  81. # when the user right-clicks on the node in the inspector, and that allows
  82. # to edit an attribute on this node.
  83. inspectorEditAttribute.label=Edit Attribute %S
  84. inspectorEditAttribute.accesskey=E
  85. # LOCALIZATION NOTE (inspectorRemoveAttribute.label): This is the label of a
  86. # sub-menu "Attribute" in the inspector contextual-menu that appears
  87. # when the user right-clicks on the attribute of a node in the inspector,
  88. # and that allows to remove this attribute.
  89. inspectorRemoveAttribute.label=Remove Attribute %S
  90. inspectorRemoveAttribute.accesskey=R
  91. # LOCALIZATION NOTE (inspector.nodePreview.selectNodeLabel):
  92. # This string is displayed in a tooltip that is shown when hovering over a DOM
  93. # node preview (e.g. something like "div#foo.bar").
  94. # DOM node previews can be displayed in places like the animation-inspector, the
  95. # console or the object inspector.
  96. # The tooltip invites the user to click on the node in order to select it in the
  97. # inspector panel.
  98. inspector.nodePreview.selectNodeLabel=Click to select this node in the Inspector
  99. # LOCALIZATION NOTE (inspector.nodePreview.highlightNodeLabel):
  100. # This string is displayed in a tooltip that is shown when hovering over a the
  101. # inspector icon displayed next to a DOM node preview (e.g. next to something
  102. # like "div#foo.bar").
  103. # DOM node previews can be displayed in places like the animation-inspector, the
  104. # console or the object inspector.
  105. # The tooltip invites the user to click on the icon in order to highlight the
  106. # node in the page.
  107. inspector.nodePreview.highlightNodeLabel=Click to highlight this node in the page
  108. # LOCALIZATION NOTE (inspectorHTMLEdit.label): This is the label shown
  109. # in the inspector contextual-menu for the item that lets users edit the
  110. # (outer) HTML of the current node
  111. inspectorHTMLEdit.label=Edit As HTML
  112. inspectorHTMLEdit.accesskey=E
  113. # LOCALIZATION NOTE (inspectorCopyInnerHTML.label): This is the label shown
  114. # in the inspector contextual-menu for the item that lets users copy the
  115. # inner HTML of the current node
  116. inspectorCopyInnerHTML.label=Inner HTML
  117. inspectorCopyInnerHTML.accesskey=I
  118. # LOCALIZATION NOTE (inspectorCopyOuterHTML.label): This is the label shown
  119. # in the inspector contextual-menu for the item that lets users copy the
  120. # outer HTML of the current node
  121. inspectorCopyOuterHTML.label=Outer HTML
  122. inspectorCopyOuterHTML.accesskey=O
  123. # LOCALIZATION NOTE (inspectorCopyCSSSelector.label): This is the label
  124. # shown in the inspector contextual-menu for the item that lets users copy
  125. # the CSS Selector of the current node
  126. inspectorCopyCSSSelector.label=CSS Selector
  127. inspectorCopyCSSSelector.accesskey=S
  128. # LOCALIZATION NOTE (inspectorCopyCSSPath.label): This is the label
  129. # shown in the inspector contextual-menu for the item that lets users copy
  130. # the full CSS path of the current node
  131. inspectorCopyCSSPath.label=CSS Path
  132. inspectorCopyCSSPath.accesskey=P
  133. # LOCALIZATION NOTE (inspectorPasteOuterHTML.label): This is the label shown
  134. # in the inspector contextual-menu for the item that lets users paste outer
  135. # HTML in the current node
  136. inspectorPasteOuterHTML.label=Outer HTML
  137. inspectorPasteOuterHTML.accesskey=O
  138. # LOCALIZATION NOTE (inspectorPasteInnerHTML.label): This is the label shown
  139. # in the inspector contextual-menu for the item that lets users paste inner
  140. # HTML in the current node
  141. inspectorPasteInnerHTML.label=Inner HTML
  142. inspectorPasteInnerHTML.accesskey=I
  143. # LOCALIZATION NOTE (inspectorHTMLPasteBefore.label): This is the label shown
  144. # in the inspector contextual-menu for the item that lets users paste
  145. # the HTML before the current node
  146. inspectorHTMLPasteBefore.label=Before
  147. inspectorHTMLPasteBefore.accesskey=B
  148. # LOCALIZATION NOTE (inspectorHTMLPasteAfter.label): This is the label shown
  149. # in the inspector contextual-menu for the item that lets users paste
  150. # the HTML after the current node
  151. inspectorHTMLPasteAfter.label=After
  152. inspectorHTMLPasteAfter.accesskey=A
  153. # LOCALIZATION NOTE (inspectorHTMLPasteFirstChild.label): This is the label
  154. # shown in the inspector contextual-menu for the item that lets users paste
  155. # the HTML as the first child the current node
  156. inspectorHTMLPasteFirstChild.label=As First Child
  157. inspectorHTMLPasteFirstChild.accesskey=F
  158. # LOCALIZATION NOTE (inspectorHTMLPasteLastChild.label): This is the label
  159. # shown in the inspector contextual-menu for the item that lets users paste
  160. # the HTML as the last child the current node
  161. inspectorHTMLPasteLastChild.label=As Last Child
  162. inspectorHTMLPasteLastChild.accesskey=L
  163. # LOCALIZATION NOTE (inspectorScrollNodeIntoView.label): This is the label
  164. # shown in the inspector contextual-menu for the item that lets users scroll
  165. # the current node into view
  166. inspectorScrollNodeIntoView.label=Scroll Into View
  167. inspectorScrollNodeIntoView.accesskey=S
  168. # LOCALIZATION NOTE (inspectorHTMLDelete.label): This is the label shown in
  169. # the inspector contextual-menu for the item that lets users delete the
  170. # current node
  171. inspectorHTMLDelete.label=Delete Node
  172. inspectorHTMLDelete.accesskey=D
  173. # LOCALIZATION NOTE (inspectorAttributesSubmenu.label): This is the label
  174. # shown in the inspector contextual-menu for the sub-menu of the other
  175. # attribute items, which allow to:
  176. # - add new attribute
  177. # - edit attribute
  178. # - remove attribute
  179. inspectorAttributesSubmenu.label=Attributes
  180. inspectorAttributesSubmenu.accesskey=A
  181. # LOCALIZATION NOTE (inspectorAddAttribute.label): This is the label shown in
  182. # the inspector contextual-menu for the item that lets users add attribute
  183. # to current node
  184. inspectorAddAttribute.label=Add Attribute
  185. inspectorAddAttribute.accesskey=A
  186. # LOCALIZATION NOTE (inspectorSearchHTML.label3): This is the label that is
  187. # shown as the placeholder for the markup view search in the inspector.
  188. inspectorSearchHTML.label3=Search HTML
  189. # LOCALIZATION NOTE (inspectorImageDataUri.label): This is the label
  190. # shown in the inspector contextual-menu for the item that lets users copy
  191. # the URL embedding the image data encoded in Base 64 (what we name
  192. # here Image Data URL). For more information:
  193. # https://developer.mozilla.org/en-US/docs/Web/HTTP/data_URIs
  194. inspectorImageDataUri.label=Image Data-URL
  195. # LOCALIZATION NOTE (inspectorShowDOMProperties.label): This is the label
  196. # shown in the inspector contextual-menu for the item that lets users see
  197. # the DOM properties of the current node. When triggered, this item
  198. # opens the split Console and displays the properties in its side panel.
  199. inspectorShowDOMProperties.label=Show DOM Properties
  200. # LOCALIZATION NOTE (inspectorUseInConsole.label): This is the label
  201. # shown in the inspector contextual-menu for the item that outputs a
  202. # variable for the current node to the console. When triggered,
  203. # this item opens the split Console.
  204. inspectorUseInConsole.label=Use in Console
  205. # LOCALIZATION NOTE (inspectorExpandNode.label): This is the label
  206. # shown in the inspector contextual-menu for recursively expanding
  207. # mark-up elements
  208. inspectorExpandNode.label=Expand All
  209. # LOCALIZATION NOTE (inspectorCollapseNode.label): This is the label
  210. # shown in the inspector contextual-menu for recursively collapsing
  211. # mark-up elements
  212. inspectorCollapseNode.label=Collapse
  213. # LOCALIZATION NOTE (inspectorScreenshotNode.label): This is the label
  214. # shown in the inspector contextual-menu for the item that lets users take
  215. # a screenshot of the currently selected node.
  216. inspectorScreenshotNode.label=Screenshot Node
  217. # LOCALIZATION NOTE (inspectorDuplicateNode.label): This is the label
  218. # shown in the inspector contextual-menu for the item that lets users
  219. # duplicate the currently selected node.
  220. inspectorDuplicateNode.label=Duplicate Node
  221. # LOCALIZATION NOTE (inspectorAddNode.label): This is the label shown in
  222. # the inspector toolbar for the button that lets users add elements to the
  223. # DOM (as children of the currently selected element).
  224. inspectorAddNode.label=Create New Node
  225. inspectorAddNode.accesskey=C
  226. # LOCALIZATION NOTE (inspectorCopyHTMLSubmenu.label): This is the label
  227. # shown in the inspector contextual-menu for the sub-menu of the other
  228. # copy items, which allow to:
  229. # - Copy Inner HTML
  230. # - Copy Outer HTML
  231. # - Copy Unique selector
  232. # - Copy Image data URI
  233. inspectorCopyHTMLSubmenu.label=Copy
  234. # LOCALIZATION NOTE (inspectorPasteHTMLSubmenu.label): This is the label
  235. # shown in the inspector contextual-menu for the sub-menu of the other
  236. # paste items, which allow to:
  237. # - Paste Inner HTML
  238. # - Paste Outer HTML
  239. # - Before
  240. # - After
  241. # - As First Child
  242. # - As Last Child
  243. inspectorPasteHTMLSubmenu.label=Paste
  244. # LOCALIZATION NOTE (inspector.searchHTML.key):
  245. # Key shortcut used to focus the DOM element search box on top-right corner of
  246. # the markup view
  247. inspector.searchHTML.key=CmdOrCtrl+F
  248. # LOCALIZATION NOTE (markupView.hide.key):
  249. # Key shortcut used to hide the selected node in the markup view.
  250. markupView.hide.key=h
  251. # LOCALIZATION NOTE (markupView.edit.key):
  252. # Key shortcut used to hide the selected node in the markup view.
  253. markupView.edit.key=F2
  254. # LOCALIZATION NOTE (markupView.scrollInto.key):
  255. # Key shortcut used to scroll the webpage in order to ensure the selected node
  256. # is visible
  257. markupView.scrollInto.key=s
  258. # LOCALIZATION NOTE (inspector.sidebar.fontInspectorTitle):
  259. # This is the title shown in a tab in the side panel of the Inspector panel
  260. # that corresponds to the tool displaying the list of fonts used in the page.
  261. inspector.sidebar.fontInspectorTitle=Fonts
  262. # LOCALIZATION NOTE (inspector.sidebar.ruleViewTitle):
  263. # This is the title shown in a tab in the side panel of the Inspector panel
  264. # that corresponds to the tool displaying the list of CSS rules used
  265. # in the page.
  266. inspector.sidebar.ruleViewTitle=Rules
  267. # LOCALIZATION NOTE (inspector.sidebar.computedViewTitle):
  268. # This is the title shown in a tab in the side panel of the Inspector panel
  269. # that corresponds to the tool displaying the list of computed CSS values
  270. # used in the page.
  271. inspector.sidebar.computedViewTitle=Computed
  272. # LOCALIZATION NOTE (inspector.sidebar.computedViewTitle):
  273. # This is the title shown in a tab in the side panel of the Inspector panel
  274. # that corresponds to the tool displaying layout information defined in the page.
  275. inspector.sidebar.layoutViewTitle=Layout
  276. # LOCALIZATION NOTE (inspector.sidebar.animationInspectorTitle):
  277. # This is the title shown in a tab in the side panel of the Inspector panel
  278. # that corresponds to the tool displaying animations defined in the page.
  279. inspector.sidebar.animationInspectorTitle=Animations
  280. # LOCALIZATION NOTE (inspector.eyedropper.label): A string displayed as the tooltip of
  281. # a button in the inspector which toggles the Eyedropper tool
  282. inspector.eyedropper.label=Grab a color from the page
  283. # LOCALIZATION NOTE (inspector.breadcrumbs.label): A string visible only to a screen reader and
  284. # is used to label (using aria-label attribute) a container for inspector breadcrumbs
  285. inspector.breadcrumbs.label=Breadcrumbs
  286. # LOCALIZATION NOTE (inspector.browserStyles.label): This is the label for the checkbox
  287. # that specifies whether the styles that are not from the user's stylesheet should be
  288. # displayed or not.
  289. inspector.browserStyles.label=Browser styles
  290. # LOCALIZATION NOTE (inspector.filterStyles.placeholder): This is the placeholder that
  291. # goes in the search box when no search term has been entered.
  292. inspector.filterStyles.placeholder=Filter Styles
  293. # LOCALIZATION NOTE (inspector.addRule.tooltip): This is the tooltip shown when
  294. # hovering the `Add new rule` button in the rules view toolbar. This should
  295. # match ruleView.contextmenu.addNewRule in styleinspector.properties
  296. inspector.addRule.tooltip=Add new rule
  297. # LOCALIZATION NOTE (inspector.togglePseudo.tooltip): This is the tooltip
  298. # shown when hovering over the `Toggle Pseudo Class Panel` button in the
  299. # rule view toolbar.
  300. inspector.togglePseudo.tooltip=Toggle pseudo-classes
  301. # LOCALIZATION NOTE (inspector.noProperties): In the case where there are no CSS
  302. # properties to display e.g. due to search criteria this message is
  303. # displayed.
  304. inspector.noProperties=No CSS properties found.