blob: 5aebc3efe9cf747acafeeb845cbc7f3b1e398121 [file] [log] [blame]
###############################################################################
# Copyright (c) 2018 Willink Transformations and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# E.D.Willink - initial API and implementation
#
###############################################################################
# ==============================================================================
# Translation Instruction: section to be translated
#
# Error messages from the OCL parser/interpreter.
# ==============================================================================
IterateExp_BadAccumulatorSeparator = "'';'' rather than ''{0}'' separator expected for accumulator
IterateExp_MissingInitializer = Missing initializer for accumulator
IterateExp_TooManyAccumulators = Iterate ''{0}'' cannot have more than one accumulator
IterateExp_TooFewAccumulators = Iterate ''{0}'' must have an accumulator
IteratorExp_TooManyAccumulators = Iteration ''{0}'' cannot have an accumulator
LoopExp_UnexpectedInitializer = Unexpected initializer for expression
LoopExp_UnexpectedType = Unexpected type for expression
PropertyCallExp_IncompatibleProperty = Incompatible Property ''{0}''