########## #Copyright (c) 2009 Martin O. J. Schmitz. # #This file is part of the SCHMITZM library - a collection of utility #classes based on Java 1.6, focusing (not only) on Java Swing #and the Geotools library. # #The SCHMITZM project is hosted at: #http://wald.intevation.org/projects/schmitzm/ # #This program is free software; you can redistribute it and/or #modify it under the terms of the GNU Lesser General Public License #as published by the Free Software Foundation; either version 3 #of the License, or (at your option) any later version. # #This program is distributed in the hope that it will be useful, #but WITHOUT ANY WARRANTY; without even the implied warranty of #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details. # #You should have received a copy of the GNU Lesser General Public License (license.txt) #along with this program; if not, write to the Free Software #Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #or try this link: http://www.gnu.org/licenses/lgpl.html # #Contributors: # Martin O. J. Schmitz - initial API and implementation # Stefan A. Tzeggai - additional utility classes #Revised by ResourceProviderOperator (Unused keys removed) #Wed Nov 17 11:58:09 CET 2010 OperationTree.err.UnexpectedBracket=Bracket ${0} can not close ${1} OperationTree.Number=Number OperationTree.err.UnexpectedEOR=Unexpected end of rule\! OperationTree.err.UnknownNode=Unknown operation tree node\: ${0} OperationTree.err.TokenNotExpected=${0} not expected OperationTree.err.LessParams2=${0} function parameters expected\: ${1}(..) OperationTree.err.IllegalCharacter=Illegal character '${0}' (${1} expected) OperationTree.err.UnexpectedError=Unexpected error\! OperationTree.err.UnknownAliasOperator=Unknown alias operator\: ${0} OperationTree.err.UnknownOperator=Unknown operator\: ${0} OperationTree.err.IllegalOperator=Illegal operator ${0} OperationTree.err.ParseErrorMess=Parse-Error at "${0}"\: ${1} OperationTree.err.IllegalOperatorSyntax=Illegal ${0} syntax '${1}' OperationTree.err.IllegalParam=Illegal parameter ${0} for ${1}(..)\: ${2} expected OperationTree.err.BracketsNotClosed=Bracket(s) not closed\: ${0} OperationTree.err.MoreParamsExpected=${0} more function parameters expected. Bracket can not close\!