tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

css.properties (4449B)


      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 MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, “%2$S”, is not “text/css”.
      6 MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, “%2$S”, is not “text/css”.
      7 
      8 PEDeclDropped=Declaration dropped.
      9 PEDeclSkipped=Skipped to next declaration.
     10 PEUnknownProperty=Unknown property ‘%1$S’.
     11 PEPRSyntaxFieldMissing=@property syntax descriptor is missing.
     12 PEPRSyntaxFieldEmptyInput=@property syntax descriptor is empty.
     13 PEPRSyntaxFieldExpectedPipe=@property syntax descriptor ‘%S’ contains components without a pipe between them.
     14 PEPRSyntaxFieldInvalidNameStart=@property syntax descriptor ‘%S’ contains a component name that starts with an invalid character.
     15 PEPRSyntaxFieldInvalidName=@property syntax descriptor ‘%S’ contains a component name with an invalid character.
     16 PEPRSyntaxFieldUnclosedDataTypeName=@property syntax descriptor ‘%S’ contains an unclosed data type name.
     17 PEPRSyntaxFieldUnexpectedEOF=@property syntax descriptor ‘%S’ is incomplete.
     18 PEPRSyntaxFieldUnknownDataTypeName=@property syntax descriptor ‘%S’ contains an unknown data type name.
     19 # LOCALIZATION NOTE (PEPRInheritsFieldMissing): Do not translate "inherits" because it is a technical term.
     20 PEPRInheritsFieldMissing=@property inherits descriptor is missing.
     21 # LOCALIZATION NOTE (PEPRInheritsFieldInvalid): Do not translate "inherits" because it is a technical term.
     22 PEPRInheritsFieldInvalid=@property inherits descriptor ‘%S’ does not match specified syntax.
     23 PEValueParsingError=Error in parsing value for ‘%1$S’.
     24 PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule ‘%1$S’.
     25 PEMQUnexpectedOperator=Unexpected operator in media list.
     26 PEMQUnexpectedToken=Unexpected token ‘%1$S’ in media list.
     27 PEAtNSUnexpected=Unexpected token within @namespace: ‘%1$S’.
     28 PEKeyframeBadName=Expected identifier for name of @keyframes rule.
     29 PEBadSelectorRSIgnored=Ruleset ignored due to bad selector.
     30 PEBadSelectorKeyframeRuleIgnored=Keyframe rule ignored due to bad selector.
     31 PESelectorGroupNoSelector=Selector expected.
     32 PESelectorGroupExtraCombinator=Dangling combinator.
     33 PEClassSelNotIdent=Expected identifier for class selector but found ‘%1$S’.
     34 PETypeSelNotType=Expected element name or ‘*’ but found ‘%1$S’.
     35 PEUnknownNamespacePrefix=Unknown namespace prefix ‘%1$S’.
     36 PEAttributeNameExpected=Expected identifier for attribute name but found ‘%1$S’.
     37 PEAttributeNameOrNamespaceExpected=Expected attribute name or namespace but found ‘%1$S’.
     38 PEAttSelNoBar=Expected ‘|’ but found ‘%1$S’.
     39 PEAttSelUnexpected=Unexpected token in attribute selector: ‘%1$S’.
     40 PEAttSelBadValue=Expected identifier or string for value in attribute selector but found ‘%1$S’.
     41 PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found ‘%1$S’.
     42 PEPseudoSelEndOrUserActionPC=Expected end of selector or a user action pseudo-class after pseudo-element but found ‘%1$S’.
     43 PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element ‘%1$S’.
     44 PEPseudoClassArgNotIdent=Expected identifier for pseudo-class parameter but found ‘%1$S’.
     45 PEColorNotColor=Expected color but found ‘%1$S’.
     46 PEParseDeclarationDeclExpected=Expected declaration but found ‘%1$S’.
     47 PEUnknownFontDesc=Unknown descriptor ‘%1$S’ in @font-face rule.
     48 PEMQExpectedFeatureName=Expected media feature name but found ‘%1$S’.
     49 PEMQNoMinMaxWithoutValue=Media features with min- or max- must have a value.
     50 PEMQExpectedFeatureValue=Found invalid value for media feature.
     51 PEExpectedNoneOrURL=Expected ‘none’ or URL but found ‘%1$S’.
     52 PEExpectedNoneOrURLOrFilterFunction=Expected ‘none’, URL, or filter function but found ‘%1$S’.
     53 PEDisallowedImportRule=@import rules are not yet valid in constructed stylesheets.
     54 PENeverMatchingHostSelector=:host selector in ‘%S’ is not featureless and will never match. Maybe you intended to use :host()?
     55 PEImportantDeclError=Property cannot be declared as !important in this context.
     56 
     57 TooLargeDashedRadius=Border radius is too large for ‘dashed’ style (the limit is 100000px). Rendering as solid.
     58 TooLargeDottedRadius=Border radius is too large for ‘dotted’ style (the limit is 100000px). Rendering as solid.