shared.properties (1328B)
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 (dimensions): This is used to display the dimensions 6 # of a node or image, like 100×200. 7 dimensions=%S\u00D7%S 8 9 # LOCALIZATION NOTE (boxModelSize.accessibleLabel): This is used to read the 10 # dimensions of a node by a screen reader. This helps communicate 11 # the visual information in a more explicit form. Example: 12 # Size: Width 100, height 200. 13 boxModelSize.accessibleLabel=Size: Width %1$S, height %2$S 14 15 # LOCALIZATION NOTE (boxModelInfo.accessibleLabel): This is used to read the 16 # dimensions and position of a node by a screen reader. This helps communicate 17 # the visual information in a more explicit form. Example: 18 # Dimensions: Width 100, height 200, position static. 19 boxModelInfo.accessibleLabel=Dimensions: Width %1$S, height %2$S, position %3$S 20 21 # LOCALIZATION NOTE (boxModelEditable.accessibleLabel): The string spoken by 22 # screen readers for each button in the box model view that opens that property 23 # for editing. %1$S is the property displayed in the tooltip when hovering. 24 # %2$S is the value that is visually displayed. 25 # Example: margin-left: 0. 26 boxModelEditable.accessibleLabel=%1$S: %2$S