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 This file contains strings used in highlighters.
6# Highlighters are visualizations that DevTools draws on top of content to aid
7# in understanding content sizing, etc.
8
9# LOCALIZATION NOTE (grid.rowColumnPositions): The row and column position of a grid
10# cell shown in the grid cell infobar when hovering over the CSS grid outline.
11grid.rowColumnPositions=Row %S / Column %S
12
13# LOCALIZATION NOTE (gridType.container): the layout type of an element shown in
14# the infobar when hovering over a DOM element and it is a grid container.
15gridType.container=Grid Container
16
17# LOCALIZATION NOTE (gridType.item): the layout type of an element shown in
18# the infobar when hovering over a DOM element and it is a grid item.
19gridType.item=Grid Item
20
21# LOCALIZATION NOTE (gridType.dual): the layout type of an element shown in
22# the infobar when hovering over a DOM element and it is both a grid container and a grid item.
23gridType.dual=Grid Container/Item
24
25# LOCALIZATION NOTE (flexType.container): the layout type of an element shown in
26# the infobar when hovering over a DOM element and it is a flex container.
27flexType.container=Flex Container
28
29# LOCALIZATION NOTE (flexType.item): the layout type of an element shown in
30# the infobar when hovering over a DOM element and it is a flex item.
31flexType.item=Flex Item
32
33# LOCALIZATION NOTE (flexType.dual): the layout type of an element shown in
34# the infobar when hovering over a DOM element and it is both a flex container and a flex item.
35flexType.dual=Flex Container/Item
36