michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, "%2$S", is not "text/css". michael@0: MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, "%2$S", is not "text/css". michael@0: michael@0: PEUnexpEOF2=Unexpected end of file while searching for %1$S. michael@0: PEParseRuleWSOnly=Whitespace-only string given to be parsed as rule. michael@0: PEDeclDropped=Declaration dropped. michael@0: PEDeclSkipped=Skipped to next declaration. michael@0: PEUnknownProperty=Unknown property '%1$S'. michael@0: PEValueParsingError=Error in parsing value for '%1$S'. michael@0: PEExpectEndValue=Expected end of value but found '%1$S'. michael@0: PERuleTrailing=Expected end of rule but found '%1$S'. michael@0: PESkipAtRuleEOF2=end of at-rule michael@0: PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'. michael@0: PECharsetRuleEOF=charset string in @charset rule michael@0: PECharsetRuleNotString=Expected charset string but found '%1$S'. michael@0: PEGatherMediaEOF=end of media list in @import or @media rule michael@0: PEGatherMediaNotComma=Expected ',' in media list but found '%1$S'. michael@0: PEGatherMediaNotIdent=Expected identifier in media list but found '%1$S'. michael@0: PEGatherMediaReservedMediaType=Found reserved keyword '%1$S' when looking for media type. michael@0: PEImportNotURI=Expected URI in @import rule but found '%1$S'. michael@0: PEImportBadURI=Invalid URI in @import rule: '%1$S'. michael@0: PEImportUnexpected=Found unexpected '%1$S' within @import. michael@0: PEGroupRuleEOF2=end of @media, @supports or @-moz-document rule michael@0: PEGroupRuleNestedAtRule=%1$S rule not allowed within @media or @-moz-document rule. michael@0: PEMozDocRuleBadFunc2=Expected url(), url-prefix(), domain() or regexp() in @-moz-document rule but found '%1$S'. michael@0: PEMozDocRuleNotURI=Expected URI in @-moz-document rule but found '%1$S'. michael@0: PEMozDocRuleNotString=Expected string in @-moz-document rule regexp() function but found '%1$S'. michael@0: PEMozDocRuleEOF=next URI in @-moz-document rule michael@0: PEAtNSPrefixEOF=namespace prefix in @namespace rule michael@0: PEAtNSURIEOF=namespace URI in @namespace rule michael@0: PEAtNSUnexpected=Unexpected token within @namespace: '%1$S'. michael@0: PEKeyframeNameEOF=name of @keyframes rule. michael@0: PEKeyframeBadName=Expected identifier for name of @keyframes rule. michael@0: PEKeyframeBrace=Expected opening { of @keyframes rule. michael@0: PESkipDeclBraceEOF=closing } of declaration block michael@0: PESkipRSBraceEOF=closing } of invalid rule set michael@0: PEBadSelectorRSIgnored=Ruleset ignored due to bad selector. michael@0: PEBadSelectorKeyframeRuleIgnored=Keyframe rule ignored due to bad selector. michael@0: PESelectorListExtraEOF=',' or '{' michael@0: PESelectorListExtra=Expected ',' or '{' but found '%1$S'. michael@0: PESelectorGroupNoSelector=Selector expected. michael@0: PESelectorGroupExtraCombinator=Dangling combinator. michael@0: PEClassSelEOF=class name michael@0: PEClassSelNotIdent=Expected identifier for class selector but found '%1$S'. michael@0: PETypeSelEOF=element type michael@0: PETypeSelNotType=Expected element name or '*' but found '%1$S'. michael@0: PEUnknownNamespacePrefix=Unknown namespace prefix '%1$S'. michael@0: PEAttributeNameEOF=attribute name michael@0: PEAttributeNameExpected=Expected identifier for attribute name but found '%1$S'. michael@0: PEAttributeNameOrNamespaceExpected=Expected attribute name or namespace but found '%1$S'. michael@0: PEAttSelNoBar=Expected '|' but found '%1$S'. michael@0: PEAttSelInnerEOF=part of attribute selector michael@0: PEAttSelUnexpected=Unexpected token in attribute selector: '%1$S'. michael@0: PEAttSelValueEOF=attribute value michael@0: PEAttSelCloseEOF=']' to end attribute selector michael@0: PEAttSelNoClose=Expected ']' to terminate attribute selector but found '%1$S'. michael@0: PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'. michael@0: PEPseudoSelEOF=name of pseudo-class or pseudo-element michael@0: PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found '%1$S'. michael@0: PEPseudoSelNonFunc=Function token for non-function pseudo-class or pseudo-element, or the other way around, when reading '%1$S'. michael@0: PEPseudoSelNotPE=Expected pseudo-element but found '%1$S'. michael@0: PEPseudoSelDoubleNot=Negation pseudo-class can't be negated '%1$S'. michael@0: PEPseudoSelPEInNot=Pseudo-elements can't be negated '%1$S'. michael@0: PEPseudoSelNewStyleOnly=This pseudo-element must use the "::" form: '%1$S'. michael@0: PEPseudoSelEndOrUserActionPC=Expected end of selector or a user action pseudo-class after pseudo-element but found '%1$S'. michael@0: PEPseudoSelNoUserActionPC=Expected end of selector after pseudo-element that does not support user action pseudo-classes but found '%1$S'. michael@0: PEPseudoSelMultiplePE=Extra pseudo-element '%1$S'. michael@0: PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element '%1$S'. michael@0: PENegationEOF=selector within negation michael@0: PENegationBadInner=Malformed simple selector as negation pseudo-class argument '%1$S'. michael@0: PENegationNoClose=Missing closing ')' in negation pseudo-class '%1$S'. michael@0: PENegationBadArg=Missing argument in negation pseudo-class '%1$S'. michael@0: PEPseudoClassArgEOF=argument to pseudo-class selector michael@0: PEPseudoClassArgNotIdent=Expected identifier for pseudo-class parameter but found '%1$S'. michael@0: PEPseudoClassArgNotNth=Expected part of argument to pseudo-class but found '%1$S'. michael@0: PEPseudoClassNoClose=Missing closing ')' in pseudo-class, found '%1$S' instead. michael@0: PEPseudoClassNoArg=Missing argument in pseudo-class '%1$S'. michael@0: PEPseudoClassNotUserAction=Expected end of selector or a user action pseudo-class after pseudo-element but found pseudo-class '%1$S'. michael@0: PESelectorEOF=selector michael@0: PEBadDeclBlockStart=Expected '{' to begin declaration block but found '%1$S'. michael@0: PEColorEOF=color michael@0: PEColorNotColor=Expected color but found '%1$S'. michael@0: PEColorComponentEOF=color component michael@0: PEExpectedPercent=Expected a percentage but found '%1$S'. michael@0: PEExpectedInt=Expected an integer but found '%1$S'. michael@0: PEColorBadRGBContents=Expected number or percentage in rgb() but found '%1$S'. michael@0: PEColorComponentBadTerm=Expected '%2$S' but found '%1$S'. michael@0: PEColorHueEOF=hue michael@0: PEExpectedComma=Expected ',' but found '%1$S'. michael@0: PEColorSaturationEOF=saturation michael@0: PEColorLightnessEOF=lightness michael@0: PEColorOpacityEOF=opacity in color value michael@0: PEExpectedNumber=Expected a number but found '%1$S'. michael@0: PEExpectedCloseParen=Expected ')' but found '%1$S'. michael@0: PEDeclEndEOF=';' or '}' to end declaration michael@0: PEParseDeclarationNoColon=Expected ':' but found '%1$S'. michael@0: PEParseDeclarationDeclExpected=Expected declaration but found '%1$S'. michael@0: PEEndOfDeclEOF=end of declaration michael@0: PEImportantEOF=important michael@0: PEExpectedImportant=Expected 'important' but found '%1$S'. michael@0: PEBadDeclEnd=Expected ';' to terminate declaration but found '%1$S'. michael@0: PEBadDeclOrRuleEnd2=Expected ';' or '}' to terminate declaration but found '%1$S'. michael@0: PEInaccessibleProperty2=Cannot specify value for internal property. michael@0: PECommentEOF=end of comment michael@0: SEUnterminatedString=Found unclosed string '%1$S'. michael@0: PEFontDescExpected=Expected font descriptor but found '%1$S'. michael@0: PEUnknownFontDesc=Unknown descriptor '%1$S' in @font-face rule. michael@0: PEMQExpectedExpressionStart=Expected '(' to start media query expression but found '%1$S'. michael@0: PEMQExpressionEOF=contents of media query expression michael@0: PEMQExpectedFeatureName=Expected media feature name but found '%1$S'. michael@0: PEMQExpectedFeatureNameEnd=Expected ':' or ')' after media feature name but found '%1$S'. michael@0: PEMQNoMinMaxWithoutValue=Media features with min- or max- must have a value. michael@0: PEMQExpectedFeatureValue=Found invalid value for media feature. michael@0: PEBadFontBlockStart=Expected '{' to begin @font-face rule but found '%1$S'. michael@0: PEBadFontBlockEnd=Expected '}' to end @font-face rule but found '%1$S'. michael@0: PEAnonBoxNotAlone=Did not expect anonymous box. michael@0: PEFFVUnexpectedEOF=Unexpected end of @font-feature-values rule. michael@0: PEFFVBlockStart=Expected opening { of @font-feature-values rule but found '%1$S'. michael@0: PEFFVValueSetStart=Expected opening { of feature value set but found '%1$S'. michael@0: PEFFVNoFamily=Expected font family list for @font-feature-values rule but found '%1$S'. michael@0: PEFFVUnexpectedBlockEnd=Expected '}' to end @font-feature-values rule but found '%1$S'. michael@0: PEFFVUnknownFontVariantPropValue=Unknown font-variant property value '%1$S'. michael@0: PEFFVExpectedIdent=Expected identifier but found '%1$S'. michael@0: PEFFVExpectedValue=Expected non-negative integer value but found '%1$S'. michael@0: PEFFVTooManyValues=Too many values for feature type '%1$S'. michael@0: PEFFVGenericInFamilyList=Family list cannot contain generic font family name. michael@0: PEFFVValueDefinitionTrailing=Expected end of value definition but found '%1$S'. michael@0: PEBadDirValue=Expected 'ltr' or 'rtl' in direction selector but found '%1$S'. michael@0: PESupportsConditionStartEOF2='not', '(', or function michael@0: PESupportsConditionInParensEOF=')' michael@0: PESupportsConditionNotEOF='not' michael@0: PESupportsWhitespaceRequired=Expected whitespace after 'not', 'and', or 'or'. michael@0: PESupportsConditionExpectedOpenParenOrFunction=Expected '(' or function while parsing supports condition but found '%1$S'. michael@0: PESupportsConditionExpectedCloseParen=Expected ')' while parsing supports condition but found '%1$S'. michael@0: PESupportsConditionExpectedStart2=Expected 'not', '(', or function while parsing supports condition but found '%1$S'. michael@0: PESupportsConditionExpectedNot=Expected 'not' while parsing supports condition but found '%1$S'. michael@0: PESupportsGroupRuleStart=Expected '{' to begin @supports rule but found '%1$S'. michael@0: PEFilterEOF=filter michael@0: PEExpectedNoneOrURL=Expected 'none' or URL but found '%1$S'. michael@0: PEExpectedNoneOrURLOrFilterFunction=Expected 'none', URL, or filter function but found '%1$S'. michael@0: PEExpectedNonnegativeNP=Expected non-negative number or percentage. michael@0: PEFilterFunctionArgumentsParsingError=Error in parsing arguments for filter function. michael@0: PEVariableEOF=variable michael@0: PEVariableEmpty=Expected variable value but found '%1$S'. michael@0: PEValueWithVariablesParsingError=Error in parsing value for '%1$S' after substituting variables. michael@0: PEValueWithVariablesFallbackInherit=Falling back to 'inherit'. michael@0: PEValueWithVariablesFallbackInitial=Falling back to 'initial'. michael@0: PEInvalidVariableReference=Property contained reference to invalid variable. michael@0: PEInvalidVariableTokenFallback=Found invalid token '%1$S' at top level of variable reference fallback. michael@0: PEExpectedVariableNameEOF=identifier for variable name michael@0: PEExpectedVariableName=Expected identifier for variable name but found '%1$S'. michael@0: PEExpectedVariableFallback=Expected variable reference fallback after ','. michael@0: PEExpectedVariableCommaOrCloseParen=Expected ',' or ')' after variable name in variable reference but found '%1$S'.