diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-gu-IN/devtools/client/layout.properties | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-gu-IN/devtools/client/layout.properties')
-rw-r--r-- | l10n-gu-IN/devtools/client/layout.properties | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/l10n-gu-IN/devtools/client/layout.properties b/l10n-gu-IN/devtools/client/layout.properties new file mode 100644 index 0000000000..56f3b5f11b --- /dev/null +++ b/l10n-gu-IN/devtools/client/layout.properties @@ -0,0 +1,124 @@ +# 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 This file contains the Layout Inspector strings. +# The Layout Inspector is a panel accessible in the Inspector sidebar. + +# LOCALIZATION NOTE (flexbox.header): The accordion header for the Flexbox panel when +# no flex container or item is selected. +flexbox.header=Flexbox + +# LOCALIZATION (flexbox.flexContainer): The accordion header for the Flexbox panel +# when a flex container is selected. +flexbox.flexContainer=ફ્લેક્સ કન્ટેનર + +# LOCALIZATION NOTE) (flexbox.flexItemOf): The accordion header for the Flexbox panel +# when a flex item is selected. %s represents the flex container selector. +flexbox.flexItemOf=%S ના ફ્લેક્સ વસ્તુ + +# LOCALIZATION NOTE (flexbox.noFlexboxeOnThisPage): In the case where there are no CSS +# flex containers to display. +flexbox.noFlexboxeOnThisPage=ચાલુ રાખવા માટે એક ફ્લેક્સ કન્ટેનર અથવા આઇટમ પસંદ કરો. + +# LOCALIZATION NOTE (flexbox.flexItems): Header label displayed for the flex item list. +flexbox.flexItems=Flex વસ્તુઓ + +# LOCALIZATION NOTE (flexbox.noFlexItems): Label shown in the flex items list section if +# there are no flex items for the flex container to display. +flexbox.noFlexItems=કોઈ flex વસ્તુઓ નથી + +# LOCALIZATION NOTE (flexbox.itemSizing.baseSizeSectionHeader): Header label displayed +# at the start of the flex item sizing Base Size section. +flexbox.itemSizing.baseSizeSectionHeader=આધાર કદ + +# LOCALIZATION NOTE (flexbox.itemSizing.flexibilitySectionHeader): Header label displayed +# at the start of the flex item sizing Flexibility section. +flexbox.itemSizing.flexibilitySectionHeader=સુગમતા + +# LOCALIZATION NOTE (flexbox.itemSizing.minSizeSectionHeader): Header label displayed +# at the start of the flex item sizing Minimum Size section. +flexbox.itemSizing.minSizeSectionHeader=ન્યૂનતમ કદ + +# LOCALIZATION NOTE (flexbox.itemSizing.maxSizeSectionHeader): Header label displayed at +# the start of the flex item sizing Maximum Size section. +flexbox.itemSizing.maxSizeSectionHeader=મહત્તમ કદ + +# LOCALIZATION NOTE (flexbox.itemSizing.finalSizeSectionHeader): Header label displayed at +# the start of the flex item sizing Final Size section. +flexbox.itemSizing.finalSizeSectionHeader=અંતિમ કદ + +# LOCALIZATION NOTE (flexbox.itemSizing.itemContentSize): Label shown in the flex item +# sizing panel. It tells users that a given item’s base size was calculated from its +# content size when unconstrained. +flexbox.itemSizing.itemContentSize=સામગ્રી કદ + +# LOCALIZATION NOTE (flexbox.itemSizing.clampedToMax): Label shown in the flexbox item +# sizing panel. It tells users that a given item attempted to grow but ended up being +# clamped to a smaller max size. +# (Note that clamp is a common word in flexbox terminology. It refers to constraining an +# item's size to some defined min/max-width/height set on the element, even though there +# might have been room for it to grow, or reason for it to shrink more). +flexbox.itemSizing.clampedToMax=વસ્તુ તેના મહત્તમ કદ પર જકડવામાં આવી હતી. + +# LOCALIZATION NOTE (flexbox.itemSizing.clampedToMin): Label shown in the flexbox item +# sizing panel. It tells users that a given item attempted to grow but ended up being +# clamped to a larger min size. +# (Note that clamp is a common word in flexbox terminology. It refers to constraining an +# item's size to some defined min/max-width/height set on the element, even though there +# might have been room for it to grow, or reason for it to shrink more). +flexbox.itemSizing.clampedToMin=વસ્તુ તેના ન્યૂનતમ કદ પર જકડવામાં આવી હતી. + +# LOCALIZATION NOTE (flexbox.itemSizing.setToGrow): Label shown in the flex item sizing +# panel. It tells users that a given item was set to grow. +flexbox.itemSizing.setToGrow=આઇટમ વધવા માટે સુયોજિત કરવામાં આવી હતી. + +# LOCALIZATION NOTE (flexbox.itemSizing.setToShrink): Label shown in the flexbox item +# sizing panel. It tells users that a given item was set to shrink. +flexbox.itemSizing.setToShrink=આઇટમ સંકોચવા માટે સેટ કરવામાં આવી હતી. + +# LOCALIZATION NOTE (flexbox.itemSizing.notSetToGrow): Label shown in the +# flexbox item sizing panel. It tells users that a given item was not set to grow, even +# though there might have been space on the flex line for it to grow. +flexbox.itemSizing.notSetToGrow=આઇટમ વધવા માટે સેટ કરવામાં આવી ન હતી. + +# LOCALIZATION NOTE (flexbox.itemSizing.notSetToShrink): Label shown in the +# flexbox item sizing panel. It tells users that a given item did not shrink even though +# there might not have been enough space on the flex line for all items to fit. +flexbox.itemSizing.notSetToShrink=આઇટમ સંકોચવા માટે સેટ કરવામાં આવી નહોતી. + +# LOCALIZATION NOTE (flexbox.togglesFlexboxHighlighter2): The tooltip text for the Flexbox +# toggle button. +flexbox.togglesFlexboxHighlighter2=ફ્લેક્સબૉક્સ હાઇલાઇટર ટૉગલ કરો + +# LOCALIZATION NOTE (layout.cannotShowGridOutline, layout.cannotSHowGridOutline.title): +# In the case where the grid outline cannot be effectively displayed. +layout.cannotShowGridOutline=આ ખાનાંની રુપરેખા દેખાડી શકતાં નથી +layout.cannotShowGridOutline.title=પસંદ કરેલ ખાનાંની રુપરેખા ઉપયોગી બની શકે તે માટે ગોઠવણ-હરોળમાં સારી રીતે બંધબેસતી નથી. + +# LOCALIZATION NOTE (layout.displayAreaNames): Label of the display area names setting +# option in the CSS Grid panel. +layout.displayAreaNames=વિસ્તારનાં નામ દેખાડો + +# LOCALIZATION NOTE (layout.displayLineNumbers): Label of the display line numbers +# setting option in the CSS Grid panel. +layout.displayLineNumbers=લીટીઓનાં ક્રમાંક દેખાડો + +# LOCALIZATION NOTE (layout.extendLinesInfinitely): Label of the extend lines +# infinitely setting option in the CSS Grid panel. +layout.extendLinesInfinitely=લીટીઓ અનંત સુધી વિસ્તારો + +# LOCALIZATION NOTE (layout.header): The accordion header for the CSS Grid panel. +layout.header=ખાનાં + +# LOCALIZATION NOTE (layout.gridDisplaySettings): The header for the grid display +# settings container in the CSS Grid panel. +layout.gridDisplaySettings=ખાનાં-દેખાવનાં સેટીંગ્સ + +# LOCALIZATION NOTE (layout.noGridsOnThisPage): In the case where there are no CSS grid +# containers to display. +layout.noGridsOnThisPage=આ પૃષ્ઠ પરનું CSS ખાનું ઉપયોગમાં નથી + +# LOCALIZATION NOTE (layout.overlayGrid): Alternate header for the list of grid container +# elements if only one item can be selected. +layout.overlayGrid=ખાનાં એક ઉપર એક કરો |