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

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

mercurial