Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 18f395a03838feca564dd93ecae9168f65727a9a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                                                   







                                                                               




                                                                                                  







                                                                                                                               



                                                                    

                                                                

                                                                                                          
###############################################################################
# Copyright (c) 2008, 2015 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 v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Borland - initial API and implementation
###############################################################################
CompilationErrorsFoundInUnit=Compilation errors found in unit ''{0}''
FailedToCompileUnitError=Failed to compile unit ''{0}''
InvalidModelParameterCountError=Invalid number of model parameters. Received ({0}), expected ({1})
NoTransformationEntryPointError=Transformation ''{0}'' is has no entry point for execution
NotTransformationInUnitError=No transformation found in unit ''{0}''
QvtNamesChecker_blankIdentifierError=Non-blank {0} identifier must be provided
QvtNamesChecker_InvalidCUnitName=Invalid compilation unit name. It must have the following pattern: '<CompilationUnitName>.{0}'
QvtNamesChecker_reservedQVTWord=''{0}'' is a QVT reserved word
QvtNamesChecker_invalidQualifiedIdentifierError=''{0}'' is invalid {1} qualified identifier
QvtNamesChecker_namespaceIndentifierKindName=QVT namespace
QvtNamesChecker_moduleIndentifierKindName=QVT module
QvtNamesChecker_illegalCharInIdentifierError={0} identifier ''{1}'' contains illegal character ''{2}''

QVTRuntimeExceptionCaught=QVT exception caught : ''{0}''
ReadOnlyExtentModificationError=Can not modify read-only extent[{0}]
StackTraceOverFlowError=QVT Stack overflow occured during execution
UnitNotFoundError=Could not find unit ''{0}''

InvalidSourceForOperationCall=Invalid source for operation {0}()

FailToLoadTraceForIncrementalUpdateExecution=Failed to load trace ''{0}'' for incremental update execution

Back to the top