17 lines
976 B
Properties
17 lines
976 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 (boxModelSize.accessibleLabel): This is used to read the
|
||
# dimensions of a node by a screen reader. This helps communicate
|
||
# the visual information in a more explicit form. Example:
|
||
# Size: Width 100, height 200.
|
||
boxModelSize.accessibleLabel = Stærð: Breidd %1$S, hæð %2$S
|
||
# LOCALIZATION NOTE (boxModelInfo.accessibleLabel): This is used to read the
|
||
# dimensions and position of a node by a screen reader. This helps communicate
|
||
# the visual information in a more explicit form. Example:
|
||
# Dimensions: Width 100, height 200, position static.
|
||
boxModelInfo.accessibleLabel = Mál: Breidd %1$S, hæð %2$S, staðsetning %3$S
|