| # ==================================================================== | 
 | # Copyright (c) 2015 Obeo | 
 | # This program and the accompanying materials | 
 | # are made available under the terms of the Eclipse Public License 2.0 | 
 | # which accompanies this distribution, and is available at | 
 | # https://www.eclipse.org/legal/epl-2.0/ | 
 | # | 
 | # SPDX-License-Identifier: EPL-2.0 | 
 | # | 
 | # Contributors: | 
 | #    Obeo - initial API and implementation | 
 | # ==================================================================== | 
 |  | 
 | pluginName = Sirius Support for AQL Expressions | 
 | providerName = Eclipse Modeling Project | 
 |  | 
 | AQLInterpreter_errorLoadingJavaClass = Error loading Java extension class {0}: {1} | 
 | AQLInterpreter_javaClassNotFound = Could not find Java extension class {0} | 
 | AQLInterpreter_errorWithExpression= An error has appeared during the evaluation of an expression:\n\ | 
 | Expression: {0}\n\ | 
 | Diagnostic: {1}\n\ | 
 | Target URI Fragment: {2}\n\ | 
 | Target: {3}\n\ |