1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/locales/en-US/chrome/mathml/mathml.properties Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 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 +InvalidChild=Invalid markup: <%1$S> is not allowed as a child of <%2$S>. 1.9 +ChildCountIncorrect=Invalid markup: Incorrect number of children for <%1$S/> tag. 1.10 +DuplicateMprescripts=Invalid markup: More than one <mprescripts/> in <mmultiscripts/>. 1.11 +# LOCALIZATION NOTE: The first child of <mmultiscript/> is the base, that is the element to which scripts are attached. 1.12 +NoBase=Invalid markup: Expected exactly one Base element in <mmultiscripts/>. Found none. 1.13 +SubSupMismatch=Invalid markup: Incomplete subscript/superscript pair in <mmultiscripts/>. 1.14 + 1.15 +# LOCALIZATION NOTE: When localizing the single quotes ('), follow the conventions in css.properties for your target locale. 1.16 +AttributeParsingError=Error in parsing the value '%1$S' for '%2$S' attribute of <%3$S/>. Attribute ignored. 1.17 +AttributeParsingErrorNoTag=Error in parsing the value '%1$S' for '%2$S' attribute. Attribute ignored. 1.18 +LengthParsingError=Error in parsing MathML attribute value '%1$S' as length. Attribute ignored. 1.19 +DeprecatedSupersededBy='%1$S' is deprecated in MathML 3, superseded by '%2$S'. 1.20 +UnitlessValuesAreDeprecated=Unitless values are deprecated in MathML 3.