dom/locales/en-US/chrome/xslt/xslt.properties

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:883cf2b41191
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 1 = Parsing an XSLT stylesheet failed.
6 2 = Parsing an XPath expression failed.
7 3 =
8 4 = XSLT transformation failed.
9 5 = Invalid XSLT/XPath function.
10 6 = XSLT Stylesheet (possibly) contains a recursion.
11 7 = Attribute value illegal in XSLT 1.0.
12 8 = An XPath expression was expected to return a NodeSet.
13 9 = XSLT transformation was terminated by <xsl:message>.
14 10 = A network error occurred loading an XSLT stylesheet:
15 11 = An XSLT stylesheet does not have an XML mimetype:
16 12 = An XSLT stylesheet directly or indirectly imports or includes itself:
17 13 = An XPath function was called with the wrong number of arguments.
18 14 = An unknown XPath extension function was called.
19 15 = XPath parse failure: ')' expected:
20 16 = XPath parse failure: invalid axis:
21 17 = XPath parse failure: Name or Nodetype test expected:
22 18 = XPath parse failure: ']' expected:
23 19 = XPath parse failure: invalid variable name:
24 20 = XPath parse failure: unexpected end of expression:
25 21 = XPath parse failure: operator expected:
26 22 = XPath parse failure: unclosed literal:
27 23 = XPath parse failure: ':' unexpected:
28 24 = XPath parse failure: '!' unexpected, negation is not():
29 25 = XPath parse failure: illegal character found:
30 26 = XPath parse failure: binary operator expected:
31 27 = An XSLT stylesheet load was blocked for security reasons.
32 28 = Evaluating an invalid expression.
33 29 = Unbalanced curly brace.
34 30 = Creating an element with an invalid QName.
35 31 = Variable binding shadows variable binding within the same template.
36
37 LoadingError = Error loading stylesheet: %S
38 TransformError = Error during XSLT transformation: %S

mercurial