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
|
# Copyright (c) 1996 James Clark
# See the file COPYING for copying permission.
# Format is+
# TN+tag+relevant clauses+message
# where T is a letter indicating the type, and N is the number of arguments.
=3000
E1+arcGenerateSystemId++no system identifier could be generated for meta-DTD for architecture %1
E1+undefinedElement++element type %1 not defined in meta-DTD
E1+elementExcluded++element %1 invalid in meta-DTD because excluded
E1+invalidElement++meta-DTD does not allow element %1 at this point
E1+documentElementNotArc++document element must be instance of %1 element type form
E1+unfinishedElement++element %1 unfinished in meta-DTD
E0+renameMissingAttName++missing substitute name
E1+renameToInvalid++substitute for non-existent architecture attribute %1
E1+renameToDuplicate++substitute name for %1 already defined
E1+renameFromInvalid++substitute name %1 is not the name of an attribute
X1+missingId++reference in architecture to non-existent ID %1
E0+invalidArcContent++architectural content specified with #ARCCONT not allowed by meta-DTD
E1+invalidSuppress++invalid value %1 for ArcSupr attribute
E1+arcDtdNotDeclaredParameter++no declaration for meta-DTD parameter entity %1
E1+arcDtdNotDeclaredGeneral++no declaration for meta-DTD general entity %1
E1+arcDtdNotExternal++meta-DTD entity %1 must be external
W0+noArcDTDAtt++no ArcDTD architecture support attribute specified
E1+noArcDataF++ArcDataF notation %1 not defined in meta-DTD
E1+idMismatch++ID attribute %1 in meta-DTD not declared as ID in DTD
E1+invalidArcAuto++invalid value %1 for ArcAuto architectural support attribute
E1+noArcNotation++no notation declaration for architecture %1
E0+invalidData++meta-DTD does not allow data at this point
E1+invalidIgnD++invalid value %1 for ArcIgnD attribute
E1+invalidArcIndr++invalid value %1 for ArcIndr architectural support attribute
E1+invalidQuantity++unrecognized quantity name %1
E1+missingQuantityValue++no value specified for quantity %1
E1+quantityValueTooLong++length of value %1 for quantity is too long
E1+invalidDigit++invalid digit %1
E0+arcIndrNotSupported++only value of nArcIndr for ArcIndr attribute supported
|