boxmodel.properties (2462B)
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 # LOCALIZATION NOTE : FILE This file contains the Layout View strings. 6 # The Layout View is a panel displayed in the computed view tab of the Inspector sidebar. 7 8 # LOCALIZATION NOTE : FILE The correct localization of this file might be to 9 # keep it in English, or another language commonly spoken among web developers. 10 # You want to make that choice consistent across the developer tools. 11 # A good criteria is the language in which you'd find the best 12 # documentation on web development on the web. 13 14 # LOCALIZATION NOTE (boxmodel.title) This is the title of the box model panel and is 15 # displayed as a label. 16 boxmodel.title=Box Model 17 18 # LOCALIZATION NOTE: (boxmodel.geometryButton.tooltip) This label is displayed as a 19 # tooltip that appears when hovering over the button that allows users to edit the 20 # position of an element in the page. 21 boxmodel.geometryButton.tooltip=Edit position 22 23 # LOCALIZATION NOTE: (boxmodel.propertiesLabel) This label is displayed as the header 24 # for showing and collapsing the properties underneath the box model in the layout view 25 boxmodel.propertiesLabel=Box Model Properties 26 27 # LOCALIZATION NOTE (boxmodel.propertiesHideLabel): 28 # This is the spoken label for the twisty. 29 # If the properties are currently showing, it will say "Hide". 30 boxmodel.propertiesHideLabel=Hide 31 32 # LOCALIZATION NOTE (boxmodel.propertiesShowLabel): 33 # This is the spoken label for the twisty. 34 # If the properties are currently hidden, it will say "Show". 35 boxmodel.propertiesShowLabel=Show 36 37 # LOCALIZATION NOTE: (boxmodel.offsetParent) This label is displayed inside the list of 38 # properties, below the box model, in the layout view. It is displayed next to the 39 # position property, when position is absolute, relative, sticky. This label tells users 40 # what the DOM node previewed next to it is: an offset parent for the position element. 41 boxmodel.offsetParent=offset 42 43 # LOCALIZATION NOTE: (boxmodel.offsetParent.title) This label is displayed as a 44 # tooltip that appears when hovering over the offset label, inside the list of properties, 45 # below the box model, in the layout view. This label tells users 46 # what the DOM node previewed next to it is: an offset parent for the position element. 47 boxmodel.offsetParent.title=Offset parent of the selected element