blob: e56043f2a5b8f56529b22a2fdce28c529abf5d1c [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
Expression.attribute.missing=Mandantory attribute {0} is missing
Expression.attribute.invalid_value=Attribute value {0} is not valid
Expression.variable.not_a_collection= The default variable is not of type java.util.Collection. Failed expression: \n{0}
Expression.variable.not_a_list= The default variable is not of type java.util.List. Failed expression: \n{0}
Expression.unknown_element= Unknown expression element
VariablePool.resolveVariable.arguments.wrong_number= The number of arguments in incorrect. Expected {0} but was {1}
VariablePool.resolveVariable.arguments.not_a_string=The passed argument is not of type java.lang.String.
TypeExtender.plugin.not_loaded=The plug-in {0} is not loaded yet.
TypeExtender.unknownMethod= No property tester contributes a property {0} to type {1}
TypeExtender.incorrectType=The implementation class isn't a sub type of org.eclipse.core.expressions.PropertyTester
TestExpression.return_type.not_a_boolean= The object returned from a test expression must be of type boolean. Failed expression: \n{0}
TestExpression.no_name_space= The property attribute of the test expression isn't qualified by a name space
WithExpression.variable_not_defined= The variable {0} is not defined
ResolveExpression.variable_not_defined= The variable {0} is not defined