1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21# x-no-translate
22
23
24#
25#  resources.properties
26#
27#  resources for org.openoffice.xmerge.converter package.
28#
29NULL_MIME_EXCEPTION=Cannot specify null MIME types
30EMPTY_MIME_EXCEPTION=Cannot specify empty MIME types
31CANNOT_LOAD_CLASS=Unable to load class
32CANNOT_INST_CLASS=Unable to instantiate class
33NOT_AN_INSTANCE= is not an instance of
34CANNOT_FIND_REGISTERED=Cannot find registered class
35PARSE_ERROR=Parse Error
36LINE=Line
37COLUMN=Column
38PUBLIC_ID=PublicId
39SYSTEM_ID=SystemId
40INVALID_LOG_LEVEL=Invalid log level specified
41OPERATION_NOT_SUPPORTED=Operation not supported
42TEMPLATE_FILE_LOAD_ERROR=Error in loading template file -
43
44#
45# diff/merge algorithm erro messages
46#
47EMPTY_NODE_EXCEPTION=Current Node is empty
48NOT_LEAFNODE_EXCEPTION=Current Node is not a leaf node
49ROOTNODE_EXCEPTION=Cannot perform insert/append/remove on root node
50NOT_TEXTNODE_EXCEPTION=The target Node is not a TEXT_NODE, it is -
51NULL_NODE_EXCEPTION=The initial Xmldocument node is null
52CELL_NODE_EXCEPTION1=Cell node do not have only 1 child <text:p> nodes, will skip the merge of this node.Num of PARA child nodes:
53CELL_NODE_EXCEPTION2=Cell node have a non Element child nodes -
54CELL_NODE_EXCEPTION2=There is a child node under an expected empty cell node.
55NOT_ELEM_NODE_ERROR=The compared nodes are not a Element Node
56NOT_PARA_NODE_ERROR=The compared nodes are not a Paragraph or Heading node -
57NOT_NODE_ERROR=The compared nodes are not a Node
58#
59# SXW to/from DOC conversion error messages.
60#
61UNKNOWN_DOC_VERSION=Unknown DOC version.
62DOC_TEXT_LENGTH_EXCEEDED=DOC text length exceeds maximum value.
63DOC_TEXT_RECORD_SIZE_EXCEEDED=DOC text record exceeds size limit.
64