1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/locales/en-US/chrome/layout/css.properties Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,157 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 + 1.8 +MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, "%2$S", is not "text/css". 1.9 +MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, "%2$S", is not "text/css". 1.10 + 1.11 +PEUnexpEOF2=Unexpected end of file while searching for %1$S. 1.12 +PEParseRuleWSOnly=Whitespace-only string given to be parsed as rule. 1.13 +PEDeclDropped=Declaration dropped. 1.14 +PEDeclSkipped=Skipped to next declaration. 1.15 +PEUnknownProperty=Unknown property '%1$S'. 1.16 +PEValueParsingError=Error in parsing value for '%1$S'. 1.17 +PEExpectEndValue=Expected end of value but found '%1$S'. 1.18 +PERuleTrailing=Expected end of rule but found '%1$S'. 1.19 +PESkipAtRuleEOF2=end of at-rule 1.20 +PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'. 1.21 +PECharsetRuleEOF=charset string in @charset rule 1.22 +PECharsetRuleNotString=Expected charset string but found '%1$S'. 1.23 +PEGatherMediaEOF=end of media list in @import or @media rule 1.24 +PEGatherMediaNotComma=Expected ',' in media list but found '%1$S'. 1.25 +PEGatherMediaNotIdent=Expected identifier in media list but found '%1$S'. 1.26 +PEGatherMediaReservedMediaType=Found reserved keyword '%1$S' when looking for media type. 1.27 +PEImportNotURI=Expected URI in @import rule but found '%1$S'. 1.28 +PEImportBadURI=Invalid URI in @import rule: '%1$S'. 1.29 +PEImportUnexpected=Found unexpected '%1$S' within @import. 1.30 +PEGroupRuleEOF2=end of @media, @supports or @-moz-document rule 1.31 +PEGroupRuleNestedAtRule=%1$S rule not allowed within @media or @-moz-document rule. 1.32 +PEMozDocRuleBadFunc2=Expected url(), url-prefix(), domain() or regexp() in @-moz-document rule but found '%1$S'. 1.33 +PEMozDocRuleNotURI=Expected URI in @-moz-document rule but found '%1$S'. 1.34 +PEMozDocRuleNotString=Expected string in @-moz-document rule regexp() function but found '%1$S'. 1.35 +PEMozDocRuleEOF=next URI in @-moz-document rule 1.36 +PEAtNSPrefixEOF=namespace prefix in @namespace rule 1.37 +PEAtNSURIEOF=namespace URI in @namespace rule 1.38 +PEAtNSUnexpected=Unexpected token within @namespace: '%1$S'. 1.39 +PEKeyframeNameEOF=name of @keyframes rule. 1.40 +PEKeyframeBadName=Expected identifier for name of @keyframes rule. 1.41 +PEKeyframeBrace=Expected opening { of @keyframes rule. 1.42 +PESkipDeclBraceEOF=closing } of declaration block 1.43 +PESkipRSBraceEOF=closing } of invalid rule set 1.44 +PEBadSelectorRSIgnored=Ruleset ignored due to bad selector. 1.45 +PEBadSelectorKeyframeRuleIgnored=Keyframe rule ignored due to bad selector. 1.46 +PESelectorListExtraEOF=',' or '{' 1.47 +PESelectorListExtra=Expected ',' or '{' but found '%1$S'. 1.48 +PESelectorGroupNoSelector=Selector expected. 1.49 +PESelectorGroupExtraCombinator=Dangling combinator. 1.50 +PEClassSelEOF=class name 1.51 +PEClassSelNotIdent=Expected identifier for class selector but found '%1$S'. 1.52 +PETypeSelEOF=element type 1.53 +PETypeSelNotType=Expected element name or '*' but found '%1$S'. 1.54 +PEUnknownNamespacePrefix=Unknown namespace prefix '%1$S'. 1.55 +PEAttributeNameEOF=attribute name 1.56 +PEAttributeNameExpected=Expected identifier for attribute name but found '%1$S'. 1.57 +PEAttributeNameOrNamespaceExpected=Expected attribute name or namespace but found '%1$S'. 1.58 +PEAttSelNoBar=Expected '|' but found '%1$S'. 1.59 +PEAttSelInnerEOF=part of attribute selector 1.60 +PEAttSelUnexpected=Unexpected token in attribute selector: '%1$S'. 1.61 +PEAttSelValueEOF=attribute value 1.62 +PEAttSelCloseEOF=']' to end attribute selector 1.63 +PEAttSelNoClose=Expected ']' to terminate attribute selector but found '%1$S'. 1.64 +PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'. 1.65 +PEPseudoSelEOF=name of pseudo-class or pseudo-element 1.66 +PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found '%1$S'. 1.67 +PEPseudoSelNonFunc=Function token for non-function pseudo-class or pseudo-element, or the other way around, when reading '%1$S'. 1.68 +PEPseudoSelNotPE=Expected pseudo-element but found '%1$S'. 1.69 +PEPseudoSelDoubleNot=Negation pseudo-class can't be negated '%1$S'. 1.70 +PEPseudoSelPEInNot=Pseudo-elements can't be negated '%1$S'. 1.71 +PEPseudoSelNewStyleOnly=This pseudo-element must use the "::" form: '%1$S'. 1.72 +PEPseudoSelEndOrUserActionPC=Expected end of selector or a user action pseudo-class after pseudo-element but found '%1$S'. 1.73 +PEPseudoSelNoUserActionPC=Expected end of selector after pseudo-element that does not support user action pseudo-classes but found '%1$S'. 1.74 +PEPseudoSelMultiplePE=Extra pseudo-element '%1$S'. 1.75 +PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element '%1$S'. 1.76 +PENegationEOF=selector within negation 1.77 +PENegationBadInner=Malformed simple selector as negation pseudo-class argument '%1$S'. 1.78 +PENegationNoClose=Missing closing ')' in negation pseudo-class '%1$S'. 1.79 +PENegationBadArg=Missing argument in negation pseudo-class '%1$S'. 1.80 +PEPseudoClassArgEOF=argument to pseudo-class selector 1.81 +PEPseudoClassArgNotIdent=Expected identifier for pseudo-class parameter but found '%1$S'. 1.82 +PEPseudoClassArgNotNth=Expected part of argument to pseudo-class but found '%1$S'. 1.83 +PEPseudoClassNoClose=Missing closing ')' in pseudo-class, found '%1$S' instead. 1.84 +PEPseudoClassNoArg=Missing argument in pseudo-class '%1$S'. 1.85 +PEPseudoClassNotUserAction=Expected end of selector or a user action pseudo-class after pseudo-element but found pseudo-class '%1$S'. 1.86 +PESelectorEOF=selector 1.87 +PEBadDeclBlockStart=Expected '{' to begin declaration block but found '%1$S'. 1.88 +PEColorEOF=color 1.89 +PEColorNotColor=Expected color but found '%1$S'. 1.90 +PEColorComponentEOF=color component 1.91 +PEExpectedPercent=Expected a percentage but found '%1$S'. 1.92 +PEExpectedInt=Expected an integer but found '%1$S'. 1.93 +PEColorBadRGBContents=Expected number or percentage in rgb() but found '%1$S'. 1.94 +PEColorComponentBadTerm=Expected '%2$S' but found '%1$S'. 1.95 +PEColorHueEOF=hue 1.96 +PEExpectedComma=Expected ',' but found '%1$S'. 1.97 +PEColorSaturationEOF=saturation 1.98 +PEColorLightnessEOF=lightness 1.99 +PEColorOpacityEOF=opacity in color value 1.100 +PEExpectedNumber=Expected a number but found '%1$S'. 1.101 +PEExpectedCloseParen=Expected ')' but found '%1$S'. 1.102 +PEDeclEndEOF=';' or '}' to end declaration 1.103 +PEParseDeclarationNoColon=Expected ':' but found '%1$S'. 1.104 +PEParseDeclarationDeclExpected=Expected declaration but found '%1$S'. 1.105 +PEEndOfDeclEOF=end of declaration 1.106 +PEImportantEOF=important 1.107 +PEExpectedImportant=Expected 'important' but found '%1$S'. 1.108 +PEBadDeclEnd=Expected ';' to terminate declaration but found '%1$S'. 1.109 +PEBadDeclOrRuleEnd2=Expected ';' or '}' to terminate declaration but found '%1$S'. 1.110 +PEInaccessibleProperty2=Cannot specify value for internal property. 1.111 +PECommentEOF=end of comment 1.112 +SEUnterminatedString=Found unclosed string '%1$S'. 1.113 +PEFontDescExpected=Expected font descriptor but found '%1$S'. 1.114 +PEUnknownFontDesc=Unknown descriptor '%1$S' in @font-face rule. 1.115 +PEMQExpectedExpressionStart=Expected '(' to start media query expression but found '%1$S'. 1.116 +PEMQExpressionEOF=contents of media query expression 1.117 +PEMQExpectedFeatureName=Expected media feature name but found '%1$S'. 1.118 +PEMQExpectedFeatureNameEnd=Expected ':' or ')' after media feature name but found '%1$S'. 1.119 +PEMQNoMinMaxWithoutValue=Media features with min- or max- must have a value. 1.120 +PEMQExpectedFeatureValue=Found invalid value for media feature. 1.121 +PEBadFontBlockStart=Expected '{' to begin @font-face rule but found '%1$S'. 1.122 +PEBadFontBlockEnd=Expected '}' to end @font-face rule but found '%1$S'. 1.123 +PEAnonBoxNotAlone=Did not expect anonymous box. 1.124 +PEFFVUnexpectedEOF=Unexpected end of @font-feature-values rule. 1.125 +PEFFVBlockStart=Expected opening { of @font-feature-values rule but found '%1$S'. 1.126 +PEFFVValueSetStart=Expected opening { of feature value set but found '%1$S'. 1.127 +PEFFVNoFamily=Expected font family list for @font-feature-values rule but found '%1$S'. 1.128 +PEFFVUnexpectedBlockEnd=Expected '}' to end @font-feature-values rule but found '%1$S'. 1.129 +PEFFVUnknownFontVariantPropValue=Unknown font-variant property value '%1$S'. 1.130 +PEFFVExpectedIdent=Expected identifier but found '%1$S'. 1.131 +PEFFVExpectedValue=Expected non-negative integer value but found '%1$S'. 1.132 +PEFFVTooManyValues=Too many values for feature type '%1$S'. 1.133 +PEFFVGenericInFamilyList=Family list cannot contain generic font family name. 1.134 +PEFFVValueDefinitionTrailing=Expected end of value definition but found '%1$S'. 1.135 +PEBadDirValue=Expected 'ltr' or 'rtl' in direction selector but found '%1$S'. 1.136 +PESupportsConditionStartEOF2='not', '(', or function 1.137 +PESupportsConditionInParensEOF=')' 1.138 +PESupportsConditionNotEOF='not' 1.139 +PESupportsWhitespaceRequired=Expected whitespace after 'not', 'and', or 'or'. 1.140 +PESupportsConditionExpectedOpenParenOrFunction=Expected '(' or function while parsing supports condition but found '%1$S'. 1.141 +PESupportsConditionExpectedCloseParen=Expected ')' while parsing supports condition but found '%1$S'. 1.142 +PESupportsConditionExpectedStart2=Expected 'not', '(', or function while parsing supports condition but found '%1$S'. 1.143 +PESupportsConditionExpectedNot=Expected 'not' while parsing supports condition but found '%1$S'. 1.144 +PESupportsGroupRuleStart=Expected '{' to begin @supports rule but found '%1$S'. 1.145 +PEFilterEOF=filter 1.146 +PEExpectedNoneOrURL=Expected 'none' or URL but found '%1$S'. 1.147 +PEExpectedNoneOrURLOrFilterFunction=Expected 'none', URL, or filter function but found '%1$S'. 1.148 +PEExpectedNonnegativeNP=Expected non-negative number or percentage. 1.149 +PEFilterFunctionArgumentsParsingError=Error in parsing arguments for filter function. 1.150 +PEVariableEOF=variable 1.151 +PEVariableEmpty=Expected variable value but found '%1$S'. 1.152 +PEValueWithVariablesParsingError=Error in parsing value for '%1$S' after substituting variables. 1.153 +PEValueWithVariablesFallbackInherit=Falling back to 'inherit'. 1.154 +PEValueWithVariablesFallbackInitial=Falling back to 'initial'. 1.155 +PEInvalidVariableReference=Property contained reference to invalid variable. 1.156 +PEInvalidVariableTokenFallback=Found invalid token '%1$S' at top level of variable reference fallback. 1.157 +PEExpectedVariableNameEOF=identifier for variable name 1.158 +PEExpectedVariableName=Expected identifier for variable name but found '%1$S'. 1.159 +PEExpectedVariableFallback=Expected variable reference fallback after ','. 1.160 +PEExpectedVariableCommaOrCloseParen=Expected ',' or ')' after variable name in variable reference but found '%1$S'.