Bug 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[wine-gecko.git] / dom / locales / en-US / chrome / layout / css.properties
blob3f3be4760b78f1605205bd15261f01773ebcba92
1 # ***** BEGIN LICENSE BLOCK *****
2 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Original Code is css.properties.
16 # The Initial Developer of the Original Code is Netscape Communications
17 # Corporation.  Portions created by the Initial Developer are Copyright
18 # (C) 2002 Netscape Communications Corporation.  All Rights Reserved.
20 # Contributor(s):
21 #   L. David Baron <dbaron@dbaron.org> (original author)
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 2 or later (the "GPL"), or
25 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26 # in which case the provisions of the GPL or the LGPL are applicable instead
27 # of those above. If you wish to allow use of your version of this file only
28 # under the terms of either the GPL or the LGPL, and not to allow others to
29 # use your version of this file under the terms of the MPL, indicate your
30 # decision by deleting the provisions above and replace them with the notice
31 # and other provisions required by the GPL or the LGPL. If you do not delete
32 # the provisions above, a recipient may use your version of this file under
33 # the terms of any one of the MPL, the GPL or the LGPL.
35 # ***** END LICENSE BLOCK *****
37 MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, "%2$S", is not "text/css".
38 MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, "%2$S", is not "text/css".
40 PEUnexpEOF2=Unexpected end of file while searching for %1$S.
41 PEParseRuleWSOnly=Whitespace-only string given to be parsed as rule.
42 PEDeclDropped=Declaration dropped.
43 PEDeclSkipped=Skipped to next declaration.
44 PEUnknownProperty=Unknown property '%1$S'.
45 PEValueParsingError=Error in parsing value for '%1$S'.
46 PEExpectEndValue=Expected end of value but found '%1$S'.
47 PESkipAtRuleEOF=end of unknown at-rule
48 PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'.
49 PECharsetRuleEOF=charset string in @charset rule
50 PECharsetRuleNotString=Expected charset string but found '%1$S'.
51 PEGatherMediaEOF=end of media list in @import or @media rule
52 PEGatherMediaNotComma=Expected ',' in media list but found '%1$S'.
53 PEGatherMediaNotIdent=Expected identifier in media list but found '%1$S'.
54 PEImportNotURI=Expected URI in @import rule but found '%1$S'.
55 PEImportUnexpected=Found unexpected '%1$S' within @import.
56 PEGroupRuleEOF=end of @media or @-moz-document rule
57 PEMozDocRuleBadFunc=Expected url(), url-prefix(), or domain() in @-moz-document rule but found '%1$S'.
58 PEMozDocRuleNotURI=Expected URI in @-moz-document rule but found '%1$S'.
59 PEAtNSPrefixEOF=namespace prefix in @namespace rule
60 PEAtNSURIEOF=namespace URI in @namespace rule
61 PEAtNSUnexpected=Unexpected token within @namespace: '%1$S'.
62 PESkipDeclBraceEOF=closing } of declaration block
63 PESkipRSBraceEOF=closing } of invalid rule set
64 PEBadSelectorRSIgnored=Ruleset ignored due to bad selector.
65 PESelectorListExtraEOF=',' or '{'
66 PESelectorListExtra=Expected ',' or '{' but found '%1$S'.
67 PESelectorGroupNoSelector=Selector expected.
68 PESelectorGroupExtraCombinator=Dangling combinator.
69 PEClassSelEOF=class name
70 PEClassSelNotIdent=Expected identifier for class selector but found '%1$S'.
71 PETypeSelEOF=element type
72 PETypeSelNotType=Expected element name or '*' but found '%1$S'.
73 PEUnknownNamespacePrefix=Unknown namespace prefix '%1$S'.
74 PEAttributeNameEOF=attribute name
75 PEAttributeNameExpected=Expected identifier for attribute name but found '%1$S'.
76 PEAttributeNameOrNamespaceExpected=Expected attribute name or namespace but found '%1$S'.
77 PEAttSelNoBar=Expected '|' but found '%1$S'.
78 PEAttSelInnerEOF=part of attribute selector
79 PEAttSelUnexpected=Unexpected token in attribute selector: '%1$S'.
80 PEAttSelValueEOF=attribute value
81 PEAttSelCloseEOF=']' to end attribute selector
82 PEAttSelNoClose=Expected ']' to terminate attribute selector but found '%1$S'.
83 PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'.
84 PEPseudoSelEOF=name of pseudo-class or pseudo-element
85 PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found '%1$S'.
86 PEPseudoSelNonFunc=Function token for non-function pseudo-class or pseudo-element, or the other way around, when reading '%1$S'.
87 PEPseudoSelNotPE=Expected pseudo-element but found '%1$S'.
88 PEPseudoSelDoubleNot=Negation pseudo-class can't be negated '%1$S'.
89 PEPseudoSelPEInNot=Pseudo-elements can't be negated '%1$S'.
90 PEPseudoSelNewStyleOnly=This pseudo-element must use the "::" form: '%1$S'.
91 PEPseudoSelTrailing=Found trailing token after pseudo-element, which must be the last part of a selector:  '%1$S'.
92 PEPseudoSelMultiplePE=Extra pseudo-element '%1$S'.
93 PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element '%1$S'.
94 PENegationEOF=selector within negation
95 PENegationBadInner=Malformed simple selector as negation pseudo-class argument '%1$S'.
96 PENegationNoClose=Missing closing ')' in negation pseudo-class '%1$S'.
97 PENegationBadArg=Missing argument in negation pseudo-class '%1$S'.
98 PEPseudoClassArgEOF=argument to pseudo-class selector
99 PEPseudoClassArgNotIdent=Expected identifier for pseudo-class parameter but found '%1$S'.
100 PEPseudoClassArgNotNth=Expected part of argument to pseudo-class but found '%1$S'.
101 PEPseudoClassNoClose=Missing closing ')' in pseudo-class, found '%1$S' instead.
102 PEPseudoClassNoArg=Missing argument in pseudo-class '%1$S'.
103 PESelectorEOF=selector
104 PEBadDeclBlockStart=Expected '{' to begin declaration block but found '%1$S'.
105 PEColorEOF=color
106 PEColorNotColor=Expected color but found '%1$S'.
107 PEColorComponentEOF=color component
108 PEExpectedPercent=Expected a percentage but found '%1$S'.
109 PEExpectedInt=Expected an integer but found '%1$S'.
110 PEColorBadRGBContents=Expected number or percentage in rgb() but found '%1$S'.
111 PEColorComponentBadTerm=Expected '%2$S' but found '%1$S'.
112 PEColorHueEOF=hue
113 PEExpectedComma=Expected ',' but found '%1$S'.
114 PEColorSaturationEOF=saturation
115 PEColorLightnessEOF=lightness
116 PEColorOpacityEOF=opacity in color value
117 PEExpectedNumber=Expected a number but found '%1$S'.
118 PEExpectedCloseParen=Expected ')' but found '%1$S'.
119 PEDeclEndEOF=';' or '}' to end declaration
120 PEParseDeclarationNoColon=Expected ':' but found '%1$S'.
121 PEParseDeclarationDeclExpected=Expected declaration but found '%1$S'.
122 PEEndOfDeclEOF=end of declaration
123 PEImportantEOF=important
124 PEExpectedImportant=Expected 'important' but found '%1$S'.
125 PEBadDeclEnd=Expected ';' to terminate declaration but found '%1$S'.
126 PEBadDeclOrRuleEnd2=Expected ';' or '}' to terminate declaration but found '%1$S'.
127 PEInaccessibleProperty2=Cannot specify value for internal property.
128 PECommentEOF=end of comment
129 SEUnterminatedString=Found unclosed string '%1$S'.
130 PEFontDescExpected=Expected font descriptor but found '%1$S'.
131 PEUnknownFontDesc=Unknown descriptor '%1$S' in @font-face rule.
132 PEMQExpectedExpressionStart=Expected '(' to start media query expression but found '%1$S'.
133 PEMQExpressionEOF=contents of media query expression
134 PEMQExpectedFeatureName=Expected media feature name but found '%1$S'.
135 PEMQExpectedFeatureNameEnd=Expected ':' or ')' after media feature name but found '%1$S'.
136 PEMQNoMinMaxWithoutValue=Media features with min- or max- must have a value.
137 PEMQExpectedFeatureValue=Found invalid value for media feature.