diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-he/dom/chrome/layout/css.properties | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-he/dom/chrome/layout/css.properties')
-rw-r--r-- | l10n-he/dom/chrome/layout/css.properties | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/l10n-he/dom/chrome/layout/css.properties b/l10n-he/dom/chrome/layout/css.properties new file mode 100644 index 0000000000..d166376e57 --- /dev/null +++ b/l10n-he/dom/chrome/layout/css.properties @@ -0,0 +1,42 @@ +# 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/. + +MimeNotCss=גליון הסגנון %1$S לא נטען מאחר שסוג ה־MIME הוא "%2$S" ולא "text/css". +MimeNotCssWarn=גיליון העיצוב %1$S נטען בתור CSS למרות שסוג ה־MIME שלו הוא "%2$S" ולא "text/css". + +PEDeclDropped=Declaration dropped. +PEDeclSkipped=Skipped to next declaration. +PEUnknownProperty=מאפיין לא מוכר '%1$S'. +PEValueParsingError=שגיאה בפיענוח ערך עבור '%1$S'. +PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'. +PEMQUnexpectedToken=יש אסימון בלתי צפוי ‚%1$S’ ברשימת המדיה. +PEAtNSUnexpected=Unexpected token within @namespace: '%1$S'. +PEKeyframeBadName=Expected identifier for name of @keyframes rule. +PEBadSelectorRSIgnored=Ruleset ignored due to bad selector. +PEBadSelectorKeyframeRuleIgnored=Keyframe rule ignored due to bad selector. +PESelectorGroupNoSelector=Selector expected. +PESelectorGroupExtraCombinator=Dangling combinator. +PEClassSelNotIdent=Expected identifier for class selector but found '%1$S'. +PETypeSelNotType=Expected element name or '*' but found '%1$S'. +PEUnknownNamespacePrefix=Unknown namespace prefix '%1$S'. +PEAttributeNameExpected=Expected identifier for attribute name but found '%1$S'. +PEAttributeNameOrNamespaceExpected=Expected attribute name or namespace but found '%1$S'. +PEAttSelNoBar=Expected '|' but found '%1$S'. +PEAttSelUnexpected=Unexpected token in attribute selector: '%1$S'. +PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'. +PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found '%1$S'. +PEPseudoSelEndOrUserActionPC=Expected end of selector or a user action pseudo-class after pseudo-element but found '%1$S'. +PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element '%1$S'. +PEPseudoClassArgNotIdent=Expected identifier for pseudo-class parameter but found '%1$S'. +PEColorNotColor=Expected color but found '%1$S'. +PEParseDeclarationDeclExpected=Expected declaration but found '%1$S'. +PEUnknownFontDesc=Unknown descriptor '%1$S' in @font-face rule. +PEMQExpectedFeatureName=Expected media feature name but found '%1$S'. +PEMQNoMinMaxWithoutValue=Media features with min- or max- must have a value. +PEMQExpectedFeatureValue=Found invalid value for media feature. +PEExpectedNoneOrURL=Expected 'none' or URL but found '%1$S'. +PEExpectedNoneOrURLOrFilterFunction=Expected 'none', URL, or filter function but found '%1$S'. + +TooLargeDashedRadius=גודל רדיוס המסגרת גדול מדי עבור הסגנון „dashed” (המגבלה היא 100000 פיקסלים). יופיע כמסגרת אחידה. +TooLargeDottedRadius=גודל רדיוס המסגרת גדול מדי עבור הסגנון „dotted” (המגבלה היא 100000 פיקסלים). יופיע כמסגרת אחידה. |