dom/locales/en-US/chrome/layout/css.properties

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 4
michael@0 5 MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, "%2$S", is not "text/css".
michael@0 6 MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, "%2$S", is not "text/css".
michael@0 7
michael@0 8 PEUnexpEOF2=Unexpected end of file while searching for %1$S.
michael@0 9 PEParseRuleWSOnly=Whitespace-only string given to be parsed as rule.
michael@0 10 PEDeclDropped=Declaration dropped.
michael@0 11 PEDeclSkipped=Skipped to next declaration.
michael@0 12 PEUnknownProperty=Unknown property '%1$S'.
michael@0 13 PEValueParsingError=Error in parsing value for '%1$S'.
michael@0 14 PEExpectEndValue=Expected end of value but found '%1$S'.
michael@0 15 PERuleTrailing=Expected end of rule but found '%1$S'.
michael@0 16 PESkipAtRuleEOF2=end of at-rule
michael@0 17 PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'.
michael@0 18 PECharsetRuleEOF=charset string in @charset rule
michael@0 19 PECharsetRuleNotString=Expected charset string but found '%1$S'.
michael@0 20 PEGatherMediaEOF=end of media list in @import or @media rule
michael@0 21 PEGatherMediaNotComma=Expected ',' in media list but found '%1$S'.
michael@0 22 PEGatherMediaNotIdent=Expected identifier in media list but found '%1$S'.
michael@0 23 PEGatherMediaReservedMediaType=Found reserved keyword '%1$S' when looking for media type.
michael@0 24 PEImportNotURI=Expected URI in @import rule but found '%1$S'.
michael@0 25 PEImportBadURI=Invalid URI in @import rule: '%1$S'.
michael@0 26 PEImportUnexpected=Found unexpected '%1$S' within @import.
michael@0 27 PEGroupRuleEOF2=end of @media, @supports or @-moz-document rule
michael@0 28 PEGroupRuleNestedAtRule=%1$S rule not allowed within @media or @-moz-document rule.
michael@0 29 PEMozDocRuleBadFunc2=Expected url(), url-prefix(), domain() or regexp() in @-moz-document rule but found '%1$S'.
michael@0 30 PEMozDocRuleNotURI=Expected URI in @-moz-document rule but found '%1$S'.
michael@0 31 PEMozDocRuleNotString=Expected string in @-moz-document rule regexp() function but found '%1$S'.
michael@0 32 PEMozDocRuleEOF=next URI in @-moz-document rule
michael@0 33 PEAtNSPrefixEOF=namespace prefix in @namespace rule
michael@0 34 PEAtNSURIEOF=namespace URI in @namespace rule
michael@0 35 PEAtNSUnexpected=Unexpected token within @namespace: '%1$S'.
michael@0 36 PEKeyframeNameEOF=name of @keyframes rule.
michael@0 37 PEKeyframeBadName=Expected identifier for name of @keyframes rule.
michael@0 38 PEKeyframeBrace=Expected opening { of @keyframes rule.
michael@0 39 PESkipDeclBraceEOF=closing } of declaration block
michael@0 40 PESkipRSBraceEOF=closing } of invalid rule set
michael@0 41 PEBadSelectorRSIgnored=Ruleset ignored due to bad selector.
michael@0 42 PEBadSelectorKeyframeRuleIgnored=Keyframe rule ignored due to bad selector.
michael@0 43 PESelectorListExtraEOF=',' or '{'
michael@0 44 PESelectorListExtra=Expected ',' or '{' but found '%1$S'.
michael@0 45 PESelectorGroupNoSelector=Selector expected.
michael@0 46 PESelectorGroupExtraCombinator=Dangling combinator.
michael@0 47 PEClassSelEOF=class name
michael@0 48 PEClassSelNotIdent=Expected identifier for class selector but found '%1$S'.
michael@0 49 PETypeSelEOF=element type
michael@0 50 PETypeSelNotType=Expected element name or '*' but found '%1$S'.
michael@0 51 PEUnknownNamespacePrefix=Unknown namespace prefix '%1$S'.
michael@0 52 PEAttributeNameEOF=attribute name
michael@0 53 PEAttributeNameExpected=Expected identifier for attribute name but found '%1$S'.
michael@0 54 PEAttributeNameOrNamespaceExpected=Expected attribute name or namespace but found '%1$S'.
michael@0 55 PEAttSelNoBar=Expected '|' but found '%1$S'.
michael@0 56 PEAttSelInnerEOF=part of attribute selector
michael@0 57 PEAttSelUnexpected=Unexpected token in attribute selector: '%1$S'.
michael@0 58 PEAttSelValueEOF=attribute value
michael@0 59 PEAttSelCloseEOF=']' to end attribute selector
michael@0 60 PEAttSelNoClose=Expected ']' to terminate attribute selector but found '%1$S'.
michael@0 61 PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'.
michael@0 62 PEPseudoSelEOF=name of pseudo-class or pseudo-element
michael@0 63 PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found '%1$S'.
michael@0 64 PEPseudoSelNonFunc=Function token for non-function pseudo-class or pseudo-element, or the other way around, when reading '%1$S'.
michael@0 65 PEPseudoSelNotPE=Expected pseudo-element but found '%1$S'.
michael@0 66 PEPseudoSelDoubleNot=Negation pseudo-class can't be negated '%1$S'.
michael@0 67 PEPseudoSelPEInNot=Pseudo-elements can't be negated '%1$S'.
michael@0 68 PEPseudoSelNewStyleOnly=This pseudo-element must use the "::" form: '%1$S'.
michael@0 69 PEPseudoSelEndOrUserActionPC=Expected end of selector or a user action pseudo-class after pseudo-element but found '%1$S'.
michael@0 70 PEPseudoSelNoUserActionPC=Expected end of selector after pseudo-element that does not support user action pseudo-classes but found '%1$S'.
michael@0 71 PEPseudoSelMultiplePE=Extra pseudo-element '%1$S'.
michael@0 72 PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element '%1$S'.
michael@0 73 PENegationEOF=selector within negation
michael@0 74 PENegationBadInner=Malformed simple selector as negation pseudo-class argument '%1$S'.
michael@0 75 PENegationNoClose=Missing closing ')' in negation pseudo-class '%1$S'.
michael@0 76 PENegationBadArg=Missing argument in negation pseudo-class '%1$S'.
michael@0 77 PEPseudoClassArgEOF=argument to pseudo-class selector
michael@0 78 PEPseudoClassArgNotIdent=Expected identifier for pseudo-class parameter but found '%1$S'.
michael@0 79 PEPseudoClassArgNotNth=Expected part of argument to pseudo-class but found '%1$S'.
michael@0 80 PEPseudoClassNoClose=Missing closing ')' in pseudo-class, found '%1$S' instead.
michael@0 81 PEPseudoClassNoArg=Missing argument in pseudo-class '%1$S'.
michael@0 82 PEPseudoClassNotUserAction=Expected end of selector or a user action pseudo-class after pseudo-element but found pseudo-class '%1$S'.
michael@0 83 PESelectorEOF=selector
michael@0 84 PEBadDeclBlockStart=Expected '{' to begin declaration block but found '%1$S'.
michael@0 85 PEColorEOF=color
michael@0 86 PEColorNotColor=Expected color but found '%1$S'.
michael@0 87 PEColorComponentEOF=color component
michael@0 88 PEExpectedPercent=Expected a percentage but found '%1$S'.
michael@0 89 PEExpectedInt=Expected an integer but found '%1$S'.
michael@0 90 PEColorBadRGBContents=Expected number or percentage in rgb() but found '%1$S'.
michael@0 91 PEColorComponentBadTerm=Expected '%2$S' but found '%1$S'.
michael@0 92 PEColorHueEOF=hue
michael@0 93 PEExpectedComma=Expected ',' but found '%1$S'.
michael@0 94 PEColorSaturationEOF=saturation
michael@0 95 PEColorLightnessEOF=lightness
michael@0 96 PEColorOpacityEOF=opacity in color value
michael@0 97 PEExpectedNumber=Expected a number but found '%1$S'.
michael@0 98 PEExpectedCloseParen=Expected ')' but found '%1$S'.
michael@0 99 PEDeclEndEOF=';' or '}' to end declaration
michael@0 100 PEParseDeclarationNoColon=Expected ':' but found '%1$S'.
michael@0 101 PEParseDeclarationDeclExpected=Expected declaration but found '%1$S'.
michael@0 102 PEEndOfDeclEOF=end of declaration
michael@0 103 PEImportantEOF=important
michael@0 104 PEExpectedImportant=Expected 'important' but found '%1$S'.
michael@0 105 PEBadDeclEnd=Expected ';' to terminate declaration but found '%1$S'.
michael@0 106 PEBadDeclOrRuleEnd2=Expected ';' or '}' to terminate declaration but found '%1$S'.
michael@0 107 PEInaccessibleProperty2=Cannot specify value for internal property.
michael@0 108 PECommentEOF=end of comment
michael@0 109 SEUnterminatedString=Found unclosed string '%1$S'.
michael@0 110 PEFontDescExpected=Expected font descriptor but found '%1$S'.
michael@0 111 PEUnknownFontDesc=Unknown descriptor '%1$S' in @font-face rule.
michael@0 112 PEMQExpectedExpressionStart=Expected '(' to start media query expression but found '%1$S'.
michael@0 113 PEMQExpressionEOF=contents of media query expression
michael@0 114 PEMQExpectedFeatureName=Expected media feature name but found '%1$S'.
michael@0 115 PEMQExpectedFeatureNameEnd=Expected ':' or ')' after media feature name but found '%1$S'.
michael@0 116 PEMQNoMinMaxWithoutValue=Media features with min- or max- must have a value.
michael@0 117 PEMQExpectedFeatureValue=Found invalid value for media feature.
michael@0 118 PEBadFontBlockStart=Expected '{' to begin @font-face rule but found '%1$S'.
michael@0 119 PEBadFontBlockEnd=Expected '}' to end @font-face rule but found '%1$S'.
michael@0 120 PEAnonBoxNotAlone=Did not expect anonymous box.
michael@0 121 PEFFVUnexpectedEOF=Unexpected end of @font-feature-values rule.
michael@0 122 PEFFVBlockStart=Expected opening { of @font-feature-values rule but found '%1$S'.
michael@0 123 PEFFVValueSetStart=Expected opening { of feature value set but found '%1$S'.
michael@0 124 PEFFVNoFamily=Expected font family list for @font-feature-values rule but found '%1$S'.
michael@0 125 PEFFVUnexpectedBlockEnd=Expected '}' to end @font-feature-values rule but found '%1$S'.
michael@0 126 PEFFVUnknownFontVariantPropValue=Unknown font-variant property value '%1$S'.
michael@0 127 PEFFVExpectedIdent=Expected identifier but found '%1$S'.
michael@0 128 PEFFVExpectedValue=Expected non-negative integer value but found '%1$S'.
michael@0 129 PEFFVTooManyValues=Too many values for feature type '%1$S'.
michael@0 130 PEFFVGenericInFamilyList=Family list cannot contain generic font family name.
michael@0 131 PEFFVValueDefinitionTrailing=Expected end of value definition but found '%1$S'.
michael@0 132 PEBadDirValue=Expected 'ltr' or 'rtl' in direction selector but found '%1$S'.
michael@0 133 PESupportsConditionStartEOF2='not', '(', or function
michael@0 134 PESupportsConditionInParensEOF=')'
michael@0 135 PESupportsConditionNotEOF='not'
michael@0 136 PESupportsWhitespaceRequired=Expected whitespace after 'not', 'and', or 'or'.
michael@0 137 PESupportsConditionExpectedOpenParenOrFunction=Expected '(' or function while parsing supports condition but found '%1$S'.
michael@0 138 PESupportsConditionExpectedCloseParen=Expected ')' while parsing supports condition but found '%1$S'.
michael@0 139 PESupportsConditionExpectedStart2=Expected 'not', '(', or function while parsing supports condition but found '%1$S'.
michael@0 140 PESupportsConditionExpectedNot=Expected 'not' while parsing supports condition but found '%1$S'.
michael@0 141 PESupportsGroupRuleStart=Expected '{' to begin @supports rule but found '%1$S'.
michael@0 142 PEFilterEOF=filter
michael@0 143 PEExpectedNoneOrURL=Expected 'none' or URL but found '%1$S'.
michael@0 144 PEExpectedNoneOrURLOrFilterFunction=Expected 'none', URL, or filter function but found '%1$S'.
michael@0 145 PEExpectedNonnegativeNP=Expected non-negative number or percentage.
michael@0 146 PEFilterFunctionArgumentsParsingError=Error in parsing arguments for filter function.
michael@0 147 PEVariableEOF=variable
michael@0 148 PEVariableEmpty=Expected variable value but found '%1$S'.
michael@0 149 PEValueWithVariablesParsingError=Error in parsing value for '%1$S' after substituting variables.
michael@0 150 PEValueWithVariablesFallbackInherit=Falling back to 'inherit'.
michael@0 151 PEValueWithVariablesFallbackInitial=Falling back to 'initial'.
michael@0 152 PEInvalidVariableReference=Property contained reference to invalid variable.
michael@0 153 PEInvalidVariableTokenFallback=Found invalid token '%1$S' at top level of variable reference fallback.
michael@0 154 PEExpectedVariableNameEOF=identifier for variable name
michael@0 155 PEExpectedVariableName=Expected identifier for variable name but found '%1$S'.
michael@0 156 PEExpectedVariableFallback=Expected variable reference fallback after ','.
michael@0 157 PEExpectedVariableCommaOrCloseParen=Expected ',' or ')' after variable name in variable reference but found '%1$S'.

mercurial