From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-en-GB/dom/chrome/xslt/xslt.properties | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 l10n-en-GB/dom/chrome/xslt/xslt.properties (limited to 'l10n-en-GB/dom/chrome/xslt/xslt.properties') diff --git a/l10n-en-GB/dom/chrome/xslt/xslt.properties b/l10n-en-GB/dom/chrome/xslt/xslt.properties new file mode 100644 index 0000000000..c52c945a59 --- /dev/null +++ b/l10n-en-GB/dom/chrome/xslt/xslt.properties @@ -0,0 +1,39 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +1 = Parsing an XSLT stylesheet failed. +2 = Parsing an XPath expression failed. +3 = +4 = XSLT transformation failed. +5 = Invalid XSLT/XPath function. +6 = XSLT Stylesheet (possibly) contains a recursion. +7 = Attribute value illegal in XSLT 1.0. +8 = An XPath expression was expected to return a NodeSet. +9 = XSLT transformation was terminated by . +10 = A network error occurred loading an XSLT stylesheet: +11 = An XSLT stylesheet does not have an XML mimetype: +12 = An XSLT stylesheet directly or indirectly imports or includes itself: +13 = An XPath function was called with the wrong number of arguments. +14 = An unknown XPath extension function was called. +15 = XPath parse failure: ')' expected: +16 = XPath parse failure: invalid axis: +17 = XPath parse failure: Name or Nodetype test expected: +18 = XPath parse failure: ']' expected: +19 = XPath parse failure: invalid variable name: +20 = XPath parse failure: unexpected end of expression: +21 = XPath parse failure: operator expected: +22 = XPath parse failure: unclosed literal: +23 = XPath parse failure: ':' unexpected: +24 = XPath parse failure: '!' unexpected, negation is not(): +25 = XPath parse failure: illegal character found: +26 = XPath parse failure: binary operator expected: +27 = An XSLT stylesheet load was blocked for security reasons. +28 = Evaluating an invalid expression. +29 = Unbalanced curly brace. +30 = Creating an element with an invalid QName. +31 = Variable binding shadows variable binding within the same template. +32 = Call to the key function not allowed. + +LoadingError = Error loading stylesheet: %S +TransformError = Error during XSLT transformation: %S -- cgit v1.2.3