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.
16boxmodel.title=Box Model
17
18# LOCALIZATION NOTE (boxmodel.margin) This refers to the margin in the box model and
19# might be displayed as a label or as a tooltip.
20boxmodel.margin=margin
21
22# LOCALIZATION NOTE (boxmodel.border) This refers to the border in the box model and
23# might be displayed as a label or as a tooltip.
24boxmodel.border=border
25
26# LOCALIZATION NOTE (boxmodel.padding) This refers to the padding in the box model and
27# might be displayed as a label or as a tooltip.
28boxmodel.padding=padding
29
30# LOCALIZATION NOTE (boxmodel.content) This refers to the content in the box model and
31# might be displayed as a label or as a tooltip.
32boxmodel.content=content
33
34# LOCALIZATION NOTE: (boxmodel.geometryButton.tooltip) This label is displayed as a
35# tooltip that appears when hovering over the button that allows users to edit the
36# position of an element in the page.
37boxmodel.geometryButton.tooltip=Edit position
38