13 lines
684 B
Properties
13 lines
684 B
Properties
# This Source Code Form is subject to the terms of the Mozilla Public
|
||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
||
# LOCALIZATION NOTE (dimensions): This is used to display the dimensions
|
||
# of a node or image, like 100×200.
|
||
dimensions = %S×%S
|
||
# LOCALIZATION NOTE (boxModelEditable.accessibleLabel): The string spoken by
|
||
# screen readers for each button in the box model view that opens that property
|
||
# for editing. %1$S is the property displayed in the tooltip when hovering.
|
||
# %2$S is the value that is visually displayed.
|
||
# Example: margin-left: 0.
|
||
boxModelEditable.accessibleLabel = %1$S: %2$S
|