Initial commit
[profile/ivi/openjade.git] / style / InterpreterMessages.msg
1 !cxx
2 E0+unexpectedEof++unexpected end of file
3 E0+invalidChar++invalid character
4 E0+unknownHash++invalid character after '#'
5 E1+unknownNamedConstant++unknown #! named constant %1
6 E1+unexpectedToken++unexpected token %1
7 E0+unterminatedString++string with no closing quote
8 E0+missingCloseParen++missing closing parenthesis
9 E1+invalidNumber++invalid number %1
10 E1+invalidAfiiGlyphId++invalid AFII glyph identifier %1
11 E1+callNonFunction++call of non-function object %1
12 E0+tooManyArgs++too many arguments for function
13 E0+oddKeyArgs++odd number of keyword/value arguments
14 E0+missingArg++missing argument for function call
15 E1+syntacticKeywordAsVariable++syntactic keyword %1 used as variable
16 E1+undefinedVariableReference++reference to undefined variable %1
17 E1+badCharName++no character with name %1
18 E1+keywordNotAllowedCall++syntactic keyword %1 not valid in call position
19 E1+symbolRequired++symbol required (got %1)
20 E1+unknownTopLevelForm++unknown top level form %1
21 E1+badModeForm++bad form %1 in mode group
22 E1+duplicateDefinition++identifier %1 already defined in same part+first definition was here
23 E1+identifierLoop++loop in specification of value of %1
24 E0+outOfRange++argument out of range
25 E1+unitLoop++loop in specification of value of unit %1
26 E1+badUnitDefinition++bad value specified for unit %1
27 E1+duplicateUnitDefinition++unit %1 already defined in same part+first definition was here
28 E1+undefinedQuantity++quantity %1 undefined
29 E0+incompatibleDimensions++incompatible dimensions
30 E3+notABoolean++%2 argument for primitive %1 of wrong type: %3 not a boolean
31 E3+notAPair++%2 argument for primitive %1 of wrong type: %3 not a pair
32 E3+notAList++%2 argument for primitive %1 of wrong type: %3 not a list
33 E3+notASymbol++%2 argument for primitive %1 of wrong type: %3 not a symbol
34 E3+notAString++%2 argument for primitive %1 of wrong type: %3 not a string
35 E3+notAStringOrSymbol++%2 argument for primitive %1 of wrong type: %3 not a string or symbol
36 E3+notASymbolOrString++%2 argument for primitive %1 of wrong type: %3 neither a string not a symbol
37 E3+notAChar++%2 argument for primitive %1 of wrong type: %3 not a char
38 E3+notATimeString++%2 argument for primitive %1 of wrong type: %3 not an ISO8601 time string
39 E3+notAStyle++%2 argument for primitive %1 of wrong type: %3 not a style
40 E3+notAnExactInteger++%2 argument for primitive %1 of wrong type: %3 not an exact integer
41 E3+notAQuantity++%2 argument for primitive %1 of wrong type: %3 not a quantity
42 E3+notAColorSpace++%2 argument for primitive %1 of wrong type: %3 not a color-space
43 E3+notANumber++%2 argument for primitive %1 of wrong type: %3 not a number
44 E3+notASosofo++%2 argument for primitive %1 of wrong type: %3 not a sosofo
45 E3+notAnOptSingletonNode++%2 argument for primitive %1 of wrong type: %3 not an optional singleton node list
46 E3+notASingletonNode++%2 argument for primitive %1 of wrong type: %3 not a singleton node list
47 E3+notANodeList++%2 argument for primitive %1 of wrong type: %3 not a node list
48 E3+notANamedNodeList++%2 argument for primitive %1 of wrong type: %3 not a named node list
49 E3+notALengthSpec++%2 argument for primitive %1 of wrong type: %3 not a length or length-spec
50 E3+notAQuantityOrLengthSpec++%2 argument for primitive %1 of wrong type: %3 not a quantity or length-spec
51 E3+notAPriority++%2 argument for primitive %1 of wrong type: %3 not an integer or the symbol "force"
52 E3+notAPattern++%2 argument for primitive %1 of wrong type: %3 not a valid element matching pattern
53 E3+notAnAddress++%2 argument for primitive %1 of wrong type: %3 not an address
54 E3+notAGlyphId++%2 argument for primitive %1 of wrong type: %3 not a glyph-id
55 E3+notAGlyphSubstTable++%2 argument for primitive %1 of wrong type: %3 not a glyph-subst-table
56 E3+notAGlyphIdPairList++%2 argument for primitive %1 of wrong type: %3 not a list of pairs of glyph-ids
57 E3+notAProcedure++%2 argument for primitive %1 of wrong type: %3 not a procedure
58 E3+notAVector++%2 argument for primitive %1 of wrong type: %3 not a vector
59 E0+duplicateRootRule++root rule already defined in same part with same importance+first definition was here
60 E1+duplicateInitialValue++initial value already declared for characteristic %1 in same part+first declaration was here
61 E1+invalidStyleKeyword++%1 is not a valid keyword in a style expression
62 E2+invalidMakeKeyword++%1 is not a valid keyword in a make expression for flow object class %2
63 E1+unknownFlowObjectClass++%1 is not the name of any flow object class
64 E1+atomicContent++content expression cannot be specified in make expression for atomic flow object class %1
65 E0+labelNotASymbol++value for "label:" not a symbol
66 E1+badConnection++no port for label %1
67 E0+badContentMap++invalid content map
68 E1+contentMapBadPort++content map references non-existent port %1
69 E1+invalidCharacteristicValue++invalid value for %1 characteristic
70 E0+condFail++no clause in cond expression matched
71 E1+caseFail++no clause in case expression matched %1
72 E1+caseElse++expected "else" not %1
73 E0+caseUnresolvedQuantities++sorry, cannot handle unresolvable quantities in datums in case expression
74 E1+errorProc++%1
75 E0+divideBy0++division by zero
76 E1+invalidKeyArg++procedure does not have %1 keyword argument
77 E0+keyArgsNotKey++argument not a keyword
78 E0+oneBody++support for more than one style-specification-body not yet implemented
79 E0+specNotArc++specification document does not have the DSSSL architecture as a base architecture
80 E0+noStyleSpec++specification document did not contain a style-specification-body element
81 E1+unknownCharName++unknown character name %1
82 E0+noCurrentNode++attempt to use current node when there is none
83 E0+noCurrentProcessingMode++attempt to process node in illegal context
84 E0+invalidRadix++radix must be 2, 8, 10 or 16
85 E0+sosofoContext++this context requires a sosofo
86 E0+styleContext++this context requires a style object
87 E0+notInCharacteristicValue++procedure can only be used in evaluation of characteristic value
88 E1+expressionNotImplemented++sorry, %1 expression not implemented
89 E1+colorArgCount++%1 color requires three arguments
90 E1+colorArgType++arguments for %1 color must be numbers
91 E1+colorArgRange++arguments for %1 color must be in the range 0 to 1
92 E1+colorProcResType++result of procedure in %1 color must be a number
93 E1+unknownColorSpaceFamily++unknown color-space family %1
94 E1+colorSpaceNoArgs++%1 color-space family does not take any arguments
95 E1+colorSpaceArgError++invalid parameters for %1 color-space family
96 E1+notABuiltinInheritedC++%1 is not a pre-defined inherited characteristic
97 E1+invalidNumberFormat++invalid number format %1
98 E1+invalidPublicIdChar++invalid character %1 in public identifier
99 I1+debug++debug %1
100 E0+useLoop++circular use of specification parts
101 E1+missingPart++no style-specification or external-specification with ID %1
102 E0+noParts++document did not contain any style-specifications or external-specifications
103 E0+tableCellOutsideTable++table-cell flow object not inside a table
104 E0+tableRowOutsideTable++table-row flow object not inside a table
105 E1+noNodePropertyValue++no value for node property %1
106 E0+returnNotNodeList++value returned by procedure was not a node-list
107 I0+stackTrace++called from here
108 I1+stackTraceEllipsis++called from here...(%1 calls omitted)
109 E0+processNodeLoop++node processing loop detected
110 E0+spliceNotList++unquote-splicing expression does not evaluate to a list
111 E0+readOnly++object is read-only
112 E1+topLevelAssignment++assignment to top-level variable %1
113 E0+continuationDead++invalid call to continuation
114 E0+patternEmptyGi++empty generic identifier in pattern
115 E0+patternNotList++pattern is not a list
116 E1+patternBadGi++%1 cannot be used as a generic identifier in a pattern
117 E1+patternBadMember++%1 cannot occur in a pattern
118 E0+patternMissingQualifierValue++value missing for qualifier in pattern
119 E1+patternUnknownQualifier++unknown pattern qualifier %1
120 E2+patternBadQualifierValue++bad value %1 for %2 qualifier in pattern
121 E0+patternChildRepeat++repeat qualifier not allowed inside children qualifier
122 E0+patternBadAttributeQualifier++bad value for attributes qualifier in pattern
123 E1+ambiguousStyle++characteristic %1 applied in style rule with same specificity+other style rule is here
124 E0+ambiguousMatch++node matches more than one pattern with the same specificity
125 E1+uninitializedVariableReference++reference to uninitialized variable %1
126 E1+actualLoop++circular use of actual value of characteristic %1
127 E1+duplicateCharacteristic++characteristic %1 already defined in same part+first definition was here
128 E1+duplicateFlowObjectClass++flow object class %1 already defined in same part+first definition was here
129 E1+undefinedMode++mode %1 not defined
130 E1+duplicateCharName++duplicate character name %1
131 E1+duplicateSdataEntityName++duplicate SDATA entity name %1
132 E1+duplicateSdataEntityText++duplicate SDATA entity text %1
133 W0+unsupportedDeclaration++unsupported declaration will be ignored
134 W1+unsupportedCharRepertoire++unsupported character repertoire %1 will be ignored
135 E0+badDeclaration++error in declaration element
136 E1+duplicateDeclaration++duplicate declaration element (%1)
137 E1+invalidIdentifier++%1 is not a valid identifier
138 E0+badLanguageDefinition++error in language definition
139 E0+noCurrentLanguage++no current language
140 E3+notALanguage++%2 argument for primitive %1 of wrong type: %3 not a language
141 E3+notAPositiveInteger++%2 argument for primitive %1 of wrong type: %3 not a po
142 E3+notAnInteger++%2 argument for primitive %1 of wrong type: %3 not an integer
143 E3+notAKeyword++%2 argument for primitive %1 of wrong type: %3 not a keyword
144 E3+notAnAlist++%2 argument for primitive %1 of wrong type: %3 not an alist
145 E3+notACharList++%2 argument for primitive %1 of wrong type: %3 not a list of characters
146 E3+lengthError++%2 argument for primitive %1 has wrong length
147 W1+noExactRepresentation++quantity %1 can't be represented exactly
148 E0+duplicateDefLangDecl++default language already declared in this part+first declaration was here
149 E1+defLangDeclRequiresLanguage++%1 not a language as required in a default-language-declaration
150 E1+invalidUnitName++%1 is not a valid unit name
151 E1+invalidCharName++%1 is not a valid character name
152 E1+invalidCharNumber++%1 is not a valid character number
153 E1+unknownCharProperty++unknown character property %1
154 E0+badAddCharProperty++error in character property declaration
155 E1+duplicateCharPropertyDecl++duplicate definition for character property %1+first definition was here
156 E2+duplicateAddCharProperty++duplicate character property declaration %1 for character %2
157 E0+returnNotSosofo++value returned by procedure was not a sosofo
158 E0+varCharPropertyExprUnsupported++variable expressions for character property values currently not supported