Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | 1 = Parsing an XSLT stylesheet failed. |
michael@0 | 6 | 2 = Parsing an XPath expression failed. |
michael@0 | 7 | 3 = |
michael@0 | 8 | 4 = XSLT transformation failed. |
michael@0 | 9 | 5 = Invalid XSLT/XPath function. |
michael@0 | 10 | 6 = XSLT Stylesheet (possibly) contains a recursion. |
michael@0 | 11 | 7 = Attribute value illegal in XSLT 1.0. |
michael@0 | 12 | 8 = An XPath expression was expected to return a NodeSet. |
michael@0 | 13 | 9 = XSLT transformation was terminated by <xsl:message>. |
michael@0 | 14 | 10 = A network error occurred loading an XSLT stylesheet: |
michael@0 | 15 | 11 = An XSLT stylesheet does not have an XML mimetype: |
michael@0 | 16 | 12 = An XSLT stylesheet directly or indirectly imports or includes itself: |
michael@0 | 17 | 13 = An XPath function was called with the wrong number of arguments. |
michael@0 | 18 | 14 = An unknown XPath extension function was called. |
michael@0 | 19 | 15 = XPath parse failure: ')' expected: |
michael@0 | 20 | 16 = XPath parse failure: invalid axis: |
michael@0 | 21 | 17 = XPath parse failure: Name or Nodetype test expected: |
michael@0 | 22 | 18 = XPath parse failure: ']' expected: |
michael@0 | 23 | 19 = XPath parse failure: invalid variable name: |
michael@0 | 24 | 20 = XPath parse failure: unexpected end of expression: |
michael@0 | 25 | 21 = XPath parse failure: operator expected: |
michael@0 | 26 | 22 = XPath parse failure: unclosed literal: |
michael@0 | 27 | 23 = XPath parse failure: ':' unexpected: |
michael@0 | 28 | 24 = XPath parse failure: '!' unexpected, negation is not(): |
michael@0 | 29 | 25 = XPath parse failure: illegal character found: |
michael@0 | 30 | 26 = XPath parse failure: binary operator expected: |
michael@0 | 31 | 27 = An XSLT stylesheet load was blocked for security reasons. |
michael@0 | 32 | 28 = Evaluating an invalid expression. |
michael@0 | 33 | 29 = Unbalanced curly brace. |
michael@0 | 34 | 30 = Creating an element with an invalid QName. |
michael@0 | 35 | 31 = Variable binding shadows variable binding within the same template. |
michael@0 | 36 | |
michael@0 | 37 | LoadingError = Error loading stylesheet: %S |
michael@0 | 38 | TransformError = Error during XSLT transformation: %S |