diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-zh-CN/dom/chrome/xslt/xslt.properties | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-CN/dom/chrome/xslt/xslt.properties')
-rwxr-xr-x | l10n-zh-CN/dom/chrome/xslt/xslt.properties | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/l10n-zh-CN/dom/chrome/xslt/xslt.properties b/l10n-zh-CN/dom/chrome/xslt/xslt.properties new file mode 100755 index 0000000000..2f97346d22 --- /dev/null +++ b/l10n-zh-CN/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 = 分析 XSLT 样式表单失败。 +2 = 分析 XPath 表达式失败。 +3 = +4 = XSLT 转换失败。 +5 = XSLT/XPath 尝试调用位置函数。 +6 = XSLT 样式表单 (可能)存在递归。 +7 = 属性值在 XSLT 1.0 中非法。 +8 = XPath 表达式预期返回一个 NodeSet。 +9 = XSLT 转换因 <xsl:message> 终止。 +10 = 载入 XSLT 样式表单时发生网络错误: +11 = XSLT 样式表未指定 XML mimetype: +12 = 某个 XSLT 样式表单直接或间接导入或者包含了自身。 +13 = 某个XPath 函数调用参数个数错误。 +14 = 调用了一个未知的XPath扩展函数。 +15 = XPath 解析失败:缺少 ')' : +16 = XPath 解析失败:非法轴: +17 = XPath 解析失败:缺少 名称 或者 test 节点类型: +18 = XPath 解析失败:缺少']': +19 = XPath 解析失败:非法变量名: +20 = XPath 解析失败:不正确的表达式终止: +21 = XPath 解析失败:缺少操作符: +22 = XPath 解析失败:语义未结束: +23 = XPath 解析失败:多余的':': +24 = XPath 解析失败:多余的'!',‘非’应为 not(): +25 = XPath 解析失败:非法字符: +26 = XPath 解析失败:缺少二进制操作符: +27 = 因安全因素,中止了一个 XSLT 样式表单的载入。 +28 = 执行了无效表达式 +29 = 大括号未成对。 +30 = 使用无效的 QName 创建元素。 +31 = 变量绑定映射了同一模板内的变量绑定 +32 = 不允许调用 key 函数。 + +LoadingError = 载入样式表单出错: %S +TransformError = XSLT 转换出错: %S |