########## #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: # Annica Sahlin ########## # ------------------------------------------------- # ------ Italian Translations for components ------ # ------ in Package schmitzm.lang ------ # ------------------------------------------------- # --- Translations for OperationTree / OperationTreeParser #Revised by ResourceProviderOperator (Unused keys removed) #Wed Nov 17 11:58:09 CET 2010 OperationTree.err.UnexpectedBracket=Parentesi ${0} non pu\u00f2 essere chiusa ${1} OperationTree.Number=Numero OperationTree.err.UnexpectedEOR=Inaspettata chiusura di rule\! OperationTree.err.UnknownNode=Operazione sconosciuta tree node\: ${0} OperationTree.err.TokenNotExpected=${0} non richiesto OperationTree.err.LessParams2=${0} parametri di funzione richiesti\: ${1}(..) OperationTree.err.IllegalCharacter=Carattere non accettato '${0}' (${1} expected)"); OperationTree.err.UnexpectedError=Errore inaspettato\! OperationTree.err.UnknownAliasOperator=Operatore alias non conosciuto\: ${0} OperationTree.err.UnknownOperator=Operatore non conosciuto\: ${0} OperationTree.err.IllegalOperator=Operatore non accettato ${0} OperationTree.err.ParseErrorMess=Errore di analisi in "${0}"\: ${1} OperationTree.err.IllegalOperatorSyntax=Sintassi non accettato ${0} '${1}' OperationTree.err.IllegalParam=Parametro non accettato ${0} per ${1}(..)\: ${2} expected OperationTree.err.BracketsNotClosed=Parentesi(s) non \u00e8 chiusa\: ${0} OperationTree.err.MoreParamsExpected=${0} ulteriori parametri di funzione richiesti. Parentesi non pu\u00f2 essere chiusa\!