blob: a3a286d8773d25435ef124f2423d54dd43810768 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# org.netbeans.tax.TreeUtilities
#
## Encoding display names
NAME_ISO-8859-1=ISO-8859-1 (Latin 1)
NAME_IBM870=IBM870
NAME_ISO-2022-JP=ISO-2022-JP
NAME_ISO-8859-3=ISO-8859-3
NAME_IBM424=IBM424
NAME_KOI8-R=KOI8-R (Russian)
NAME_IBM280=IBM280
NAME_ISO-8859-4=ISO-8859-4
NAME_IBM285=IBM285
NAME_EUC-JP=EUC-JP
NAME_UTF-8=UTF-8 (recommended)
NAME_IBM297=IBM297
NAME_ASCII=ASCII (7-bit)
NAME_ISO-8859-2=ISO-8859-2
NAME_UTF-16=UTF-16 (recommended)
NAME_IBM500=IBM500
NAME_IBM277=IBM277
NAME_GB2312=GB2312
NAME_ISO-8859-9=ISO-8859-9
NAME_IBM871=IBM871
NAME_ISO-8859-7=ISO-8859-7
NAME_IBM037=IBM037
NAME_IBM918=IBM918
NAME_IBM284=IBM284
NAME_ISO-2022-KR=ISO-2022-KR
NAME_EUC-KR=EUC-KR
NAME_ISO-8859-6=ISO-8859-6
NAME_ISO-8859-8=ISO-8859-8
NAME_BIG5=BIG5
NAME_ISO-8859-5=ISO-8859-5
#{0} violating character
PROP_invalid_first_char=Cannot start with "{0}" character. Use an ASCII letter to be sure.
PROP_NotationDeclSystemId=Notation System ID.
#{0} violating version
PROP_invalid_version_number=Invalid entity version "{0}" number. Try "1.0".
PROP_invalid_empty_value=Empty string cannot be used.
PROP_invalid_null_value=Null value (null) is not allowed.
EXC_Invalid_encoding=Invalid IANA encoding "{0}". Try "UTF-8".
PROP_invalid_cdata_section_data=CDATA section content cannot contain "]]>" sequence as it is end delimiter. Break sequence into two.
## XML construct labels
PROP_TextData=Text Data
PROP_ProcessingInstructionData=Processing Instruction Data
PROP_DocumentTypeElementName=DOCTYPE Root Element Name
PROP_EntityDeclInternalText=Internal Entity Declaration Text
PROP_ElementDeclName=Name of Element Declaration
PROP_AttlistDeclElementName=Attribute Declaration Element Name
PROP_GeneralEntityReferenceName=General Entity Reference Name
PROP_DTDEncoding=DTD Entity Encoding
PROP_NamespaceURI=Namespace URI
PROP_DocumentVersion=Document Version
PROP_EntityDeclSystemId=External Entity Declaration System ID
PROP_EntityDeclName=Name of Declared Entity
PROP_EntityDeclPublicId=Entity Declaration Public ID
PROP_DocumentTypePublicId=DOCTYPE Public ID
PROP_ParameterEntityReferenceName=Name of Parameter Entity Reference
PROP_AttlistDeclAttributeDefaultValue=Attribute Declaration Default Value
PROP_NotationDeclPublicId=Notation Public ID
PROP_DocumentFragmentEncoding=Document Fragment Encoding
PROP_ElementDeclContentType=Element Content Model Declaration
PROP_DTDVersion=DTD Entity Version
PROP_CharacterReferenceName=Name of Character Reference
PROP_AttributeName=Attribute Name
PROP_AttributeValue=Attribute Value
PROP_AttlistDeclAttributeEnumeratedType=Attribute Enumerated Type Value Declaration
PROP_DocumentEncoding=Document Encoding
PROP_NamespacePrefix=Namespace Prefix
PROP_NotationDeclName=Name of Notation Declaration
PROP_ElementTagName=Element Name
PROP_EntityDeclNotationName=External Entity Notation
PROP_DocumentFragmentVersion=Document Fragment Version
PROP_CommentData=Comment Text
PROP_DocumentTypeSystemId=DOCTYPE System ID
PROP_AttlistDeclAttributeName=Name of Attribute Declaration
PROP_CDATASectionData=CDATA Section Data
#org.netbeans.tax.TreeUtilities
PROP_ProcessingInstructionTarget=Processing Instruction Target
# do not translate 'no' and 'yes'
PROP_is_not_valid_standalone_value=Permitted standalone values are 'yes' and 'no'.
#{0} violating system id
EXC_Invalid_system_id="{0}" is an invalid system ID. Try valid URI.
#{0} violating character
PROP_invalid_content_char=Invalid character "{0}".
# do not tranlate #words
PROP_invalid_attribute_list_declaration_default_type=Invalid default specification in attribute declaration. Use #REQUIRED, #IMPLIED or #FIXED.
#{0} offending value
EXC_invalid_attribute_value=Invalid attribute value: {0}
PROP_invalid_attribute_list_declaration_type=Invalid value constraint in attribute declaration. Use CDATA, ID, IDREF, IDREFS, ENTITY, ENTITIES, NMTOKEN, NMTOKENS, NOTATION or enumerated.
#{0} offenting text (may be long)
EXC_Invalid_Entity_Decl_Internal_text=Invalid internal entity text (e.g. contains forbidden characters):\n{0}
#{0} offending default
EXC_invalid_attribute_default_value=Invalid attribute default value: {0}
# do not translate literals in e.g.
PROP_invalid_text_data=Invalid text value (e.g. escape < as &lt; and & as &amp;).
PROP_invalid_comment_data_end=Comment must not end with --> (see two dashes).
PROP_invalid_processing_instruction_data=Processing instruction data cannot contain "?>".
#{0} offending value
EXC_Invalid_public_id=Invalid public ID: {0}. Check if delimiter is part of ID.
PROP_invalid_comment_data=Invalid comment data (e.g. "--" is not allowed).
#
# org.netbeans.tax.TreeObjectList
#
EXC_invalid_reorder_permutation=Invalid permutation (null or wrong size).
EXC_invalid_instance_of_TreeObject=TreeObject instance expected.
#{0} required type
EXC_is_not_assignable_to=Cannot cast to {0}.
#
#org.netbeans.tax.TreeNotationDecl
#
EXC_invalid_nulls=Both values cannot be null.
#
# org.netbeans.tax.TreeNamespace
#
EXC_uri_cannot_be_null=URI cannot be null.
#
# org.netbeans.tax.TreeNamedObjectMap
#
EXC_instance_of_NamedObject=NamedObjectMap.NamedObject instance required.
#
# org.netbeans.tax.TreeName
#
EXC_invalid_null_value=null is not allowed.
#
# org.netbeans.tax.TreeEntityDecl
#
EXC_ted_internal_public=Internal entity cannot have a public ID.
EXC_ted_internal_system=Internal entity cannot have system ID.
EXC_ted_system_required=External entity must have system ID.
EXC_ted_parameter_unparsed=Parameter entity cannot be unparsed.
EXC_internal_notation=Internal entity cannot have notation.
EXC_ted_unparsed_must_notation=Unparsed entity must have notation.
#
# org.netbeans.tax.TreeDocumentFragment
#
EXC_invalid_document_fragment_header=Invalid fragment header (e.g. missing encoding).
#
# org.netbeans.tax.TreeDocument
#
EXC_invalid_document_header=Invalid document header (e.g. missing version).
#
# org.netbeans.tax.TreeDTD
#
EXC_invalid_dtd_header=Invalid DTD header (e.g. missing encoding).
#
# org.netbeans.tax.ReadOnlyException
#
PROP_is_read_only_now=Value is read-only.
#
# org.netbeans.tax.InvalidArgumentException
#
#{0} the argument
PROP_violating_argument=Violating argument: "{0}"
#
# org.netbeans.tax.CannotMergeException
#
EXC_can_not_be_merged=Cannot merge given TreeObjects.
EXC_can_not_merge_null=Cannot merge with null.
#
# org.netbeans.tax.TreeElement
#
#{0} attribute name
EXC_attribute_exists=Attribute "{0}" already exists.