1################################################################################
2##
3##  ADOBE SYSTEMS INCORPORATED
4##  Copyright 2009 Adobe Systems Incorporated
5##  All Rights Reserved.
6##
7##  NOTICE: Adobe permits you to use, modify, and distribute this file
8##  in accordance with the terms of the license agreement accompanying it.
9##
10################################################################################
11
12## Developer RTE Section
13
14missingStringResource=资源 {0} 没有字符串
15
16# Core errors
17
18invalidFlowElementConstruct=尝试构造无效 FlowElement 子类
19invalidSplitAtPosition=splitAtPosition 的参数无效
20badMXMLChildrenArgument=传递给 mxmlChildren 的类型 {0} 的元素错误
21badReplaceChildrenIndex=FlowGroupElement.replaceChildren 的索引超出范围
22invalidChildType=NewElement 不属于此项可作为其父代的类型
23badRemoveChild=找不到要删除的子代
24invalidSplitAtIndex=splitAtIndex 的参数无效
25badShallowCopyRange=shallowCopy 的范围错误
26badSurrogatePairCopy=仅复制了 SpanElement.shallowCopy 中代理对的一半
27invalidReplaceTextPositions=传递给 SpanElement.replaceText 的位置无效
28invalidSurrogatePairSplit=分割代理对无效
29badPropertyValue=属性 {0} 值 {1} 超出范围
30
31# Selection/editing
32
33illegalOperation=尝试执行 {0} 操作非法
34
35# Shared import errors
36
37unexpectedXMLElementInSpan=跨距中有意外元素 {0}
38unexpectedNamespace=意外命名空间 {0}
39unknownElement=未知元素 {0}
40unknownAttribute=元素 {1} 中不允许有属性 {0}
41
42# TEXT_FIELD_HTML_FORMAT import errors
43
44malformedTag=标签 {0} 格式不正确
45malformedMarkup=标记 {0} 格式不正确
46
47# TEXT_LAYOUT_FORMAT import errors
48
49missingTextFlow=没有要分析的 TextFlow
50expectedExactlyOneTextLayoutFormat={0}	 中应有且仅有一个 TextLayoutFormat
51