blob: 4e05ee39ef9d1719ba3e327c42df4d6a87c7e60e [file] [log] [blame]
###############################################################################
# Copyright (c) 2008,2013 Borland Software Corporation 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:
# Borland - initial API and implementation
###############################################################################
NoModulesDeclared=A file must declare at least one transformation or library\!
ModuleDeclarationMustPrecedeThisElement=Module declaration must precede this element
MultipleModulesExtraUnitElements=A file with multiple transformations/libraries cannot contain top level elements other than import, modeltype, transformation or library
IdentifierExpectedOnLeftSide=Left side expression must be an identifier
ImportMustBeFirstInCompilationUnit=Import statement must be the first element in compilation unit. Using this location is deprecated.
InvalidAdditiveAssignmentUsage=Invalid use of additive assignment
AbstractQVTParser_DeprecatedSwitchAltExp=Syntax is deprecated, use " ''case'' ''('' <expression> '')'' <expression_statement> " instead
AbstractQVTParser_DeprecatedSwitchElseExp=Syntax is deprecated, use " ''else'' <expression_statement> " instead
EntryOp_DisallowedDeclAsHelper=It's disallowed to define entry operation as a query or helper.