layout.properties (7156B)
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 the Layout Inspector strings. 6 # The Layout Inspector is a panel accessible in the Inspector sidebar. 7 8 # LOCALIZATION NOTE (flexbox.header): The accordion header for the Flexbox panel when 9 # no flex container or item is selected. 10 flexbox.header=Flexbox 11 12 # LOCALIZATION NOTE (flexbox.backButtonLabel): The spoken label for the button 13 # that returns from the display of a flex item to the flex item list. 14 # This label is spoken by screen readers, not displayed on screen. 15 flexbox.backButtonLabel=Back to Flex Container 16 17 # LOCALIZATION (flexbox.flexContainer): The accordion header for the Flexbox panel 18 # when a flex container is selected. 19 flexbox.flexContainer=Flex Container 20 21 # LOCALIZATION NOTE) (flexbox.flexItemOf): The accordion header for the Flexbox panel 22 # when a flex item is selected. %s represents the flex container selector. 23 flexbox.flexItemOf=Flex Item of %S 24 25 # LOCALIZATION NOTE (flexbox.noFlexboxeOnThisPage): In the case where there are no CSS 26 # flex containers to display. 27 flexbox.noFlexboxeOnThisPage=Select a Flex container or item to continue. 28 29 # LOCALIZATION NOTE (flexbox.flexItems): Header label displayed for the flex item list. 30 flexbox.flexItems=Flex Items 31 32 # LOCALIZATION NOTE (flexbox.noFlexItems): Label shown in the flex items list section if 33 # there are no flex items for the flex container to display. 34 flexbox.noFlexItems=No flex items 35 36 # LOCALIZATION NOTE (flexbox.itemSizing.baseSizeSectionHeader): Header label displayed 37 # at the start of the flex item sizing Base Size section. 38 flexbox.itemSizing.baseSizeSectionHeader=Base Size 39 40 # LOCALIZATION NOTE (flexbox.itemSizing.flexibilitySectionHeader): Header label displayed 41 # at the start of the flex item sizing Flexibility section. 42 flexbox.itemSizing.flexibilitySectionHeader=Flexibility 43 44 # LOCALIZATION NOTE (flexbox.itemSizing.minSizeSectionHeader): Header label displayed 45 # at the start of the flex item sizing Minimum Size section. 46 flexbox.itemSizing.minSizeSectionHeader=Minimum Size 47 48 # LOCALIZATION NOTE (flexbox.itemSizing.maxSizeSectionHeader): Header label displayed at 49 # the start of the flex item sizing Maximum Size section. 50 flexbox.itemSizing.maxSizeSectionHeader=Maximum Size 51 52 # LOCALIZATION NOTE (flexbox.itemSizing.finalSizeSectionHeader): Header label displayed at 53 # the start of the flex item sizing Final Size section. 54 flexbox.itemSizing.finalSizeSectionHeader=Final Size 55 56 # LOCALIZATION NOTE (flexbox.itemSizing.itemContentSize): Label shown in the flex item 57 # sizing panel. It tells users that a given item’s base size was calculated from its 58 # content size when unconstrained. 59 flexbox.itemSizing.itemContentSize=Content Size 60 61 # LOCALIZATION NOTE (flexbox.itemSizing.clampedToMax): Label shown in the flexbox item 62 # sizing panel. It tells users that a given item attempted to grow but ended up being 63 # clamped to a smaller max size. 64 # (Note that clamp is a common word in flexbox terminology. It refers to constraining an 65 # item's size to some defined min/max-width/height set on the element, even though there 66 # might have been room for it to grow, or reason for it to shrink more). 67 flexbox.itemSizing.clampedToMax=The item was clamped to its maximum size. 68 69 # LOCALIZATION NOTE (flexbox.itemSizing.clampedToMin): Label shown in the flexbox item 70 # sizing panel. It tells users that a given item attempted to grow but ended up being 71 # clamped to a larger min size. 72 # (Note that clamp is a common word in flexbox terminology. It refers to constraining an 73 # item's size to some defined min/max-width/height set on the element, even though there 74 # might have been room for it to grow, or reason for it to shrink more). 75 flexbox.itemSizing.clampedToMin=The item was clamped to its minimum size. 76 77 # LOCALIZATION NOTE (flexbox.itemSizing.setToGrow): Label shown in the flex item sizing 78 # panel. It tells users that a given item was set to grow. 79 flexbox.itemSizing.setToGrow=Item was set to grow. 80 81 # LOCALIZATION NOTE (flexbox.itemSizing.setToShrink): Label shown in the flexbox item 82 # sizing panel. It tells users that a given item was set to shrink. 83 flexbox.itemSizing.setToShrink=Item was set to shrink. 84 85 # LOCALIZATION NOTE (flexbox.itemSizing.notSetToGrow): Label shown in the 86 # flexbox item sizing panel. It tells users that a given item was not set to grow, even 87 # though there might have been space on the flex line for it to grow. 88 flexbox.itemSizing.notSetToGrow=Item was not set to grow. 89 90 # LOCALIZATION NOTE (flexbox.itemSizing.notSetToShrink): Label shown in the 91 # flexbox item sizing panel. It tells users that a given item did not shrink even though 92 # there might not have been enough space on the flex line for all items to fit. 93 flexbox.itemSizing.notSetToShrink=Item was not set to shrink. 94 95 # LOCALIZATION NOTE (flexbox.togglesFlexboxHighlighter2): The tooltip text for the Flexbox 96 # toggle button. 97 flexbox.togglesFlexboxHighlighter2=Toggle Flexbox Highlighter 98 99 # LOCALIZATION NOTE (layout.overlayCheckbox.label): Label used for checkboxes in the grid 100 # sections of the layout panel that control the display of the grid highlighter. 101 layout.toggleGridHighlighter=Toggle Grid Highlighter 102 103 # LOCALIZATION NOTE (layout.cannotShowGridOutline, layout.cannotSHowGridOutline.title): 104 # In the case where the grid outline cannot be effectively displayed. 105 layout.cannotShowGridOutline=Cannot show outline for this grid 106 layout.cannotShowGridOutline.title=The selected grid’s outline cannot effectively fit inside the layout panel for it to be usable. 107 108 # LOCALIZATION NOTE (layout.displayAreaNames): Label of the display area names setting 109 # option in the CSS Grid panel. 110 layout.displayAreaNames=Display area names 111 112 # LOCALIZATION NOTE (layout.displayLineNumbers): Label of the display line numbers 113 # setting option in the CSS Grid panel. 114 layout.displayLineNumbers=Display line numbers 115 116 # LOCALIZATION NOTE (layout.extendLinesInfinitely): Label of the extend lines 117 # infinitely setting option in the CSS Grid panel. 118 layout.extendLinesInfinitely=Extend lines infinitely 119 120 # LOCALIZATION NOTE (layout.header): The accordion header for the CSS Grid panel. 121 layout.header=Grid 122 123 # LOCALIZATION NOTE (layout.gridDisplaySettings): The header for the grid display 124 # settings container in the CSS Grid panel. 125 layout.gridDisplaySettings=Grid Display Settings 126 127 # LOCALIZATION NOTE (layout.noGridsOnThisPage): In the case where there are no CSS grid 128 # containers to display. 129 layout.noGridsOnThisPage=CSS Grid is not in use on this page 130 131 # LOCALIZATION NOTE (layout.overlayGrid): Alternate header for the list of grid container 132 # elements if only one item can be selected. 133 layout.overlayGrid=Overlay Grid 134 135 # LOCALIZATION NOTE (layout.colorSwatch.tooltip): Text displayed in a tooltip 136 # when the mouse is over a color swatch in the layout panel (for flexbox/grid highlighter color). 137 # %s represents the current selected color in hex format (e.g. #FF0000). 138 layout.colorSwatch.tooltip=Color Swatch: %S. Click to open the color picker