1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/locales/en-US/chrome/xslt/xslt.properties Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,38 @@ 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 +1 = Parsing an XSLT stylesheet failed. 1.9 +2 = Parsing an XPath expression failed. 1.10 +3 = 1.11 +4 = XSLT transformation failed. 1.12 +5 = Invalid XSLT/XPath function. 1.13 +6 = XSLT Stylesheet (possibly) contains a recursion. 1.14 +7 = Attribute value illegal in XSLT 1.0. 1.15 +8 = An XPath expression was expected to return a NodeSet. 1.16 +9 = XSLT transformation was terminated by <xsl:message>. 1.17 +10 = A network error occurred loading an XSLT stylesheet: 1.18 +11 = An XSLT stylesheet does not have an XML mimetype: 1.19 +12 = An XSLT stylesheet directly or indirectly imports or includes itself: 1.20 +13 = An XPath function was called with the wrong number of arguments. 1.21 +14 = An unknown XPath extension function was called. 1.22 +15 = XPath parse failure: ')' expected: 1.23 +16 = XPath parse failure: invalid axis: 1.24 +17 = XPath parse failure: Name or Nodetype test expected: 1.25 +18 = XPath parse failure: ']' expected: 1.26 +19 = XPath parse failure: invalid variable name: 1.27 +20 = XPath parse failure: unexpected end of expression: 1.28 +21 = XPath parse failure: operator expected: 1.29 +22 = XPath parse failure: unclosed literal: 1.30 +23 = XPath parse failure: ':' unexpected: 1.31 +24 = XPath parse failure: '!' unexpected, negation is not(): 1.32 +25 = XPath parse failure: illegal character found: 1.33 +26 = XPath parse failure: binary operator expected: 1.34 +27 = An XSLT stylesheet load was blocked for security reasons. 1.35 +28 = Evaluating an invalid expression. 1.36 +29 = Unbalanced curly brace. 1.37 +30 = Creating an element with an invalid QName. 1.38 +31 = Variable binding shadows variable binding within the same template. 1.39 + 1.40 +LoadingError = Error loading stylesheet: %S 1.41 +TransformError = Error during XSLT transformation: %S