summaryrefslogtreecommitdiff
path: root/xmerge/java/org/openoffice/xmerge/util/resources.properties
blob: 3f9e4cf84fe4cc12c550d198f6e3916d7eff8e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# 
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: resources.properties,v $
#
# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org.  If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************


#
#  resources.properties
#
#  resources for org.openoffice.xmerge.converter package.
#
NULL_MIME_EXCEPTION=Cannot specify null MIME types
EMPTY_MIME_EXCEPTION=Cannot specify empty MIME types
CANNOT_LOAD_CLASS=Unable to load class
CANNOT_INST_CLASS=Unable to instantiate class
NOT_AN_INSTANCE= is not an instance of
CANNOT_FIND_REGISTERED=Cannot find registered class
PARSE_ERROR=Parse Error
LINE=Line
COLUMN=Column
PUBLIC_ID=PublicId
SYSTEM_ID=SystemId
INVALID_LOG_LEVEL=Invalid log level specified
OPERATION_NOT_SUPPORTED=Operation not supported
TEMPLATE_FILE_LOAD_ERROR=Error in loading template file -

#
# diff/merge algorithm erro messages
#
EMPTY_NODE_EXCEPTION=Current Node is empty
NOT_LEAFNODE_EXCEPTION=Current Node is not a leaf node
ROOTNODE_EXCEPTION=Cannot perform insert/append/remove on root node
NOT_TEXTNODE_EXCEPTION=The target Node is not a TEXT_NODE, it is -
NULL_NODE_EXCEPTION=The initial Xmldocument node is null
CELL_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:
CELL_NODE_EXCEPTION2=Cell node have a non Element child nodes -
CELL_NODE_EXCEPTION2=There is a child node under an expected empty cell node.
NOT_ELEM_NODE_ERROR=The compared nodes are not a Element Node
NOT_PARA_NODE_ERROR=The compared nodes are not a Paragraph or Heading node -
NOT_NODE_ERROR=The compared nodes are not a Node
#
# SXW to/from DOC conversion error messages.
#
UNKNOWN_DOC_VERSION=Unknown DOC version.
DOC_TEXT_LENGTH_EXCEEDED=DOC text length exceeds maximum value.
DOC_TEXT_RECORD_SIZE_EXCEEDED=DOC text record exceeds size limit.