[Schmitzm-commits] r1261 - in trunk: . src/schmitzm/data/resource/locales src/schmitzm/geotools/feature/resource/locales src/schmitzm/geotools/gui/resource/locales src/schmitzm/geotools/styling src/schmitzm/jfree/resource/locales src/schmitzm/lang/resource/locales src/schmitzm/mail/resource/locales src/schmitzm/swing src/schmitzm/swing/resource/locales src/skrueger/geotools src/skrueger/swing src/skrueger/swing/swingworker src_junit/schmitzm/swing src_junit/skrueger src_junit/skrueger/swing src_junit/skrueger/swing/swingworker
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 11 14:12:54 CET 2010
Author: alfonx
Date: 2010-11-11 14:12:50 +0100 (Thu, 11 Nov 2010)
New Revision: 1261
Added:
trunk/src/schmitzm/swing/swingworker/
trunk/src/skrueger/swing/swingworker/
trunk/src/skrueger/swing/swingworker/AtlasStatusDialog.java
trunk/src/skrueger/swing/swingworker/AtlasStatusDialogCloser.java
trunk/src/skrueger/swing/swingworker/AtlasStatusDialogInterface.java
trunk/src/skrueger/swing/swingworker/AtlasSwingWorker.java
trunk/src_junit/schmitzm/swing/swingworker/
trunk/src_junit/skrueger/swing/
trunk/src_junit/skrueger/swing/swingworker/
trunk/src_junit/skrueger/swing/swingworker/AtlasStatusDialogTest.java
Modified:
trunk/pom.xml
trunk/src/schmitzm/data/resource/locales/DataResourceBundle.properties
trunk/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties
trunk/src/schmitzm/data/resource/locales/DataResourceBundle_it.properties
trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties
trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties
trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_it.properties
trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties
trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties
trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_it.properties
trunk/src/schmitzm/geotools/styling/StylingUtil.java
trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties
trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties
trunk/src/schmitzm/lang/resource/locales/LangResourceBundle.properties
trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties
trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_it.properties
trunk/src/schmitzm/mail/resource/locales/MailResourceBundle.properties
trunk/src/schmitzm/mail/resource/locales/MailResourceBundle_de.properties
trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties
trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties
trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_it.properties
trunk/src/skrueger/geotools/StyledFS.java
trunk/src/skrueger/geotools/StyledFeatureCollection.java
trunk/src/skrueger/geotools/StyledFeaturesInterface.java
Log:
Moved AtlasSwingWorker & AtlasStatusDialog to schmitzm
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/pom.xml 2010-11-11 13:12:50 UTC (rev 1261)
@@ -63,6 +63,14 @@
<dependencies>
<dependency>
+ <groupId>javax.jnlp</groupId>
+ <artifactId>jnlp</artifactId>
+ <version>1.6</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-render</artifactId>
<version>${geotools.version}</version>
Modified: trunk/src/schmitzm/data/resource/locales/DataResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/data/resource/locales/DataResourceBundle.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/data/resource/locales/DataResourceBundle.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,86 +1,86 @@
-##########
-#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
-##########
-#This file is part of the SCHMITZM library - a collection of utility
-#classes based on Java 1.6, focussing (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
-##########
-# -----------------------------------------------------------
-# ------ Default Translations (english) for components ------
-# ------ in Package schmitzm.data ------
-# -----------------------------------------------------------
-
-DistanceUnit.METERS=meters
-DistanceUnit.KM=kilometers
-DistanceUnit.MILES=miles
-DistanceUnit.YARDS=yards
-DistanceUnit.FEET=feet
-
-DistanceUnit.METERS.Abb=m
-DistanceUnit.KM.Abb=km
-DistanceUnit.MILES.Abb=mi
-DistanceUnit.YARDS.Abb=yt
-DistanceUnit.FEET.Abb=ft
-
-RasterDim.GridWidth=Grid width
-RasterDim.GridHeight=Grid height
-RasterDim.CellWidth=Cell width
-RasterDim.CellHeight=Cell height
-RasterDim.SampleType=Grid sample type
-RasterDim.ErrorMess=${0} of '${1}' is incompatible to '${2}'...
-
-# --- Translations for RasterOperationTree / RasterOperationTreeParser
-RasterOperationTree.AllowedIdx=allowed: 0 to ${0}
-RasterOperationTree.NoneAllowed=none allowed
-RasterOperationTree.err.NonNumericResult=RasterCalculator can only handle numeric results: ${0}
-RasterOperationTree.err.FilterReferenceNotAllowed=Filter can only be applied on a raster reference
-RasterOperationTree.err.InvalidRasterReference=Invalid input raster reference '#${0}' (${1})
-RasterOperationTree.err.InvalidFilterReference=Invalid input filter reference 'F${0}' (${1})
+##########
+#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
+##########
+#This file is part of the SCHMITZM library - a collection of utility
+#classes based on Java 1.6, focussing (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
+##########
+# -----------------------------------------------------------
+# ------ Default Translations (english) for components ------
+# ------ in Package schmitzm.data ------
+# -----------------------------------------------------------
+
+DistanceUnit.METERS=meters
+DistanceUnit.KM=kilometers
+DistanceUnit.MILES=miles
+DistanceUnit.YARDS=yards
+DistanceUnit.FEET=feet
+
+DistanceUnit.METERS.Abb=m
+DistanceUnit.KM.Abb=km
+DistanceUnit.MILES.Abb=mi
+DistanceUnit.YARDS.Abb=yt
+DistanceUnit.FEET.Abb=ft
+
+RasterDim.GridWidth=Grid width
+RasterDim.GridHeight=Grid height
+RasterDim.CellWidth=Cell width
+RasterDim.CellHeight=Cell height
+RasterDim.SampleType=Grid sample type
+RasterDim.ErrorMess=${0} of '${1}' is incompatible to '${2}'...
+
+# --- Translations for RasterOperationTree / RasterOperationTreeParser
+RasterOperationTree.AllowedIdx=allowed: 0 to ${0}
+RasterOperationTree.NoneAllowed=none allowed
+RasterOperationTree.err.NonNumericResult=RasterCalculator can only handle numeric results: ${0}
+RasterOperationTree.err.FilterReferenceNotAllowed=Filter can only be applied on a raster reference
+RasterOperationTree.err.InvalidRasterReference=Invalid input raster reference '#${0}' (${1})
+RasterOperationTree.err.InvalidFilterReference=Invalid input filter reference 'F${0}' (${1})
Modified: trunk/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,80 +1,80 @@
-##########
-#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
-##########
-#This file is part of the SCHMITZM library - a collection of utility
-#classes based on Java 1.6, focussing (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
-##########
-# ------------------------------------------------
-# ------ German Translations for components ------
-# ------ in Package schmitzm.data ------
-# ------------------------------------------------
-
-DistanceUnit.METERS=Meter
-DistanceUnit.KM=Kilometer
-DistanceUnit.MILES=Meilen
-DistanceUnit.YARDS=Yards
-DistanceUnit.FEET=Feet
-
-RasterDim.GridWidth=Raster-Breite
-RasterDim.GridHeight=Raster-Hoehe
-RasterDim.CellWidth=Zellen-Breite
-RasterDim.CellHeight=Zellen-Hoehe
-RasterDim.SampleType=Raster-Datentyp
-RasterDim.ErrorMess=${0} von '${1}' ist nicht kompatibel zu '${2}'...
-
-# --- Translations for RasterOperationTree / RasterOperationTreeParser
-RasterOperationTree.AllowedIdx=erlaubt: 0 to ${0}
-RasterOperationTree.NoneAllowed=keine erlaubt
-RasterOperationTree.err.NonNumericResult=RasterCalculator kann nur numerische Ergebnisse verarbeiten: ${0}
-RasterOperationTree.err.FilterReferenceNotAllowed=Filter kann nur auf Raster-Referenzen angewandt werden
-RasterOperationTree.err.InvalidRasterReference=Ung\u00fcltige Raster-Referenz '#${0}' (${1})
-RasterOperationTree.err.InvalidFilterReference=Ung\u00fcltige Filter-Referenz 'F${0}' (${1})
+##########
+#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
+##########
+#This file is part of the SCHMITZM library - a collection of utility
+#classes based on Java 1.6, focussing (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
+##########
+# ------------------------------------------------
+# ------ German Translations for components ------
+# ------ in Package schmitzm.data ------
+# ------------------------------------------------
+
+DistanceUnit.METERS=Meter
+DistanceUnit.KM=Kilometer
+DistanceUnit.MILES=Meilen
+DistanceUnit.YARDS=Yards
+DistanceUnit.FEET=Feet
+
+RasterDim.GridWidth=Raster-Breite
+RasterDim.GridHeight=Raster-Hoehe
+RasterDim.CellWidth=Zellen-Breite
+RasterDim.CellHeight=Zellen-Hoehe
+RasterDim.SampleType=Raster-Datentyp
+RasterDim.ErrorMess=${0} von '${1}' ist nicht kompatibel zu '${2}'...
+
+# --- Translations for RasterOperationTree / RasterOperationTreeParser
+RasterOperationTree.AllowedIdx=erlaubt: 0 to ${0}
+RasterOperationTree.NoneAllowed=keine erlaubt
+RasterOperationTree.err.NonNumericResult=RasterCalculator kann nur numerische Ergebnisse verarbeiten: ${0}
+RasterOperationTree.err.FilterReferenceNotAllowed=Filter kann nur auf Raster-Referenzen angewandt werden
+RasterOperationTree.err.InvalidRasterReference=Ung\u00fcltige Raster-Referenz '#${0}' (${1})
+RasterOperationTree.err.InvalidFilterReference=Ung\u00fcltige Filter-Referenz 'F${0}' (${1})
Modified: trunk/src/schmitzm/data/resource/locales/DataResourceBundle_it.properties
===================================================================
--- trunk/src/schmitzm/data/resource/locales/DataResourceBundle_it.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/data/resource/locales/DataResourceBundle_it.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,58 +1,58 @@
-##########
-#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.data ------
-# -------------------------------------------------
-DistanceUnit.FEET= feet
-DistanceUnit.FEET.Abb= ft
-DistanceUnit.KM= Chilometri
-DistanceUnit.KM.Abb= km
-DistanceUnit.METERS= metri
-DistanceUnit.METERS.Abb= m
-DistanceUnit.MILES= miles
-DistanceUnit.MILES.Abb= mi
-DistanceUnit.YARDS= yards
-DistanceUnit.YARDS.Abb= yt
-RasterDim.CellHeight= Altezza cella
-RasterDim.CellWidth= Larghezza cella
-RasterDim.ErrorMess= ${0} di '${1}' \u00e8 incompatibile a '${2}'...
-RasterDim.GridHeight= Altezza griglia
-RasterDim.GridWidth= Larghezza griglia
-RasterDim.SampleType= Grid sample type
-
-
-# --- Translations for RasterOperationTree / RasterOperationTreeParser
-RasterOperationTree.AllowedIdx= accettato: 0 a ${0}
-RasterOperationTree.NoneAllowed= nessuno accettato
-RasterOperationTree.err.FilterReferenceNotAllowed= Filto pu\u00f2 solo essere applicato a raster reference
-RasterOperationTree.err.InvalidFilterReference= Riferimento filtro di input non valido'F${0}' (${1})
-RasterOperationTree.err.InvalidRasterReference= Riferimento raster di input non valido '#${0}' (${1})
-RasterOperationTree.err.NonNumericResult= RasterCalculator pu\u00f2 solo supportare risultati numerici: ${0}
+##########
+#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.data ------
+# -------------------------------------------------
+DistanceUnit.FEET= feet
+DistanceUnit.FEET.Abb= ft
+DistanceUnit.KM= Chilometri
+DistanceUnit.KM.Abb= km
+DistanceUnit.METERS= metri
+DistanceUnit.METERS.Abb= m
+DistanceUnit.MILES= miles
+DistanceUnit.MILES.Abb= mi
+DistanceUnit.YARDS= yards
+DistanceUnit.YARDS.Abb= yt
+RasterDim.CellHeight= Altezza cella
+RasterDim.CellWidth= Larghezza cella
+RasterDim.ErrorMess= ${0} di '${1}' \u00e8 incompatibile a '${2}'...
+RasterDim.GridHeight= Altezza griglia
+RasterDim.GridWidth= Larghezza griglia
+RasterDim.SampleType= Grid sample type
+
+
+# --- Translations for RasterOperationTree / RasterOperationTreeParser
+RasterOperationTree.AllowedIdx= accettato: 0 a ${0}
+RasterOperationTree.NoneAllowed= nessuno accettato
+RasterOperationTree.err.FilterReferenceNotAllowed= Filto pu\u00f2 solo essere applicato a raster reference
+RasterOperationTree.err.InvalidFilterReference= Riferimento filtro di input non valido'F${0}' (${1})
+RasterOperationTree.err.InvalidRasterReference= Riferimento raster di input non valido '#${0}' (${1})
+RasterOperationTree.err.NonNumericResult= RasterCalculator pu\u00f2 solo supportare risultati numerici: ${0}
Modified: trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,71 +1,71 @@
-##########
-#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
-##########
-#This file is part of the SCHMITZM library - a collection of utility
-#classes based on Java 1.6, focussing (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
-##########
-# -----------------------------------------------------------
-# ------ Default Translations (english) for components ------
-# ------ in Package schmitzm.geotools.feature ------
-# -----------------------------------------------------------
-
-# --- Restrictions for attribute names ---
-org.geotools.err.attr.name=Attribute name not allowed
-org.geotools.err.attr.name.null=Attribute name must not be NULL\!
-org.geotools.err.attr.name.length=At most 10 characters allowed for attribute name\!
-org.geotools.err.attr.name.start=Attribute name must start with a character (A-Z,a-z)!
-org.geotools.err.attr.name.chars=Only digits (0-9), characters (A-Z,a-z) and '_' allowed for attribute name!
-
-
-# --- Translations for FeatureOperationTree / FeatureOperationTreeParser
-FeatureOperationTree.err.NullAttr=FeatureOperationTree can not evaluate null-Attributes: ${0}
-FeatureOperationTree.err.UnknownAttr=Unknown feature attribute: ${0}
+##########
+#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
+##########
+#This file is part of the SCHMITZM library - a collection of utility
+#classes based on Java 1.6, focussing (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
+##########
+# -----------------------------------------------------------
+# ------ Default Translations (english) for components ------
+# ------ in Package schmitzm.geotools.feature ------
+# -----------------------------------------------------------
+
+# --- Restrictions for attribute names ---
+org.geotools.err.attr.name=Attribute name not allowed
+org.geotools.err.attr.name.null=Attribute name must not be NULL\!
+org.geotools.err.attr.name.length=At most 10 characters allowed for attribute name\!
+org.geotools.err.attr.name.start=Attribute name must start with a character (A-Z,a-z)!
+org.geotools.err.attr.name.chars=Only digits (0-9), characters (A-Z,a-z) and '_' allowed for attribute name!
+
+
+# --- Translations for FeatureOperationTree / FeatureOperationTreeParser
+FeatureOperationTree.err.NullAttr=FeatureOperationTree can not evaluate null-Attributes: ${0}
+FeatureOperationTree.err.UnknownAttr=Unknown feature attribute: ${0}
Modified: trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,70 +1,70 @@
-##########
-#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
-##########
-#This file is part of the SCHMITZM library - a collection of utility
-#classes based on Java 1.6, focussing (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
-##########
-# --------------------------------------------------
-# ------ German Translations for components ------
-# ------ in Package schmitzm.geotools.feature ------
-# --------------------------------------------------
-
-# --- Restrictions for attribute names ---
-org.geotools.err.attr.name=Attribute-Name nicht zul\u00e4ssig
-org.geotools.err.attr.name.null=Attribute-Name darf nicht NULL sein!
-org.geotools.err.attr.name.length=Attribut-Name darf maximal 10 Zeichen lang sein!
-org.geotools.err.attr.name.start=Attribut-Name muss mit einem Zeichen (A-Z,a-z) beginnen!
-org.geotools.err.attr.name.chars=Attribut-Name darf nur Ziffern (0-9), Zeichen (A-Z,a-z) und '_' beinhalten!
-
-# --- Translations for FeatureOperationTree / FeatureOperationTreeParser
-FeatureOperationTree.err.NullAttr=FeatureOperationTree keine null-Attribute auswerten: ${0}
-FeatureOperationTree.err.UnknownAttr=Unbekanntes Feature-Attribut: ${0}
+##########
+#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
+##########
+#This file is part of the SCHMITZM library - a collection of utility
+#classes based on Java 1.6, focussing (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
+##########
+# --------------------------------------------------
+# ------ German Translations for components ------
+# ------ in Package schmitzm.geotools.feature ------
+# --------------------------------------------------
+
+# --- Restrictions for attribute names ---
+org.geotools.err.attr.name=Attribute-Name nicht zul\u00e4ssig
+org.geotools.err.attr.name.null=Attribute-Name darf nicht NULL sein!
+org.geotools.err.attr.name.length=Attribut-Name darf maximal 10 Zeichen lang sein!
+org.geotools.err.attr.name.start=Attribut-Name muss mit einem Zeichen (A-Z,a-z) beginnen!
+org.geotools.err.attr.name.chars=Attribut-Name darf nur Ziffern (0-9), Zeichen (A-Z,a-z) und '_' beinhalten!
+
+# --- Translations for FeatureOperationTree / FeatureOperationTreeParser
+FeatureOperationTree.err.NullAttr=FeatureOperationTree keine null-Attribute auswerten: ${0}
+FeatureOperationTree.err.UnknownAttr=Unbekanntes Feature-Attribut: ${0}
Modified: trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_it.properties
===================================================================
--- trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_it.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_it.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,45 +1,45 @@
-##########
-#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.geotools.feature ------
-# --------------------------------------------------
-
-# --- Restrictions for attribute names ---
-org.geotools.err.attr.name= Nome di attributo non accettato
-org.geotools.err.attr.name.chars= Solo digits (0-9), caratteri (A-Z,a-z) e '_' sono accettati per il nome di attributo!
-org.geotools.err.attr.name.length= Max 10 caratteri per nome di attributo!
-org.geotools.err.attr.name.null= Il nome di attributo non pu\u00f2 essere NULL!
-org.geotools.err.attr.name.start= Il nome di attributo deve iniziare con un carattere (A-Z,a-z)!
-
-# --- Translations for FeatureOperationTree / FeatureOperationTreeParser
-FeatureOperationTree.err.NullAttr= FeatureOperationTree can not evaluate null-Attributes: ${0}
-FeatureOperationTree.err.UnknownAttr= Attributo oggetto sconosciuto: ${0}
-
+##########
+#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.geotools.feature ------
+# --------------------------------------------------
+
+# --- Restrictions for attribute names ---
+org.geotools.err.attr.name= Nome di attributo non accettato
+org.geotools.err.attr.name.chars= Solo digits (0-9), caratteri (A-Z,a-z) e '_' sono accettati per il nome di attributo!
+org.geotools.err.attr.name.length= Max 10 caratteri per nome di attributo!
+org.geotools.err.attr.name.null= Il nome di attributo non pu\u00f2 essere NULL!
+org.geotools.err.attr.name.start= Il nome di attributo deve iniziare con un carattere (A-Z,a-z)!
+
+# --- Translations for FeatureOperationTree / FeatureOperationTreeParser
+FeatureOperationTree.err.NullAttr= FeatureOperationTree can not evaluate null-Attributes: ${0}
+FeatureOperationTree.err.UnknownAttr= Attributo oggetto sconosciuto: ${0}
+
Modified: trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,185 +1,185 @@
-##########
-#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. Kr\ufffdger - additional utility classes
-##########
-
-# ---------------------------------------------------------------
-# ------ Default Translations (english) for GUI components ------
-# ------ in Package schmitz.geotools.gui ------
-# ---------------------------------------------------------------
-
-Attribute=Attribute
-Attributes=Attributes
-
-org.geotools.styling.StyleBuilder.MARK_ARROW=Arrow
-org.geotools.styling.StyleBuilder.MARK_CIRCLE=Circle
-org.geotools.styling.StyleBuilder.MARK_CROSS=Cross
-org.geotools.styling.StyleBuilder.MARK_SQUARE=Square
-org.geotools.styling.StyleBuilder.MARK_STAR=Star
-org.geotools.styling.StyleBuilder.MARK_TRIANGLE=Triangle
-org.geotools.styling.StyleBuilder.MARK_X=X
-
-org.geotools.styling.ColorMap.TYPE_RAMP=Color interpolation
-org.geotools.styling.ColorMap.TYPE_VALUES=Classifying values
-org.geotools.styling.ColorMap.TYPE_INTERVALS=Classifying intervals
-
-org.geotools.styling.ColorMapTable.Title.CHOOSE_COLOR=Choose color:
-
-schmitzm.geotools.feature.FeatureTableModel.AttrName=Attribute
-schmitzm.geotools.feature.FeatureTableModel.AttrType=Type
-schmitzm.geotools.feature.FeatureTableModel.AttrValue=Value
-
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton=Test filter
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=?
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip=Show error details...
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle=Filter result:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Define filter:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Red features are included by the filter,\ngray features are not.
-
-schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip=Red features are selected,\ngray features are not.
-
-schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE = Feature-Filter
-
-schmitzm.geotools.gui.MapActionControlPane.INFO=Info
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN=Zoom in
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT=Zoom out
-schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP=Select from top layer
-schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL=Select from all layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Move layer UP
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN=Move layer DOWN
-schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO=Zoom to layer
-schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER=Filter layer...
-schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR=Recolor layer
-schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE=Remove layer
-schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL=Show all layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Hide all layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL=Invert all layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE=Customize...
-schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE=Color map
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE=New color map
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION=Enter a name for the new color map...
-schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY=Quantity
-schmitzm.geotools.gui.ColorMapTable.Header.COLOR=Color
-schmitzm.geotools.gui.ColorMapTable.Header.LABEL=Label
-schmitzm.geotools.gui.ColorMapTable.Header.OPACITY=Transparent
-schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Raster value
-schmitzm.geotools.gui.GeotoolsGUIUtil.Load=Load
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster=Load raster
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature=Load vector
-schmitzm.geotools.gui.GeotoolsGUIUtil.Save=Save
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster=Save raster
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature=Save vector
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH=North
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH=South
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST=West
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST=East
-schmitzm.geotools.gui.GeotoolsGUIUtil.North=Nord
-schmitzm.geotools.gui.GeotoolsGUIUtil.South=South
-schmitzm.geotools.gui.GeotoolsGUIUtil.West=West
-schmitzm.geotools.gui.GeotoolsGUIUtil.East=East
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb=S
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb=W
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb=E
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title=CRS database
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess=Initialize CRS database. Please wait...
-schmitzm.geotools.gui.CRSSelectionDialog.title=Choose a coordinate reference system (CRS)
-schmitzm.geotools.gui.CRSSelectionDialog.mandatory=CRS must be specified!
-schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84=WGS-84 CRS
-schmitzm.geotools.gui.CRSSelectionDialog.button.default=Default CRS (${0})
-schmitzm.geotools.gui.CRSSelectionDialog.button.predefined=Predefined
-schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined=User defined:
-schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap=First a layer must be displayed (to define CRS and geo-position).
-schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints=For a line feature at least 2 points must be specified!
-schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints=For a polygon feature at least 3 points must be specified!
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new=Create new layer
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save=Finish layer
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel=Abort layer
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo=Undo last editing operation
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo=Redo last undone editing operation
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear=Undo all editing operation
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish=Start new feature
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title=Create new layer...
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title=Layer title
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default=New Layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type=Layer type
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point=Point layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line=Line layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon=Polygon layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title=Non-Geometric attributes
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr=Attribute name '${0}' reserverd for default geometry.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal=Auto value not supported for attribut type '${0}'.
-schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title=New feature attributes
-schmitzm.geotools.gui.StyleToolBar.FillColor=Fill
-schmitzm.geotools.gui.StyleToolBar.BorderColor=Border
-schmitzm.geotools.gui.StyleToolBar.BorderWidth=Border width
-schmitzm.geotools.gui.StyleToolBar.PointMark=Point style
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName=Name
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType=Type
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable=Nillable
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue=Auto
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue=Default
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
-
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt=Clear selection
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt=Move selected to the top of the table
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt=Invert selection
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt=Zoom to selected features
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus=${0} of ${1} ${2} selected.
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons=polygons
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points=points
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines=lines
-
-schmitzm.geotools.gui.GridPanelFormatter_DHDN.title=1,234,567 (H|R)
-schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title=deegree\u00B0 minute' (N|E|S|W)
-schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate=${0} in unit ${1}
-
-schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX=Mouse coordinate\:
-
-MapPaneButtons.Pan.TT=Move the visible map extend
-MapPaneButtons.Info.TT=Get information about objects
-MapPaneButtons.ZoomIn.TT=Zoom nearer to the map
-MapPaneButtons.ZoomOut.TT=Zoom away from the map
-MapPaneButtons.LastZoom.TT=Go to last map extend
-MapPaneButtons.NextZoom.TT=Go to next map extend
-
-MapPaneButtons.Selection.SetSelection.TT=Select objects to be selected
-MapPaneButtons.Selection.AddSelection.TT=Add objects to current selection
-MapPaneButtons.Selection.RemoveSelection.TT=Remove objects from current selection
-MapPaneButtons.Selection.ClearSelection.TT=Clear all selections
-
-SearchMapDialog.Results.Column.Layer=found in
-SearchMapDialog.Results.Column.Name=name
-SearchMapDialog.resultsTable.tt=Click on a result to show it.
-SearchMapDialog.searchString.Label=Enter search string:
-SearchMapDialog.searchString.tt=Enter text and press [Enter or Return].
-SearchMapDialog.title=Search labels in map\: ${0}
-SearchMapDialog.Explanation=<html>Here you can search all of the map's <b>labels</b>.</html>
-
-CRSLabel=Map shown in\: ${0}
-CRSLabel.TT=Shows the coordinate reference system (CRS) of the map.
+##########
+#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. Kr\ufffdger - additional utility classes
+##########
+
+# ---------------------------------------------------------------
+# ------ Default Translations (english) for GUI components ------
+# ------ in Package schmitz.geotools.gui ------
+# ---------------------------------------------------------------
+
+Attribute=Attribute
+Attributes=Attributes
+
+org.geotools.styling.StyleBuilder.MARK_ARROW=Arrow
+org.geotools.styling.StyleBuilder.MARK_CIRCLE=Circle
+org.geotools.styling.StyleBuilder.MARK_CROSS=Cross
+org.geotools.styling.StyleBuilder.MARK_SQUARE=Square
+org.geotools.styling.StyleBuilder.MARK_STAR=Star
+org.geotools.styling.StyleBuilder.MARK_TRIANGLE=Triangle
+org.geotools.styling.StyleBuilder.MARK_X=X
+
+org.geotools.styling.ColorMap.TYPE_RAMP=Color interpolation
+org.geotools.styling.ColorMap.TYPE_VALUES=Classifying values
+org.geotools.styling.ColorMap.TYPE_INTERVALS=Classifying intervals
+
+org.geotools.styling.ColorMapTable.Title.CHOOSE_COLOR=Choose color:
+
+schmitzm.geotools.feature.FeatureTableModel.AttrName=Attribute
+schmitzm.geotools.feature.FeatureTableModel.AttrType=Type
+schmitzm.geotools.feature.FeatureTableModel.AttrValue=Value
+
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton=Test filter
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=?
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip=Show error details...
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle=Filter result:
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Define filter:
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Red features are included by the filter,\ngray features are not.
+
+schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip=Red features are selected,\ngray features are not.
+
+schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE = Feature-Filter
+
+schmitzm.geotools.gui.MapActionControlPane.INFO=Info
+schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN=Zoom in
+schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT=Zoom out
+schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP=Select from top layer
+schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL=Select from all layers
+schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Move layer UP
+schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN=Move layer DOWN
+schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO=Zoom to layer
+schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER=Filter layer...
+schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR=Recolor layer
+schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE=Remove layer
+schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL=Show all layers
+schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Hide all layers
+schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL=Invert all layers
+schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE=Customize...
+schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE=Color map
+schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE=New color map
+schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION=Enter a name for the new color map...
+schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY=Quantity
+schmitzm.geotools.gui.ColorMapTable.Header.COLOR=Color
+schmitzm.geotools.gui.ColorMapTable.Header.LABEL=Label
+schmitzm.geotools.gui.ColorMapTable.Header.OPACITY=Transparent
+schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Raster value
+schmitzm.geotools.gui.GeotoolsGUIUtil.Load=Load
+schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster=Load raster
+schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature=Load vector
+schmitzm.geotools.gui.GeotoolsGUIUtil.Save=Save
+schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster=Save raster
+schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature=Save vector
+schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH=North
+schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH=South
+schmitzm.geotools.gui.GeotoolsGUIUtil.WEST=West
+schmitzm.geotools.gui.GeotoolsGUIUtil.EAST=East
+schmitzm.geotools.gui.GeotoolsGUIUtil.North=Nord
+schmitzm.geotools.gui.GeotoolsGUIUtil.South=South
+schmitzm.geotools.gui.GeotoolsGUIUtil.West=West
+schmitzm.geotools.gui.GeotoolsGUIUtil.East=East
+schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
+schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb=S
+schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb=W
+schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb=E
+schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title=CRS database
+schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess=Initialize CRS database. Please wait...
+schmitzm.geotools.gui.CRSSelectionDialog.title=Choose a coordinate reference system (CRS)
+schmitzm.geotools.gui.CRSSelectionDialog.mandatory=CRS must be specified!
+schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84=WGS-84 CRS
+schmitzm.geotools.gui.CRSSelectionDialog.button.default=Default CRS (${0})
+schmitzm.geotools.gui.CRSSelectionDialog.button.predefined=Predefined
+schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined=User defined:
+schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap=First a layer must be displayed (to define CRS and geo-position).
+schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints=For a line feature at least 2 points must be specified!
+schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints=For a polygon feature at least 3 points must be specified!
+schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new=Create new layer
+schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save=Finish layer
+schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel=Abort layer
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo=Undo last editing operation
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo=Redo last undone editing operation
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear=Undo all editing operation
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish=Start new feature
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title=Create new layer...
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title=Layer title
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default=New Layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type=Layer type
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point=Point layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line=Line layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon=Polygon layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title=Non-Geometric attributes
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr=Attribute name '${0}' reserverd for default geometry.
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal=Auto value not supported for attribut type '${0}'.
+schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title=New feature attributes
+schmitzm.geotools.gui.StyleToolBar.FillColor=Fill
+schmitzm.geotools.gui.StyleToolBar.BorderColor=Border
+schmitzm.geotools.gui.StyleToolBar.BorderWidth=Border width
+schmitzm.geotools.gui.StyleToolBar.PointMark=Point style
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName=Name
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType=Type
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable=Nillable
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue=Auto
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue=Default
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
+
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt=Clear selection
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt=Move selected to the top of the table
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt=Invert selection
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt=Zoom to selected features
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus=${0} of ${1} ${2} selected.
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons=polygons
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points=points
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines=lines
+
+schmitzm.geotools.gui.GridPanelFormatter_DHDN.title=1,234,567 (H|R)
+schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title=deegree\u00B0 minute' (N|E|S|W)
+schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate=${0} in unit ${1}
+
+schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX=Mouse coordinate\:
+
+MapPaneButtons.Pan.TT=Move the visible map extend
+MapPaneButtons.Info.TT=Get information about objects
+MapPaneButtons.ZoomIn.TT=Zoom nearer to the map
+MapPaneButtons.ZoomOut.TT=Zoom away from the map
+MapPaneButtons.LastZoom.TT=Go to last map extend
+MapPaneButtons.NextZoom.TT=Go to next map extend
+
+MapPaneButtons.Selection.SetSelection.TT=Select objects to be selected
+MapPaneButtons.Selection.AddSelection.TT=Add objects to current selection
+MapPaneButtons.Selection.RemoveSelection.TT=Remove objects from current selection
+MapPaneButtons.Selection.ClearSelection.TT=Clear all selections
+
+SearchMapDialog.Results.Column.Layer=found in
+SearchMapDialog.Results.Column.Name=name
+SearchMapDialog.resultsTable.tt=Click on a result to show it.
+SearchMapDialog.searchString.Label=Enter search string:
+SearchMapDialog.searchString.tt=Enter text and press [Enter or Return].
+SearchMapDialog.title=Search labels in map\: ${0}
+SearchMapDialog.Explanation=<html>Here you can search all of the map's <b>labels</b>.</html>
+
+CRSLabel=Map shown in\: ${0}
+CRSLabel.TT=Shows the coordinate reference system (CRS) of the map.
Modified: trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_de.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,184 +1,184 @@
-##########
-#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
-##########
-# ----------------------------------------------------
-# ------ German Translations for GUI components ------
-# ------ in Package schmitz.geotools.gui ------
-# ----------------------------------------------------
-
-Attribute=Attribut
-Attributes=Attribute
-
-org.geotools.styling.StyleBuilder.MARK_ARROW=Pfeil
-org.geotools.styling.StyleBuilder.MARK_CIRCLE=Kreis
-org.geotools.styling.StyleBuilder.MARK_CROSS=Kreuz
-org.geotools.styling.StyleBuilder.MARK_SQUARE=Quadrat
-org.geotools.styling.StyleBuilder.MARK_STAR=Stern
-org.geotools.styling.StyleBuilder.MARK_TRIANGLE=Dreieck
-org.geotools.styling.StyleBuilder.MARK_X=X
-
-org.geotools.styling.ColorMap.TYPE_RAMP=Farb-Interpolation
-org.geotools.styling.ColorMap.TYPE_VALUES=Farb-Klassifizierung
-org.geotools.styling.ColorMap.TYPE_INTERVALS=Farb-Intervalle
-
-schmitzm.geotools.feature.FeatureTableModel.AttrName=Attribut
-schmitzm.geotools.feature.FeatureTableModel.AttrType=Typ
-schmitzm.geotools.feature.FeatureTableModel.AttrValue=Wert
-
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton=Filter testen
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=?
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip=Fehler-Details anzeigen...
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle=Ergebnis des Filters:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Filter definieren:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Rote Objekte treffen auf den Filter zu, graue Objekte nicht.
-
-schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip=Rote Objekte sind selektiert, graue Objekte nicht.
-
-schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE = Feature-Filter
-
-schmitzm.geotools.gui.MapActionControlPane.INFO=Info
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN=Heran zoomen
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT=Heraus zoomen
-schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP=Ausw\u00E4hlen aus oberstem Layer
-schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL=Ausw\u00E4hlen aus allen Layern
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Nach OBEN schieben
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN=Nach UNTEN schieben
-schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO=Zu Layer zoomen
-schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER=Layer filtern...
-schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR=F\u00E4rbung \u00E4ndern
-schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE=Layer entfernen
-schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL=Alle Layer anzeigen
-schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Alle Layer verbergen
-schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL=Alle Layer invertieren
-schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE=Anpassen...
-schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE=Farbpalette
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE=Farbpalette speichern
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION=Name f\u00FCr neue Farbpalette...
-schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY=Raster-Wert
-schmitzm.geotools.gui.ColorMapTable.Header.COLOR=Farbe
-schmitzm.geotools.gui.ColorMapTable.Header.LABEL=Label
-schmitzm.geotools.gui.ColorMapTable.Header.OPACITY=Transparent
-schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Raster-Wert
-schmitzm.geotools.gui.GeotoolsGUIUtil.Load=Laden
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster=Raster laden
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature=Shape laden
-schmitzm.geotools.gui.GeotoolsGUIUtil.Save=Speichern
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster=Raster speichern
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature=Shape speichern
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH=Nord
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH=S\u00FCd
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST=West
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST=Ost
-schmitzm.geotools.gui.GeotoolsGUIUtil.North=Norden
-schmitzm.geotools.gui.GeotoolsGUIUtil.South=S\u00FCden
-schmitzm.geotools.gui.GeotoolsGUIUtil.West=Westen
-schmitzm.geotools.gui.GeotoolsGUIUtil.East=Osten
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb=S
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb=W
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb=O
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title=CRS datenbank
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess=CRS-Datenbank wird initialisiert. Bitte warten...
-schmitzm.geotools.gui.CRSSelectionDialog.title=Koordinaten-System (CRS) ausw\u00E4hlen
-schmitzm.geotools.gui.CRSSelectionDialog.mandatory=CRS must be specified!
-schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84=WGS-84 CRS
-schmitzm.geotools.gui.CRSSelectionDialog.button.default=Standard CRS (${0})
-schmitzm.geotools.gui.CRSSelectionDialog.button.predefined=Vordefiniert
-schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined=Benutzerdefiniert:
-schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap=Bevor ein neues Layer erstellt werden kann, muss ein Layer angezeigt werden (um CRS und geogr. Lage zu definieren).
-schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints=F\u00FCr ein Line-Feature m\u00FCssen mind. 2 Punkte definiert werden\!
-schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints=F\u00FCr ein Polygon-Feature m\u00FCssen mind. 3 Punkte definiert werden\!
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new=Neues Layer erstellen
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save=Layer abschliessen
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel=Layer abbrechen
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo=Letzte Operation zur\u00FCcknehmen
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo=Letzte zur\u00FCckgenommene Operation wiederholen
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear=Layer leeren
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish=Neues Feature starten
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title=Neues Layer erzeugen
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title=Layer-Bezeichnung
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default=Neues Layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type=Layer-Art
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point=Punkt-Layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line=Linien-Layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon=Polygon-Layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title=Weitere Attribute
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr=Attribut-Name '${0}' reserviert f\u00FCr das Default-Geometrie-Attribut.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal=Auto-Wert f\u00FCr Attribut-Typ '${0}' nicht m\u00F6glich.
-schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title=Neues Feature
-schmitzm.geotools.gui.StyleToolBar.FillColor=F\u00FCllfarbe
-schmitzm.geotools.gui.StyleToolBar.BorderColor=Randfarbe
-schmitzm.geotools.gui.StyleToolBar.BorderWidth=Randbreite
-schmitzm.geotools.gui.StyleToolBar.PointMark=Punkt-Style
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName=Name
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType=Typ
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable=Nullable
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue=Auto-Wert
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue=Default
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
-
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt=Auswahl aufheben
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt=Ausgew\u00E4hlte Zeilen in der Tabelle nach oben verschieben
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt=Auswahl umkehren
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt=Zoomt zu den ausgew\u00E4hlten Geoobjekten
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus=${0} von ${1} ${2} selektiert.
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons=Polygonen
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points=Punkten
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines=Linien
-
-
-schmitzm.geotools.gui.GridPanelFormatter_DHDN.title=DHDN - 1,234,567 (H|R)
-schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title=Grad\u00B0 Minute' (N|O|S|W)
-#nice to have: schmitzm.geotools.gui.GridPanelFormatter_LatLon2.title=Grad\u00b0 Minute' Sek.'' (N|O|S|W)
-#nice to have: schmitzm.geotools.gui.GridPanelFormatter_LatLon3.title=Grad\u00b0 Minute' Hundertstel (N|O|S|W)
-
-schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate=${0} in Einheit ${1}
-
-schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX=Maus-Koordinate\:
-
-MapPaneButtons.Pan.TT=Karte verschieben
-MapPaneButtons.Info.TT=Informationen zu Objekten abfragen
-MapPaneButtons.ZoomIn.TT=Auf einen Auschnitt zoomen
-MapPaneButtons.ZoomOut.TT=Aus der Karte herauszoomen
-MapPaneButtons.LastZoom.TT=Letzten Kartenausschnitt wiederherstellen
-MapPaneButtons.NextZoom.TT=N\u00E4chsten Kartenausschnitt wiederherstellen
-
-MapPaneButtons.Selection.AddSelection.TT=F\u00FCgt Objekte zur Selektion hinzu
-MapPaneButtons.Selection.RemoveSelection.TT=Entfernt Objekte aus der Selektion
-MapPaneButtons.Selection.SetSelection.TT=Setzt die Selektion auf die ausgew\u00E4hlten Objekte
-MapPaneButtons.Selection.ClearSelection.TT=Hebt alle Selektionen auf
-
-SearchMapDialog.Results.Column.Layer=Gefunden in
-SearchMapDialog.Results.Column.Name=Name
-SearchMapDialog.resultsTable.tt=Klicken Sie auf ein Ergebnis um es anzuzeigen.
-SearchMapDialog.searchString.Label=Suchbegriff eingeben:
-SearchMapDialog.searchString.tt=Geben Sie den Suchbegriff ein und dr\u00FCcken Sie [Enter]
-SearchMapDialog.title=Durchsuche Karte: ${0}
-SearchMapDialog.Explanation=<html>Es werden alle <b>Beschriftungen</b> dieser Karte durchsucht.</html>
-
+##########
+#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
+##########
+# ----------------------------------------------------
+# ------ German Translations for GUI components ------
+# ------ in Package schmitz.geotools.gui ------
+# ----------------------------------------------------
+
+Attribute=Attribut
+Attributes=Attribute
+
+org.geotools.styling.StyleBuilder.MARK_ARROW=Pfeil
+org.geotools.styling.StyleBuilder.MARK_CIRCLE=Kreis
+org.geotools.styling.StyleBuilder.MARK_CROSS=Kreuz
+org.geotools.styling.StyleBuilder.MARK_SQUARE=Quadrat
+org.geotools.styling.StyleBuilder.MARK_STAR=Stern
+org.geotools.styling.StyleBuilder.MARK_TRIANGLE=Dreieck
+org.geotools.styling.StyleBuilder.MARK_X=X
+
+org.geotools.styling.ColorMap.TYPE_RAMP=Farb-Interpolation
+org.geotools.styling.ColorMap.TYPE_VALUES=Farb-Klassifizierung
+org.geotools.styling.ColorMap.TYPE_INTERVALS=Farb-Intervalle
+
+schmitzm.geotools.feature.FeatureTableModel.AttrName=Attribut
+schmitzm.geotools.feature.FeatureTableModel.AttrType=Typ
+schmitzm.geotools.feature.FeatureTableModel.AttrValue=Wert
+
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton=Filter testen
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=?
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip=Fehler-Details anzeigen...
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle=Ergebnis des Filters:
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle=Filter definieren:
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip=Rote Objekte treffen auf den Filter zu, graue Objekte nicht.
+
+schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip=Rote Objekte sind selektiert, graue Objekte nicht.
+
+schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE = Feature-Filter
+
+schmitzm.geotools.gui.MapActionControlPane.INFO=Info
+schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN=Heran zoomen
+schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT=Heraus zoomen
+schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP=Ausw\u00E4hlen aus oberstem Layer
+schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL=Ausw\u00E4hlen aus allen Layern
+schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Nach OBEN schieben
+schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN=Nach UNTEN schieben
+schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO=Zu Layer zoomen
+schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER=Layer filtern...
+schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR=F\u00E4rbung \u00E4ndern
+schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE=Layer entfernen
+schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL=Alle Layer anzeigen
+schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Alle Layer verbergen
+schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL=Alle Layer invertieren
+schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE=Anpassen...
+schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE=Farbpalette
+schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE=Farbpalette speichern
+schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION=Name f\u00FCr neue Farbpalette...
+schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY=Raster-Wert
+schmitzm.geotools.gui.ColorMapTable.Header.COLOR=Farbe
+schmitzm.geotools.gui.ColorMapTable.Header.LABEL=Label
+schmitzm.geotools.gui.ColorMapTable.Header.OPACITY=Transparent
+schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Raster-Wert
+schmitzm.geotools.gui.GeotoolsGUIUtil.Load=Laden
+schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster=Raster laden
+schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature=Shape laden
+schmitzm.geotools.gui.GeotoolsGUIUtil.Save=Speichern
+schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster=Raster speichern
+schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature=Shape speichern
+schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH=Nord
+schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH=S\u00FCd
+schmitzm.geotools.gui.GeotoolsGUIUtil.WEST=West
+schmitzm.geotools.gui.GeotoolsGUIUtil.EAST=Ost
+schmitzm.geotools.gui.GeotoolsGUIUtil.North=Norden
+schmitzm.geotools.gui.GeotoolsGUIUtil.South=S\u00FCden
+schmitzm.geotools.gui.GeotoolsGUIUtil.West=Westen
+schmitzm.geotools.gui.GeotoolsGUIUtil.East=Osten
+schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
+schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb=S
+schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb=W
+schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb=O
+schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title=CRS datenbank
+schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess=CRS-Datenbank wird initialisiert. Bitte warten...
+schmitzm.geotools.gui.CRSSelectionDialog.title=Koordinaten-System (CRS) ausw\u00E4hlen
+schmitzm.geotools.gui.CRSSelectionDialog.mandatory=CRS must be specified!
+schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84=WGS-84 CRS
+schmitzm.geotools.gui.CRSSelectionDialog.button.default=Standard CRS (${0})
+schmitzm.geotools.gui.CRSSelectionDialog.button.predefined=Vordefiniert
+schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined=Benutzerdefiniert:
+schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap=Bevor ein neues Layer erstellt werden kann, muss ein Layer angezeigt werden (um CRS und geogr. Lage zu definieren).
+schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints=F\u00FCr ein Line-Feature m\u00FCssen mind. 2 Punkte definiert werden\!
+schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints=F\u00FCr ein Polygon-Feature m\u00FCssen mind. 3 Punkte definiert werden\!
+schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new=Neues Layer erstellen
+schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save=Layer abschliessen
+schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel=Layer abbrechen
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo=Letzte Operation zur\u00FCcknehmen
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo=Letzte zur\u00FCckgenommene Operation wiederholen
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear=Layer leeren
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish=Neues Feature starten
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title=Neues Layer erzeugen
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title=Layer-Bezeichnung
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default=Neues Layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type=Layer-Art
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point=Punkt-Layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line=Linien-Layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon=Polygon-Layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title=Weitere Attribute
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr=Attribut-Name '${0}' reserviert f\u00FCr das Default-Geometrie-Attribut.
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal=Auto-Wert f\u00FCr Attribut-Typ '${0}' nicht m\u00F6glich.
+schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title=Neues Feature
+schmitzm.geotools.gui.StyleToolBar.FillColor=F\u00FCllfarbe
+schmitzm.geotools.gui.StyleToolBar.BorderColor=Randfarbe
+schmitzm.geotools.gui.StyleToolBar.BorderWidth=Randbreite
+schmitzm.geotools.gui.StyleToolBar.PointMark=Punkt-Style
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName=Name
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType=Typ
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable=Nullable
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue=Auto-Wert
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue=Default
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr=ATTR_${0}
+
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt=Auswahl aufheben
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt=Ausgew\u00E4hlte Zeilen in der Tabelle nach oben verschieben
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt=Auswahl umkehren
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt=Zoomt zu den ausgew\u00E4hlten Geoobjekten
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus=${0} von ${1} ${2} selektiert.
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons=Polygonen
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points=Punkten
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines=Linien
+
+
+schmitzm.geotools.gui.GridPanelFormatter_DHDN.title=DHDN - 1,234,567 (H|R)
+schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title=Grad\u00B0 Minute' (N|O|S|W)
+#nice to have: schmitzm.geotools.gui.GridPanelFormatter_LatLon2.title=Grad\u00b0 Minute' Sek.'' (N|O|S|W)
+#nice to have: schmitzm.geotools.gui.GridPanelFormatter_LatLon3.title=Grad\u00b0 Minute' Hundertstel (N|O|S|W)
+
+schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate=${0} in Einheit ${1}
+
+schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX=Maus-Koordinate\:
+
+MapPaneButtons.Pan.TT=Karte verschieben
+MapPaneButtons.Info.TT=Informationen zu Objekten abfragen
+MapPaneButtons.ZoomIn.TT=Auf einen Auschnitt zoomen
+MapPaneButtons.ZoomOut.TT=Aus der Karte herauszoomen
+MapPaneButtons.LastZoom.TT=Letzten Kartenausschnitt wiederherstellen
+MapPaneButtons.NextZoom.TT=N\u00E4chsten Kartenausschnitt wiederherstellen
+
+MapPaneButtons.Selection.AddSelection.TT=F\u00FCgt Objekte zur Selektion hinzu
+MapPaneButtons.Selection.RemoveSelection.TT=Entfernt Objekte aus der Selektion
+MapPaneButtons.Selection.SetSelection.TT=Setzt die Selektion auf die ausgew\u00E4hlten Objekte
+MapPaneButtons.Selection.ClearSelection.TT=Hebt alle Selektionen auf
+
+SearchMapDialog.Results.Column.Layer=Gefunden in
+SearchMapDialog.Results.Column.Name=Name
+SearchMapDialog.resultsTable.tt=Klicken Sie auf ein Ergebnis um es anzuzeigen.
+SearchMapDialog.searchString.Label=Suchbegriff eingeben:
+SearchMapDialog.searchString.tt=Geben Sie den Suchbegriff ein und dr\u00FCcken Sie [Enter]
+SearchMapDialog.title=Durchsuche Karte: ${0}
+SearchMapDialog.Explanation=<html>Es werden alle <b>Beschriftungen</b> dieser Karte durchsucht.</html>
+
Modified: trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_it.properties
===================================================================
--- trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_it.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/geotools/gui/resource/locales/GTResourceBundle_it.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,165 +1,165 @@
-##########
-#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 GUI components ------
-# ------ in Package schmitz.geotools.gui ------
-# -----------------------------------------------------
-
-Attribute= Attributo
-Attributes= Attributi
-MapPaneButtons.Info.TT= Visualizza informazioni sull'oggetto
-MapPaneButtons.LastZoom.TT= Ritorna al zoom precedente
-MapPaneButtons.NextZoom.TT= Vai al zoom successivo
-MapPaneButtons.Pan.TT= Pan
-MapPaneButtons.Selection.AddSelection.TT= Aggiungi oggetti alla selezione corrente
-MapPaneButtons.Selection.ClearSelection.TT= Rimuovi tutte le selezioni
-MapPaneButtons.Selection.RemoveSelection.TT= Rimuovi oggetti dalla selezione corrente
-MapPaneButtons.Selection.SetSelection.TT= Scelgi oggetti da selezionare
-MapPaneButtons.ZoomIn.TT= Zoom in
-MapPaneButtons.ZoomOut.TT= Zoom out
-SearchMapDialog.Explanation= <html>Qui puoi ricercare un testo nella mappa.</html>
-SearchMapDialog.Results.Column.Layer=trovato in
-SearchMapDialog.Results.Column.Name= Nome
-SearchMapDialog.resultsTable.tt= Clicca su un risultato per visualizzarlo.
-SearchMapDialog.searchString.Label= Inserisci un testo di ricerca:
-SearchMapDialog.searchString.tt= Inserisci testo e premi invio[Enter or Return].
-SearchMapDialog.title= Ricerca testo nella mappa: ${0}
-org.geotools.styling.ColorMap.TYPE_INTERVALS= Classifica intervalli
-org.geotools.styling.ColorMap.TYPE_RAMP=Interpolazione di colore
-org.geotools.styling.ColorMap.TYPE_VALUES= Classifica valori
-org.geotools.styling.StyleBuilder.MARK_ARROW= Freccia
-org.geotools.styling.StyleBuilder.MARK_CIRCLE= Cerchio
-org.geotools.styling.StyleBuilder.MARK_CROSS= Croce
-org.geotools.styling.StyleBuilder.MARK_SQUARE= Quadrato
-org.geotools.styling.StyleBuilder.MARK_STAR= Stella
-org.geotools.styling.StyleBuilder.MARK_TRIANGLE= Triangolo
-org.geotools.styling.StyleBuilder.MARK_X=X
-schmitzm.geotools.feature.FeatureTableModel.AttrName= Attributo
-schmitzm.geotools.feature.FeatureTableModel.AttrType= Tipo
-schmitzm.geotools.feature.FeatureTableModel.AttrValue= Valore
-schmitzm.geotools.gui.CRSSelectionDialog.button.default= CRS di default(${0})
-schmitzm.geotools.gui.CRSSelectionDialog.button.predefined= Predefinito
-schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined= Utente definito:
-schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84= WGS-84 CRS
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess= Initialize CRS database. Attendere prego...
-schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title= CRS database
-schmitzm.geotools.gui.CRSSelectionDialog.mandatory= CRS deve essere specificato!
-schmitzm.geotools.gui.CRSSelectionDialog.title= Seleziona un sistema di riferimento coordinate (CRS)
-schmitzm.geotools.gui.ColorMapTable.Header.COLOR= Colore
-schmitzm.geotools.gui.ColorMapTable.Header.LABEL= Etichetta
-schmitzm.geotools.gui.ColorMapTable.Header.OPACITY= Trasparenza
-schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY= Quantit\u00e0\u00a0
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle= Definisci filtro:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip= Oggetti rossi sono compresi nel filtro,\noggetti grigi no.
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle= Risultato filtro:
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton= Prova filtro
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=
-schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip= Visualizza dettagli di errore...
-schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE= Filtro di oggetti
-schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip= Oggetti rossi sono selezionati,\noggetti grigi no.
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName= Nome
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType= Tipo
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue= Auto
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue= Default
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr= ATTR_${0}
-schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable= Nillable
-schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX= Coordinate del mouse:
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST= EST
-schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb= E
-schmitzm.geotools.gui.GeotoolsGUIUtil.East= EST
-schmitzm.geotools.gui.GeotoolsGUIUtil.Load= Carica
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature= Carica vector
-schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster= Carica raster
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH= NORD
-schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
-schmitzm.geotools.gui.GeotoolsGUIUtil.North= NORD
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH= SUD
-schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb= S
-schmitzm.geotools.gui.GeotoolsGUIUtil.Save= Salva
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature= Salva vettoriale
-schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster= Salva raster
-schmitzm.geotools.gui.GeotoolsGUIUtil.South= SUD
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST= OVEST
-schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb= W
-schmitzm.geotools.gui.GeotoolsGUIUtil.West= OVEST
-schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate= ${0} in unit\u00e0\u00a0 ${1}
-schmitzm.geotools.gui.GridPanelFormatter_DHDN.title= 1,234,567 (H|R)
-schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title= gradi\u00b0 minuti' (N|E|S|W)
-schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints= Una geometria lineare richiede almeno 2 punti specificati!
-schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap= Per definire il CRS e la posizione geografica devi prima visualizzare un layer.
-schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints= Una geometria areale richiede almeno 3 punti specificati!
-schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title= Nuovi attributi
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal= Valore automatico non supportato per il tipo di attributo '${0}'.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr= Nome di attributo '${0}' \u00e8 riservato per geometria di default.
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title= Crea nuovo layer...
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title= Attributi non geometrici
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title= Titolo layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default= Nuovo layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type= Tipo di layer
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line= Layer lineare
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point= Layer puntuale
-schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon= Layer areale
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear= Elimina tutte le operazioni di editing
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish= Inizia nuova geometria
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo= Ripristina ultima operazione di editing
-schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo= Elimina ultima operazione di editing
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel= Elimina layer
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new= Crea nuovo layer
-schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save= Finisci layer
-schmitzm.geotools.gui.MapActionControlPane.INFO= Info
-schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL= Seleziona da tutti i layers
-schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP= Seleziona dal layer in alto
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN= Zoom in
-schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT= Zoom out
-schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE= Mappa di colore
-schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE= Customize...
-schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER= Filtra layer...
-schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Nascondi tutti i layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL= Inverti tutti i layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN= Sposta layer in basso
-schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Sposta layer in alto
-schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR= Ricolora layer
-schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE= Rimuovi layer
-schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL= Visualizza tutti i layers
-schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO= Zoom all'estensione del layer
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION= Inserisci un nome per una nuova mappa di colore...
-schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE= Nuova mappa di colore
-schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Valore Raster
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt= Elimina selezione
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt= Inverti selezione
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt= Sposta selezionati in cima della tabella
-schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt= Zoom all'estensione degli oggetti selezionati
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus= ${0} di ${1} ${2} selezionati.
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines= linee
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points= punti
-schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons= poligoni
-schmitzm.geotools.gui.StyleToolBar.BorderColor= Bordo
-schmitzm.geotools.gui.StyleToolBar.BorderWidth= Larghezza bordo
-schmitzm.geotools.gui.StyleToolBar.FillColor= Riempimento
-schmitzm.geotools.gui.StyleToolBar.PointMark= Stile punto
+##########
+#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 GUI components ------
+# ------ in Package schmitz.geotools.gui ------
+# -----------------------------------------------------
+
+Attribute= Attributo
+Attributes= Attributi
+MapPaneButtons.Info.TT= Visualizza informazioni sull'oggetto
+MapPaneButtons.LastZoom.TT= Ritorna al zoom precedente
+MapPaneButtons.NextZoom.TT= Vai al zoom successivo
+MapPaneButtons.Pan.TT= Pan
+MapPaneButtons.Selection.AddSelection.TT= Aggiungi oggetti alla selezione corrente
+MapPaneButtons.Selection.ClearSelection.TT= Rimuovi tutte le selezioni
+MapPaneButtons.Selection.RemoveSelection.TT= Rimuovi oggetti dalla selezione corrente
+MapPaneButtons.Selection.SetSelection.TT= Scelgi oggetti da selezionare
+MapPaneButtons.ZoomIn.TT= Zoom in
+MapPaneButtons.ZoomOut.TT= Zoom out
+SearchMapDialog.Explanation= <html>Qui puoi ricercare un testo nella mappa.</html>
+SearchMapDialog.Results.Column.Layer=trovato in
+SearchMapDialog.Results.Column.Name= Nome
+SearchMapDialog.resultsTable.tt= Clicca su un risultato per visualizzarlo.
+SearchMapDialog.searchString.Label= Inserisci un testo di ricerca:
+SearchMapDialog.searchString.tt= Inserisci testo e premi invio[Enter or Return].
+SearchMapDialog.title= Ricerca testo nella mappa: ${0}
+org.geotools.styling.ColorMap.TYPE_INTERVALS= Classifica intervalli
+org.geotools.styling.ColorMap.TYPE_RAMP=Interpolazione di colore
+org.geotools.styling.ColorMap.TYPE_VALUES= Classifica valori
+org.geotools.styling.StyleBuilder.MARK_ARROW= Freccia
+org.geotools.styling.StyleBuilder.MARK_CIRCLE= Cerchio
+org.geotools.styling.StyleBuilder.MARK_CROSS= Croce
+org.geotools.styling.StyleBuilder.MARK_SQUARE= Quadrato
+org.geotools.styling.StyleBuilder.MARK_STAR= Stella
+org.geotools.styling.StyleBuilder.MARK_TRIANGLE= Triangolo
+org.geotools.styling.StyleBuilder.MARK_X=X
+schmitzm.geotools.feature.FeatureTableModel.AttrName= Attributo
+schmitzm.geotools.feature.FeatureTableModel.AttrType= Tipo
+schmitzm.geotools.feature.FeatureTableModel.AttrValue= Valore
+schmitzm.geotools.gui.CRSSelectionDialog.button.default= CRS di default(${0})
+schmitzm.geotools.gui.CRSSelectionDialog.button.predefined= Predefinito
+schmitzm.geotools.gui.CRSSelectionDialog.button.userDefined= Utente definito:
+schmitzm.geotools.gui.CRSSelectionDialog.button.wgs84= WGS-84 CRS
+schmitzm.geotools.gui.CRSSelectionDialog.init.crs.mess= Initialize CRS database. Attendere prego...
+schmitzm.geotools.gui.CRSSelectionDialog.init.crs.title= CRS database
+schmitzm.geotools.gui.CRSSelectionDialog.mandatory= CRS deve essere specificato!
+schmitzm.geotools.gui.CRSSelectionDialog.title= Seleziona un sistema di riferimento coordinate (CRS)
+schmitzm.geotools.gui.ColorMapTable.Header.COLOR= Colore
+schmitzm.geotools.gui.ColorMapTable.Header.LABEL= Etichetta
+schmitzm.geotools.gui.ColorMapTable.Header.OPACITY= Trasparenza
+schmitzm.geotools.gui.ColorMapTable.Header.QUANTITY= Quantit\u00e0\u00a0
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.FilterDefinitionBorderTitle= Definisci filtro:
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.PreviewMapPaneToolTip= Oggetti rossi sono compresi nel filtro,\noggetti grigi no.
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.ResultsBorderTitle= Risultato filtro:
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestButton= Prova filtro
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsButton=
+schmitzm.geotools.gui.FeatureCollectionFilterPanel.TestResultDetailsToolTip= Visualizza dettagli di errore...
+schmitzm.geotools.gui.FeatureLayerFilterDialog.TITLE= Filtro di oggetti
+schmitzm.geotools.gui.FeatureTablePane.PreviewMapPaneToolTip= Oggetti rossi sono selezionati,\noggetti grigi no.
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrName= Nome
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AttrType= Tipo
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.AutoValue= Auto
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.DefValue= Default
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.NewAttr= ATTR_${0}
+schmitzm.geotools.gui.FeatureTypeBuilderTableModel.Nillable= Nillable
+schmitzm.geotools.gui.GeoPositionLabel.LABEL_PREFIX= Coordinate del mouse:
+schmitzm.geotools.gui.GeotoolsGUIUtil.EAST= EST
+schmitzm.geotools.gui.GeotoolsGUIUtil.EAST.Abb= E
+schmitzm.geotools.gui.GeotoolsGUIUtil.East= EST
+schmitzm.geotools.gui.GeotoolsGUIUtil.Load= Carica
+schmitzm.geotools.gui.GeotoolsGUIUtil.LoadFeature= Carica vector
+schmitzm.geotools.gui.GeotoolsGUIUtil.LoadRaster= Carica raster
+schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH= NORD
+schmitzm.geotools.gui.GeotoolsGUIUtil.NORTH.Abb=N
+schmitzm.geotools.gui.GeotoolsGUIUtil.North= NORD
+schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH= SUD
+schmitzm.geotools.gui.GeotoolsGUIUtil.SOUTH.Abb= S
+schmitzm.geotools.gui.GeotoolsGUIUtil.Save= Salva
+schmitzm.geotools.gui.GeotoolsGUIUtil.SaveFeature= Salva vettoriale
+schmitzm.geotools.gui.GeotoolsGUIUtil.SaveRaster= Salva raster
+schmitzm.geotools.gui.GeotoolsGUIUtil.South= SUD
+schmitzm.geotools.gui.GeotoolsGUIUtil.WEST= OVEST
+schmitzm.geotools.gui.GeotoolsGUIUtil.WEST.Abb= W
+schmitzm.geotools.gui.GeotoolsGUIUtil.West= OVEST
+schmitzm.geotools.gui.GridPanelFormatter.ToolTipTemplate= ${0} in unit\u00e0\u00a0 ${1}
+schmitzm.geotools.gui.GridPanelFormatter_DHDN.title= 1,234,567 (H|R)
+schmitzm.geotools.gui.GridPanelFormatter_LatLon1.title= gradi\u00b0 minuti' (N|E|S|W)
+schmitzm.geotools.gui.JMapEditorPane.Err.Line.LessPoints= Una geometria lineare richiede almeno 2 punti specificati!
+schmitzm.geotools.gui.JMapEditorPane.Err.MissingMap= Per definire il CRS e la posizione geografica devi prima visualizzare un layer.
+schmitzm.geotools.gui.JMapEditorPane.Err.Polygon.LessPoints= Una geometria areale richiede almeno 3 punti specificati!
+schmitzm.geotools.gui.JMapEditorToolBar.NewFeature.title= Nuovi attributi
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.AutoVal= Valore automatico non supportato per il tipo di attributo '${0}'.
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.Err.GeomAttr= Nome di attributo '${0}' \u00e8 riservato per geometria di default.
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.dialog.title= Crea nuovo layer...
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.ftype.title= Attributi non geometrici
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title= Titolo layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.title.default= Nuovo layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type= Tipo di layer
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.line= Layer lineare
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.point= Layer puntuale
+schmitzm.geotools.gui.JMapEditorToolBar.NewLayer.layer.type.polygon= Layer areale
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.clear= Elimina tutte le operazioni di editing
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.finish= Inizia nuova geometria
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.redo= Ripristina ultima operazione di editing
+schmitzm.geotools.gui.JMapEditorToolBar.button.edit.undo= Elimina ultima operazione di editing
+schmitzm.geotools.gui.JMapEditorToolBar.button.layer.cancel= Elimina layer
+schmitzm.geotools.gui.JMapEditorToolBar.button.layer.new= Crea nuovo layer
+schmitzm.geotools.gui.JMapEditorToolBar.button.layer.save= Finisci layer
+schmitzm.geotools.gui.MapActionControlPane.INFO= Info
+schmitzm.geotools.gui.MapActionControlPane.SELECT_ALL= Seleziona da tutti i layers
+schmitzm.geotools.gui.MapActionControlPane.SELECT_TOP= Seleziona dal layer in alto
+schmitzm.geotools.gui.MapActionControlPane.ZOOM_IN= Zoom in
+schmitzm.geotools.gui.MapActionControlPane.ZOOM_OUT= Zoom out
+schmitzm.geotools.gui.MapContextControlPane.ColorMapDialog.TITLE= Mappa di colore
+schmitzm.geotools.gui.MapContextControlPane.Menu.CUSTOMIZE= Customize...
+schmitzm.geotools.gui.MapContextControlPane.Menu.FILTER= Filtra layer...
+schmitzm.geotools.gui.MapContextControlPane.Menu.HIDEALL=Nascondi tutti i layers
+schmitzm.geotools.gui.MapContextControlPane.Menu.INVERTALL= Inverti tutti i layers
+schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_DOWN= Sposta layer in basso
+schmitzm.geotools.gui.MapContextControlPane.Menu.MOVE_UP=Sposta layer in alto
+schmitzm.geotools.gui.MapContextControlPane.Menu.RECOLOR= Ricolora layer
+schmitzm.geotools.gui.MapContextControlPane.Menu.REMOVE= Rimuovi layer
+schmitzm.geotools.gui.MapContextControlPane.Menu.SHOWALL= Visualizza tutti i layers
+schmitzm.geotools.gui.MapContextControlPane.Menu.ZOOM_TO= Zoom all'estensione del layer
+schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.QUESTION= Inserisci un nome per una nuova mappa di colore...
+schmitzm.geotools.gui.MapContextControlPane.SaveColorMapDialog.TITLE= Nuova mappa di colore
+schmitzm.geotools.gui.RasterPositionLabel.LABEL_PREFIX=Valore Raster
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.clearSelection.tt= Elimina selezione
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.invertSelection.tt= Inverti selezione
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.selectionToTop.tt= Sposta selezionati in cima della tabella
+schmitzm.geotools.gui.SelectableFeatureTablePane.button.zoomToSelection.tt= Zoom all'estensione degli oggetti selezionati
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus= ${0} di ${1} ${2} selezionati.
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.lines= linee
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.points= punti
+schmitzm.geotools.gui.SelectableFeatureTablePane.selectionStatus.polygons= poligoni
+schmitzm.geotools.gui.StyleToolBar.BorderColor= Bordo
+schmitzm.geotools.gui.StyleToolBar.BorderWidth= Larghezza bordo
+schmitzm.geotools.gui.StyleToolBar.FillColor= Riempimento
+schmitzm.geotools.gui.StyleToolBar.PointMark= Stile punto
Modified: trunk/src/schmitzm/geotools/styling/StylingUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/styling/StylingUtil.java 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/geotools/styling/StylingUtil.java 2010-11-11 13:12:50 UTC (rev 1261)
@@ -185,6 +185,9 @@
public static final StyleBuilder STYLE_BUILDER = new StyleBuilder(
STYLE_FACTORY);
+ public static final DuplicatingStyleVisitor DUPLICATINGSTYLEVISITOR = new DuplicatingStyleVisitor(
+ STYLE_FACTORY);
+
/**
* Lists a few predefined {@link Style}s usefull to mark selected features.
*/
@@ -892,7 +895,7 @@
LOGGER.warn("createDefaultStyle could not handle " + object
+ " and returned an empty (invalid) Style");
- return STYLE_BUILDER.createStyle();
+ return STYLE_BUILDER.createStyle();
}
/**
Modified: trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,104 +1,104 @@
-##########
-#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
-##########
-# --------------------------------------------------------------------------
-# ------ Default Translations (english) for JFreeChart GUI components ------
-# ------ in Package schmitz.jfree ------
-# --------------------------------------------------------------------------
-
-# Diagram types
-diagram.points=points
-diagram.lines=lines
-diagram.bars=bars
-diagram.areas=areas
-
-ChartType_BAR.Title=barchart
-ChartType_BAR.Object.Title=bars
-ChartType_SCATTER.Title=scatterplot
-ChartType_SCATTER.Object.Title=points
-ChartType_PIE.Title=piechart
-ChartType_PIE.Object.Title=part
-ChartType_AREA.Title=areachart
-ChartType_AREA.Object.Title=area
-ChartType_LINE.Title=linechart
-ChartType_LINE.Object.Title=line
-ChartType_POINT.Title=pointchart
-ChartType_POINT.Object.Title=points
-
-FeatureChartAxisStyle.normalized=normalized
-
-AggregationFunction.NONE.Title=---
-AggregationFunction.NONE.Desc=<html>If multiple features fall into one category, only the <i>last</i> value is used.</html>
-AggregationFunction.COUNT.Title=Count
-AggregationFunction.COUNT.Desc=Count of features
-AggregationFunction.SUM.Title=Sum
-AggregationFunction.SUM.Desc=Sum of attribute values
-AggregationFunction.SUM_ABS.Title=Absolutes sum
-AggregationFunction.SUM_ABS.Desc=Sum of the absolute attribute values
-AggregationFunction.SUM_WEIGHTED.Title=Weighted sum
-AggregationFunction.SUM_WEIGHTED.Desc=Weighted sum of attribute values
-AggregationFunction.AVG.Title=Average
-AggregationFunction.AVG.Desc=Average attribute value
-AggregationFunction.AVG_WEIGHTED.Title=Weighted average
-AggregationFunction.AVG_WEIGHTED.Desc=Weighted average attribute value
-AggregationFunction.MEDIAN.Title=Median
-AggregationFunction.MEDIAN.Desc=Median attribute value
-AggregationFunction.MIN.Title=Minimum
-AggregationFunction.MIN.Desc=Minimum attribute value
-AggregationFunction.MAX.Title=Maximum
-AggregationFunction.MAX.Desc=Maximum attribute value
-AggregationFunction.VARIANCE.Title=Variance
-AggregationFunction.VARIANCE.Desc=Variance of the attribute values
-AggregationFunction.STND_DEV.Title=Standard Deviation
-AggregationFunction.STND_DEV.Desc=Standard deviation of the attribute values
-
-regressionline=regression line
-regression.none=no relation
-regression.weak=weak relation
-regression.medium=medium relation
-regression.strong=strong relation
-regression.verystrong=very strong relation
-regression.total=perfect relation
-
-regression.weak.neg=weak negative relation
-regression.medium.neg=medium negative relation
-regression.strong.neg=strong negative relation
-regression.verystrong.neg=very strong negative relation
-regression.total.neg=perfect negative relation
-
-
-regressionInfo.title=Regression information
-regressionInfo.data.r=r
-regressionInfo.data.r.tooltip=<html><i>r</i> = ${0}<br>is the product-moment-correlation coefficient and gives information about how strong the variables are related.</html>
-regressionInfo.data.n=n
-regressionInfo.data.n.tooltip=<html><i>n</i> = ${0}<br>is the number of samples in the regression</html>
-regressionInfo.data.formula=Formula (ax + b)
-regressionInfo.data.formula.tooltip=<html><i>ax + b</i> is the formula of the regression line with<br>Slope <i>a</i> = ${0}<br>Intercept <i>b</i> = ${1}</html>
-
-Exception.noWeightAttributeDefinedforAWeightedAggregation=A weighted AggregationFunction is selected, but not artribute for weighting is selected.
+##########
+#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
+##########
+# --------------------------------------------------------------------------
+# ------ Default Translations (english) for JFreeChart GUI components ------
+# ------ in Package schmitz.jfree ------
+# --------------------------------------------------------------------------
+
+# Diagram types
+diagram.points=points
+diagram.lines=lines
+diagram.bars=bars
+diagram.areas=areas
+
+ChartType_BAR.Title=barchart
+ChartType_BAR.Object.Title=bars
+ChartType_SCATTER.Title=scatterplot
+ChartType_SCATTER.Object.Title=points
+ChartType_PIE.Title=piechart
+ChartType_PIE.Object.Title=part
+ChartType_AREA.Title=areachart
+ChartType_AREA.Object.Title=area
+ChartType_LINE.Title=linechart
+ChartType_LINE.Object.Title=line
+ChartType_POINT.Title=pointchart
+ChartType_POINT.Object.Title=points
+
+FeatureChartAxisStyle.normalized=normalized
+
+AggregationFunction.NONE.Title=---
+AggregationFunction.NONE.Desc=<html>If multiple features fall into one category, only the <i>last</i> value is used.</html>
+AggregationFunction.COUNT.Title=Count
+AggregationFunction.COUNT.Desc=Count of features
+AggregationFunction.SUM.Title=Sum
+AggregationFunction.SUM.Desc=Sum of attribute values
+AggregationFunction.SUM_ABS.Title=Absolutes sum
+AggregationFunction.SUM_ABS.Desc=Sum of the absolute attribute values
+AggregationFunction.SUM_WEIGHTED.Title=Weighted sum
+AggregationFunction.SUM_WEIGHTED.Desc=Weighted sum of attribute values
+AggregationFunction.AVG.Title=Average
+AggregationFunction.AVG.Desc=Average attribute value
+AggregationFunction.AVG_WEIGHTED.Title=Weighted average
+AggregationFunction.AVG_WEIGHTED.Desc=Weighted average attribute value
+AggregationFunction.MEDIAN.Title=Median
+AggregationFunction.MEDIAN.Desc=Median attribute value
+AggregationFunction.MIN.Title=Minimum
+AggregationFunction.MIN.Desc=Minimum attribute value
+AggregationFunction.MAX.Title=Maximum
+AggregationFunction.MAX.Desc=Maximum attribute value
+AggregationFunction.VARIANCE.Title=Variance
+AggregationFunction.VARIANCE.Desc=Variance of the attribute values
+AggregationFunction.STND_DEV.Title=Standard Deviation
+AggregationFunction.STND_DEV.Desc=Standard deviation of the attribute values
+
+regressionline=regression line
+regression.none=no relation
+regression.weak=weak relation
+regression.medium=medium relation
+regression.strong=strong relation
+regression.verystrong=very strong relation
+regression.total=perfect relation
+
+regression.weak.neg=weak negative relation
+regression.medium.neg=medium negative relation
+regression.strong.neg=strong negative relation
+regression.verystrong.neg=very strong negative relation
+regression.total.neg=perfect negative relation
+
+
+regressionInfo.title=Regression information
+regressionInfo.data.r=r
+regressionInfo.data.r.tooltip=<html><i>r</i> = ${0}<br>is the product-moment-correlation coefficient and gives information about how strong the variables are related.</html>
+regressionInfo.data.n=n
+regressionInfo.data.n.tooltip=<html><i>n</i> = ${0}<br>is the number of samples in the regression</html>
+regressionInfo.data.formula=Formula (ax + b)
+regressionInfo.data.formula.tooltip=<html><i>ax + b</i> is the formula of the regression line with<br>Slope <i>a</i> = ${0}<br>Intercept <i>b</i> = ${1}</html>
+
+Exception.noWeightAttributeDefinedforAWeightedAggregation=A weighted AggregationFunction is selected, but not artribute for weighting is selected.
Modified: trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,108 +1,108 @@
-##########
-#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
-##########
-# ---------------------------------------------------------------
-# ------ German Translations for JFreeChart GUI components ------
-# ------ in Package schmitz.jfree ------
-# ---------------------------------------------------------------
-
-# Diagram types
-diagram.points=Punkte
-diagram.lines=Linien
-diagram.bars=Balken
-diagram.areas=Fl\u00E4chen
-
-ChartType_BAR.Title=Balkendiagramm
-ChartType_BAR.Object.Title=Balken
-ChartType_BAR.Desc=Ein Balkendiagramm
-ChartType_SCATTER.Title=Streudiagramm
-ChartType_SCATTER.Object.Title=Punkte
-ChartType_SCATTER.Desc=Ein Streudiagramm visualisiert den Zusammenhang zwischen zwei numerischen Variablen.
-ChartType_PIE.Title=Kreisdiagramm
-ChartType_PIE.Object.Title=Teil
-ChartType_AREA.Title=Fl\u00E4chendiagramm
-ChartType_AREA.Object.Title=Fl\u00E4chen
-ChartType_LINE.Title=Liniendiagramm
-ChartType_LINE.Object.Title=Linie
-ChartType_LINE.Desc=Ein Linendiagramm
-ChartType_POINT.Title=Punktdiagramm
-ChartType_POINT.Object.Title=Punkte
-
-FeatureChartAxisStyle.normalized=normalisiert
-
-AggregationFunction.COUNT.Title=Anzahl
-AggregationFunction.COUNT.Desc=Anzahl der Feature
-AggregationFunction.SUM.Title=Summe
-AggregationFunction.SUM.Desc=Summe der Attribut-Werte
-AggregationFunction.SUM_ABS.Title=Absolut-Summe
-AggregationFunction.SUM_ABS.Desc=Summe der Attribut-Wert-Betr\u00E4ge
-AggregationFunction.SUM_WEIGHTED.Title=Gewichtete Summe
-AggregationFunction.SUM_WEIGHTED.Desc=Gewichtete Summe der Attribute-Werte
-AggregationFunction.AVG.Title=Durschnitt
-AggregationFunction.AVG.Desc=Durchschnittlicher Attribut-Wert
-AggregationFunction.MEDIAN.Title=Median
-AggregationFunction.MEDIAN.Desc=Median der Attribut-Werte
-AggregationFunction.MIN.Title=Minimum
-AggregationFunction.MIN.Desc=Minimaler Attribut-Wert
-AggregationFunction.MAX.Title=Maximum
-AggregationFunction.MAX.Desc=Maximaler Attribut-Wert
-AggregationFunction.VARIANCE.Title=Varianz
-AggregationFunction.VARIANCE.Desc=Varianz der Attribut-Werte
-AggregationFunction.STND_DEV.Title=Standard-Abweichung
-AggregationFunction.STND_DEV.Desc=Standard-Abweichung der Attribut-Werte
-AggregationFunction.AVG_WEIGHTED.Title=Gewichteter Durchschnitt
-AggregationFunction.AVG_WEIGHTED.Desc=Gewichteter Durchschnitt der Attribut-Werte
-AggregationFunction.NONE.Title=---
-AggregationFunction.NONE.Desc=<html>Fallen mehrere Features in die gleiche Kategorie, wird nur der <i>letzte</i> Wert dargestellt.</html>
-
-regressionline=Regressionsgerade
-regression.none=kein Zusammenhang
-regression.weak=schwacher Zusammenhang
-regression.medium=mittlerer Zusammenhang
-regression.strong=starker Zusammenhang
-regression.verystrong=sehr starker Zusammenhang
-regression.total=vollkommener Zusammenhang
-
-regression.weak.neg=schwacher negativer Zusammenhang
-regression.medium.neg=mittlerer negativer Zusammenhang
-regression.strong.neg=starker negativer Zusammenhang
-regression.verystrong.neg=sehr starker negativer Zusammenhang
-regression.total.neg=vollkommener negativer Zusammenhang
-
-
-regressionInfo.title=Regressions-Daten
-regressionInfo.data.r=r
-regressionInfo.data.r.tooltip=<html><i>r</i> = ${0}<br>ist der Produktmomentkorrelationskoefizient und sagt aus, wie stark zwei Variablen voneinander abh\u00E4ngen.
-regressionInfo.data.n=n
-regressionInfo.data.n.tooltip=<html><i>n</i> = ${0}<br>ist die Anzahl der Wertepaare in der Regression</html>
-regressionInfo.data.formula=Formel (ax + b)
-regressionInfo.data.formula.tooltip=<html><i>ax + b</i> ist die Gleichung der Regressionsgeraden<br>Steigung <i>a</i> = ${0}<br>Y-Abschnitt <i>b</i> = ${1}
-
-Exception.noWeightAttributeDefinedforAWeightedAggregation=Eine gewichtete Aggregierungsfunktion ist ausgew\u00E4hlt, aber kein Attribut f\u00FCr die Gewichtung.
-
+##########
+#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
+##########
+# ---------------------------------------------------------------
+# ------ German Translations for JFreeChart GUI components ------
+# ------ in Package schmitz.jfree ------
+# ---------------------------------------------------------------
+
+# Diagram types
+diagram.points=Punkte
+diagram.lines=Linien
+diagram.bars=Balken
+diagram.areas=Fl\u00E4chen
+
+ChartType_BAR.Title=Balkendiagramm
+ChartType_BAR.Object.Title=Balken
+ChartType_BAR.Desc=Ein Balkendiagramm
+ChartType_SCATTER.Title=Streudiagramm
+ChartType_SCATTER.Object.Title=Punkte
+ChartType_SCATTER.Desc=Ein Streudiagramm visualisiert den Zusammenhang zwischen zwei numerischen Variablen.
+ChartType_PIE.Title=Kreisdiagramm
+ChartType_PIE.Object.Title=Teil
+ChartType_AREA.Title=Fl\u00E4chendiagramm
+ChartType_AREA.Object.Title=Fl\u00E4chen
+ChartType_LINE.Title=Liniendiagramm
+ChartType_LINE.Object.Title=Linie
+ChartType_LINE.Desc=Ein Linendiagramm
+ChartType_POINT.Title=Punktdiagramm
+ChartType_POINT.Object.Title=Punkte
+
+FeatureChartAxisStyle.normalized=normalisiert
+
+AggregationFunction.COUNT.Title=Anzahl
+AggregationFunction.COUNT.Desc=Anzahl der Feature
+AggregationFunction.SUM.Title=Summe
+AggregationFunction.SUM.Desc=Summe der Attribut-Werte
+AggregationFunction.SUM_ABS.Title=Absolut-Summe
+AggregationFunction.SUM_ABS.Desc=Summe der Attribut-Wert-Betr\u00E4ge
+AggregationFunction.SUM_WEIGHTED.Title=Gewichtete Summe
+AggregationFunction.SUM_WEIGHTED.Desc=Gewichtete Summe der Attribute-Werte
+AggregationFunction.AVG.Title=Durschnitt
+AggregationFunction.AVG.Desc=Durchschnittlicher Attribut-Wert
+AggregationFunction.MEDIAN.Title=Median
+AggregationFunction.MEDIAN.Desc=Median der Attribut-Werte
+AggregationFunction.MIN.Title=Minimum
+AggregationFunction.MIN.Desc=Minimaler Attribut-Wert
+AggregationFunction.MAX.Title=Maximum
+AggregationFunction.MAX.Desc=Maximaler Attribut-Wert
+AggregationFunction.VARIANCE.Title=Varianz
+AggregationFunction.VARIANCE.Desc=Varianz der Attribut-Werte
+AggregationFunction.STND_DEV.Title=Standard-Abweichung
+AggregationFunction.STND_DEV.Desc=Standard-Abweichung der Attribut-Werte
+AggregationFunction.AVG_WEIGHTED.Title=Gewichteter Durchschnitt
+AggregationFunction.AVG_WEIGHTED.Desc=Gewichteter Durchschnitt der Attribut-Werte
+AggregationFunction.NONE.Title=---
+AggregationFunction.NONE.Desc=<html>Fallen mehrere Features in die gleiche Kategorie, wird nur der <i>letzte</i> Wert dargestellt.</html>
+
+regressionline=Regressionsgerade
+regression.none=kein Zusammenhang
+regression.weak=schwacher Zusammenhang
+regression.medium=mittlerer Zusammenhang
+regression.strong=starker Zusammenhang
+regression.verystrong=sehr starker Zusammenhang
+regression.total=vollkommener Zusammenhang
+
+regression.weak.neg=schwacher negativer Zusammenhang
+regression.medium.neg=mittlerer negativer Zusammenhang
+regression.strong.neg=starker negativer Zusammenhang
+regression.verystrong.neg=sehr starker negativer Zusammenhang
+regression.total.neg=vollkommener negativer Zusammenhang
+
+
+regressionInfo.title=Regressions-Daten
+regressionInfo.data.r=r
+regressionInfo.data.r.tooltip=<html><i>r</i> = ${0}<br>ist der Produktmomentkorrelationskoefizient und sagt aus, wie stark zwei Variablen voneinander abh\u00E4ngen.
+regressionInfo.data.n=n
+regressionInfo.data.n.tooltip=<html><i>n</i> = ${0}<br>ist die Anzahl der Wertepaare in der Regression</html>
+regressionInfo.data.formula=Formel (ax + b)
+regressionInfo.data.formula.tooltip=<html><i>ax + b</i> ist die Gleichung der Regressionsgeraden<br>Steigung <i>a</i> = ${0}<br>Y-Abschnitt <i>b</i> = ${1}
+
+Exception.noWeightAttributeDefinedforAWeightedAggregation=Eine gewichtete Aggregierungsfunktion ist ausgew\u00E4hlt, aber kein Attribut f\u00FCr die Gewichtung.
+
Modified: trunk/src/schmitzm/lang/resource/locales/LangResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/lang/resource/locales/LangResourceBundle.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/lang/resource/locales/LangResourceBundle.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,48 +1,48 @@
-##########
-#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
-OperationTree.Integer=Integer
-OperationTree.Number=Number
-OperationTree.err.ParseErrorMess=Parse-Error at "${0}": ${1}
-OperationTree.err.UnexpectedEOR=Unexpected end of rule!
-OperationTree.err.UnexpectedError=Unexpected error!
-OperationTree.err.TokenNotExpected=${0} not expected
-OperationTree.err.MoreParamsExpected=${0} more function parameters expected. Bracket can not close!
-OperationTree.err.UnexpectedBracket=Bracket ${0} can not close ${1}
-OperationTree.err.BracketsNotClosed=Bracket(s) not closed: ${0}
-OperationTree.err.IllegalOperator=Illegal operator ${0}
-OperationTree.err.IllegalOperatorSyntax=Illegal ${0} syntax '${1}'
-OperationTree.err.ParamSepExpected=Parameter-Separator expected
-OperationTree.err.IllegalCharacter=Illegal character '${0}' (${1} expected)
-
-OperationTree.err.UnknownNode=Unknown operation tree node: ${0}
-OperationTree.err.UnknownOperator=Unknown operator: ${0}
-OperationTree.err.UnknownAliasOperator=Unknown alias operator: ${0}
-OperationTree.err.LessParams1=At least ${0} function parameters expected: ${1}(..)
-OperationTree.err.LessParams2=${0} function parameters expected: ${1}(..)
-OperationTree.err.IllegalParam=Illegal parameter ${0} for ${1}(..): ${2} expected
+##########
+#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
+OperationTree.Integer=Integer
+OperationTree.Number=Number
+OperationTree.err.ParseErrorMess=Parse-Error at "${0}": ${1}
+OperationTree.err.UnexpectedEOR=Unexpected end of rule!
+OperationTree.err.UnexpectedError=Unexpected error!
+OperationTree.err.TokenNotExpected=${0} not expected
+OperationTree.err.MoreParamsExpected=${0} more function parameters expected. Bracket can not close!
+OperationTree.err.UnexpectedBracket=Bracket ${0} can not close ${1}
+OperationTree.err.BracketsNotClosed=Bracket(s) not closed: ${0}
+OperationTree.err.IllegalOperator=Illegal operator ${0}
+OperationTree.err.IllegalOperatorSyntax=Illegal ${0} syntax '${1}'
+OperationTree.err.ParamSepExpected=Parameter-Separator expected
+OperationTree.err.IllegalCharacter=Illegal character '${0}' (${1} expected)
+
+OperationTree.err.UnknownNode=Unknown operation tree node: ${0}
+OperationTree.err.UnknownOperator=Unknown operator: ${0}
+OperationTree.err.UnknownAliasOperator=Unknown alias operator: ${0}
+OperationTree.err.LessParams1=At least ${0} function parameters expected: ${1}(..)
+OperationTree.err.LessParams2=${0} function parameters expected: ${1}(..)
+OperationTree.err.IllegalParam=Illegal parameter ${0} for ${1}(..): ${2} expected
Modified: trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,81 +1,81 @@
-##########
-#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
-##########
-#This file is part of the SCHMITZM library - a collection of utility
-#classes based on Java 1.6, focussing (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
-##########
-# ------------------------------------------------
-# ------ German Translations for components ------
-# ------ in Package schmitzm.lang ------
-# ------------------------------------------------
-
-# --- Translations for OperationTree / OperationTreeParser
-OperationTree.Integer=Ganzzahl
-OperationTree.Number=Numerisch
-OperationTree.err.ParseErrorMess=Parser-Fehler bei "${0}": ${1}
-OperationTree.err.UnexpectedEOR=Unerwartetes Ende der Formel!
-OperationTree.err.UnexpectedError=Unerwarteter Fehler!
-OperationTree.err.TokenNotExpected=${0} nicht erlaubt
-OperationTree.err.MoreParamsExpected=Noch ${0} Funtionsparameter notwendig. Klammer kann nicht schliessen!
-OperationTree.err.UnexpectedBracket=Klammer ${0} kann ${1} nicht schliessen
-OperationTree.err.BracketsNotClosed=Klammer(n) werden nicht geschlossen: ${0}
-OperationTree.err.IllegalOperator=Ung\u00FCltiger Operator ${0}
-OperationTree.err.IllegalOperatorSyntax=Fehlerhafte ${0} Syntax '${1}'
-OperationTree.err.ParamSepExpected=Parameter-Trennzeichen erwartet
-OperationTree.err.IllegalCharacter=Ung\u00FCltiges Zeichen '${0}' (${1} erwartet)
-
-OperationTree.err.UnknownNode=Unbekannter Operator-Knoten: ${0}
-OperationTree.err.UnknownOperator=Unbekannter Operator: ${0}
-OperationTree.err.UnknownAliasOperator=Unbekannter Alias-Operator: ${0}
-OperationTree.err.LessParams1=Mindestens ${0} Funktionsparameter ben\u00F6tigt\: ${1}(..)
-OperationTree.err.LessParams2=${0} Funktionsparameter ben\u00F6tigt\: ${1}(..)
-OperationTree.err.IllegalParam=Illegaler Funktionsparameter ${0} f\u00FCr ${1}(..)\: ${2} erwartet
+##########
+#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
+##########
+#This file is part of the SCHMITZM library - a collection of utility
+#classes based on Java 1.6, focussing (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
+##########
+# ------------------------------------------------
+# ------ German Translations for components ------
+# ------ in Package schmitzm.lang ------
+# ------------------------------------------------
+
+# --- Translations for OperationTree / OperationTreeParser
+OperationTree.Integer=Ganzzahl
+OperationTree.Number=Numerisch
+OperationTree.err.ParseErrorMess=Parser-Fehler bei "${0}": ${1}
+OperationTree.err.UnexpectedEOR=Unerwartetes Ende der Formel!
+OperationTree.err.UnexpectedError=Unerwarteter Fehler!
+OperationTree.err.TokenNotExpected=${0} nicht erlaubt
+OperationTree.err.MoreParamsExpected=Noch ${0} Funtionsparameter notwendig. Klammer kann nicht schliessen!
+OperationTree.err.UnexpectedBracket=Klammer ${0} kann ${1} nicht schliessen
+OperationTree.err.BracketsNotClosed=Klammer(n) werden nicht geschlossen: ${0}
+OperationTree.err.IllegalOperator=Ung\u00FCltiger Operator ${0}
+OperationTree.err.IllegalOperatorSyntax=Fehlerhafte ${0} Syntax '${1}'
+OperationTree.err.ParamSepExpected=Parameter-Trennzeichen erwartet
+OperationTree.err.IllegalCharacter=Ung\u00FCltiges Zeichen '${0}' (${1} erwartet)
+
+OperationTree.err.UnknownNode=Unbekannter Operator-Knoten: ${0}
+OperationTree.err.UnknownOperator=Unbekannter Operator: ${0}
+OperationTree.err.UnknownAliasOperator=Unbekannter Alias-Operator: ${0}
+OperationTree.err.LessParams1=Mindestens ${0} Funktionsparameter ben\u00F6tigt\: ${1}(..)
+OperationTree.err.LessParams2=${0} Funktionsparameter ben\u00F6tigt\: ${1}(..)
+OperationTree.err.IllegalParam=Illegaler Funktionsparameter ${0} f\u00FCr ${1}(..)\: ${2} erwartet
Modified: trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_it.properties
===================================================================
--- trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_it.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/lang/resource/locales/LangResourceBundle_it.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,55 +1,55 @@
-##########
-#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
-OperationTree.Integer=Integro
-OperationTree.Number=Numero
-OperationTree.err.BracketsNotClosed=Parentesi(s) non \u00e8 chiusa: ${0}
-OperationTree.err.IllegalCharacter=Carattere non accettato '${0}' (${1} expected)");
-OperationTree.err.IllegalOperator=Operatore non accettato ${0}
-OperationTree.err.IllegalOperatorSyntax=Sintassi non accettato ${0} '${1}'
-OperationTree.err.IllegalParam=Parametro non accettato ${0} per ${1}(..): ${2} expected
-OperationTree.err.LessParams1=Almeno ${0} parametri di funzione sono richiesti: ${1}(..)
-OperationTree.err.LessParams2=${0} parametri di funzione richiesti: ${1}(..)
-OperationTree.err.MoreParamsExpected= ${0} ulteriori parametri di funzione richiesti. Parentesi non pu\u00f2 essere chiusa!
-OperationTree.err.ParamSepExpected=Separatore di parametro richiesto
-OperationTree.err.ParseErrorMess=Errore di analisi in "${0}": ${1}
-OperationTree.err.TokenNotExpected=${0} non richiesto
-OperationTree.err.UnexpectedBracket=Parentesi ${0} non pu\u00f2 essere chiusa ${1}
-OperationTree.err.UnexpectedEOR=Inaspettata chiusura di rule!
-OperationTree.err.UnexpectedError=Errore inaspettato!
-OperationTree.err.UnknownAliasOperator=Operatore alias non conosciuto: ${0}
-OperationTree.err.UnknownNode=Operazione sconosciuta tree node: ${0}
-OperationTree.err.UnknownOperator=Operatore non conosciuto: ${0}
-
+##########
+#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
+OperationTree.Integer=Integro
+OperationTree.Number=Numero
+OperationTree.err.BracketsNotClosed=Parentesi(s) non \u00e8 chiusa: ${0}
+OperationTree.err.IllegalCharacter=Carattere non accettato '${0}' (${1} expected)");
+OperationTree.err.IllegalOperator=Operatore non accettato ${0}
+OperationTree.err.IllegalOperatorSyntax=Sintassi non accettato ${0} '${1}'
+OperationTree.err.IllegalParam=Parametro non accettato ${0} per ${1}(..): ${2} expected
+OperationTree.err.LessParams1=Almeno ${0} parametri di funzione sono richiesti: ${1}(..)
+OperationTree.err.LessParams2=${0} parametri di funzione richiesti: ${1}(..)
+OperationTree.err.MoreParamsExpected= ${0} ulteriori parametri di funzione richiesti. Parentesi non pu\u00f2 essere chiusa!
+OperationTree.err.ParamSepExpected=Separatore di parametro richiesto
+OperationTree.err.ParseErrorMess=Errore di analisi in "${0}": ${1}
+OperationTree.err.TokenNotExpected=${0} non richiesto
+OperationTree.err.UnexpectedBracket=Parentesi ${0} non pu\u00f2 essere chiusa ${1}
+OperationTree.err.UnexpectedEOR=Inaspettata chiusura di rule!
+OperationTree.err.UnexpectedError=Errore inaspettato!
+OperationTree.err.UnknownAliasOperator=Operatore alias non conosciuto: ${0}
+OperationTree.err.UnknownNode=Operazione sconosciuta tree node: ${0}
+OperationTree.err.UnknownOperator=Operatore non conosciuto: ${0}
+
Modified: trunk/src/schmitzm/mail/resource/locales/MailResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/mail/resource/locales/MailResourceBundle.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/mail/resource/locales/MailResourceBundle.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,62 +1,62 @@
-##########
-#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
-##########
-#This file is part of the SCHMITZM library - a collection of utility
-#classes based on Java 1.6, focussing (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
-##########
-# ---------------------------------------------------------------
-# ------ Default Translations (english) for components ------
-# ------ in Package schmitzm.mail ------
-# ---------------------------------------------------------------
-
-MailUtil.DesktopMail.NotSupported=Mailing is not supported on your operating system!
-MailUtil.DesktopMail.CreationError=Error during creation of exception mail
+##########
+#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
+##########
+#This file is part of the SCHMITZM library - a collection of utility
+#classes based on Java 1.6, focussing (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
+##########
+# ---------------------------------------------------------------
+# ------ Default Translations (english) for components ------
+# ------ in Package schmitzm.mail ------
+# ---------------------------------------------------------------
+
+MailUtil.DesktopMail.NotSupported=Mailing is not supported on your operating system!
+MailUtil.DesktopMail.CreationError=Error during creation of exception mail
Modified: trunk/src/schmitzm/mail/resource/locales/MailResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/mail/resource/locales/MailResourceBundle_de.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/mail/resource/locales/MailResourceBundle_de.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,62 +1,62 @@
-##########
-#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
-##########
-#This file is part of the SCHMITZM library - a collection of utility
-#classes based on Java 1.6, focussing (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
-##########
-# ----------------------------------------------------
-# ------ German Translations for components ------
-# ------ in Package schmitzm.mail ------
-# ----------------------------------------------------
-
-MailUtil.DesktopMail.NotSupported=Mailen wird von Ihrem Betriebssystem leider nicht unterst\u00FCtzt.
-MailUtil.DesktopMail.CreationError=Fehler beim Erstellen der Fehler-Mail
+##########
+#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
+##########
+#This file is part of the SCHMITZM library - a collection of utility
+#classes based on Java 1.6, focussing (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
+##########
+# ----------------------------------------------------
+# ------ German Translations for components ------
+# ------ in Package schmitzm.mail ------
+# ----------------------------------------------------
+
+MailUtil.DesktopMail.NotSupported=Mailen wird von Ihrem Betriebssystem leider nicht unterst\u00FCtzt.
+MailUtil.DesktopMail.CreationError=Fehler beim Erstellen der Fehler-Mail
Modified: trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties
===================================================================
--- trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,259 +1,259 @@
-##########
-#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
-##########
-#This file is part of the SCHMITZM library - a collection of utility
-#classes based on Java 1.6, focussing (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
-##########
-# ---------------------------------------------------------------
-# ------ Default Translations (english) for GUI components ------
-# ------ in Package schmitzm.swing ------
-# ---------------------------------------------------------------
-
-Ok=Ok
-Cancel=Cancel
-Apply=Apply
-Ready=Ready
-Open=Open
-OpenFolder=Open folder
-Close=Close
-Save=Save
-WaitMess=Please wait...
-FileExists=File already exists
-Details=Details...
-Warning=Warning
-Error=Error
-Information=Information
-Class=Class
-Description=Description
-InvalidInputMess=Invalid input
-Refresh=Refresh
-Reload=Reload
-Clear=Clear
-Skip=Skip
-Overwrite=Overwrite
-OverwriteAll=Overwrite all
-Replace=Replace
-CreateDuplicate=Create duplicate
-RememberChoice=Remember this choice
-Rule=Rule
-RuleToolTip=Insert your arithmetical rule here...
-Operators=Operators
-Start=Start
-Calculate=Calculate
-
-ExceptionDialog.CopyToClipboard=Copy to clipboard
-ExceptionDialog.CopyToConsole=Copy to console
-ExceptionDialog.Mail=Mail
-ExceptionDialog.MailDisabled.Desc=Mailing currently not available, because a destination mail address for bug reporting is not set in this application (ExceptionDialog.setMailDestinationAddress(..))
-
-ManualInputOption.PasswordVisible.visibility=visible
-
-OperationTreePanel.OpDesc.and=AND
-OperationTreePanel.OpDesc.or=OR
-OperationTreePanel.OpDesc.not=NOT
-OperationTreePanel.OpDesc.abs=abs($NUMBER)
-OperationTreePanel.OpDesc.sqrt=sqrt($NUMBER)
-OperationTreePanel.OpDesc.round=round($NUMBER)
-OperationTreePanel.OpDesc.trunc=trunc($NUMBER)
-OperationTreePanel.OpDesc.isNaN=isNaN($NUMBER)
-OperationTreePanel.OpDesc.NaN=NaN
-OperationTreePanel.OpDesc.random=random number
-OperationTreePanel.OpDesc.sin=sin($NUMBER)
-OperationTreePanel.OpDesc.cos=cos($NUMBER)
-OperationTreePanel.OpDesc.tan=tan($NUMBER)
-OperationTreePanel.OpDesc.asin=arcsine($NUMBER)
-OperationTreePanel.OpDesc.acos=arccose($NUMBER)
-OperationTreePanel.OpDesc.atan=arctan($NUMBER)
-OperationTreePanel.OpDesc.exp=exp($NUMBER)
-OperationTreePanel.OpDesc.ln=ln($NUMBER)
-OperationTreePanel.OpDesc.log=log($NUMBER)
-OperationTreePanel.OpDesc.str=str($NUMBER)
-OperationTreePanel.OpDesc.val=val($TEXT)
-OperationTreePanel.OpDesc.len=len($TEXT)
-OperationTreePanel.OpDesc.toupper=toupper($TEXT)
-OperationTreePanel.OpDesc.tolower=tolower($TEXT)
-OperationTreePanel.OpDesc.ite=IF .. THEN .. ELSE
-OperationTreePanel.OpDesc.regex=REGEX( $TEXT , $REGEX)
-OperationTreePanel.OpDesc.substr=SUBSTRING( $TEXT , $NUMBER , $NUMBER)
-OperationTreePanel.OpDesc.split=SPLIT( $TEXT , $REGEX , $NUMBER)
-OperationTreePanel.OpDesc.str2millis=str2millis( $TEXT , $TEXT)
-OperationTreePanel.OpDesc.date2millis=date2millis( $YEAR, $MONTH, $DAY)
-OperationTreePanel.OpDesc.millis2str=millis2str( $NUMBER , $FORMAT)
-OperationTreePanel.OpDesc.date2str=date2millis( $YEAR, $MONTH, $DAY, $FORMAT)
-OperationTreePanel.OpDesc.day_millis=DAY_MILLIS
-OperationTreePanel.OpDesc.week_millis=WEEK_MILLIS
-OperationTreePanel.OpDesc.plus=+
-OperationTreePanel.OpDesc.minus=-
-OperationTreePanel.OpDesc.multiply=*
-OperationTreePanel.OpDesc.divide=/
-OperationTreePanel.OpDesc.pow=^
-OperationTreePanel.OpDesc.eq=\=
-OperationTreePanel.OpDesc.ne=<>
-OperationTreePanel.OpDesc.lt=<
-OperationTreePanel.OpDesc.le=<=
-OperationTreePanel.OpDesc.gt=>
-OperationTreePanel.OpDesc.ge=>=
-OperationTreePanel.OpDesc.X=Raster cell X
-OperationTreePanel.OpDesc.Y=Raster cell Y
-OperationTreePanel.OpDesc.NoData=NoData value
-OperationTreePanel.OpDesc.isNoData=isNoData(.)
-
-OperationTreePanel.OpTooltip.and=Returns TRUE only if both arguments is TRUE.
-OperationTreePanel.OpTooltip.or=Returns TRUE is any argument is TRUE.
-OperationTreePanel.OpTooltip.not=Reverses the value of the argument.
-OperationTreePanel.OpTooltip.abs=Absolute value of a number.
-OperationTreePanel.OpTooltip.sqrt=Returns the square root of a number.
-OperationTreePanel.OpTooltip.round=Rounds a number.
-OperationTreePanel.OpTooltip.trunc=Truncates the decimal places of a number.
-OperationTreePanel.OpTooltip.isNaN=Returns TRUE if value is not a number.
-OperationTreePanel.OpTooltip.NaN=The value of "NotANumber"
-OperationTreePanel.OpTooltip.random=Returns a random number between 0 and 1.
-OperationTreePanel.OpTooltip.sin=Returns the sine of a number.
-OperationTreePanel.OpTooltip.cos=Returns the cosine of a number.
-OperationTreePanel.OpTooltip.tan=Returns the tangent of a number.
-OperationTreePanel.OpTooltip.asin=Returns the arcsine of a number.
-OperationTreePanel.OpTooltip.acos=Returns the arccosine of a number.
-OperationTreePanel.OpTooltip.atan=Returns the arctangent of a number.
-OperationTreePanel.OpTooltip.exp=Calculates the exponent for basis e.
-OperationTreePanel.OpTooltip.ln=Calculates the natural logarithm of a number.
-OperationTreePanel.OpTooltip.log=Calculates the base-10 logarithm of a number.
-OperationTreePanel.OpTooltip.str=Converts a number to a text.
-OperationTreePanel.OpTooltip.val=Converts a text to a number.
-OperationTreePanel.OpTooltip.len=Calculates the length if a text string.
-OperationTreePanel.OpTooltip.toupper=Converts text to uppercase.
-OperationTreePanel.OpTooltip.tolower=Converts text to lowercase.
-OperationTreePanel.OpTooltip.ite=Specifies a logical test to be performed.
-OperationTreePanel.OpTooltip.regex=Performs regular-expressions operation on a text.
-OperationTreePanel.OpTooltip.substr=Returns only a part of a text.
-OperationTreePanel.OpTooltip.split=Returns the n-th result of a text split over a regular expression.
-OperationTreePanel.OpTooltip.str2millis=Converts a date from string to milliseconds
-OperationTreePanel.OpTooltip.date2millis=Converts a date to milliseconds
-OperationTreePanel.OpTooltip.millis2str=Converts milliseconds to a date string
-OperationTreePanel.OpTooltip.date2str=Converts a date to a date string
-OperationTreePanel.OpTooltip.day_millis=The value of a day in milliseconds
-OperationTreePanel.OpTooltip.week_millis=The value of a week in milliseconds
-OperationTreePanel.OpTooltip.plus=Addition
-OperationTreePanel.OpTooltip.minus=-Subtraction
-OperationTreePanel.OpTooltip.multiply=Multiplication
-OperationTreePanel.OpTooltip.divide=Division
-OperationTreePanel.OpTooltip.pow=Power - e.g. $VAL ^ 9
-OperationTreePanel.OpTooltip.eq=Equals - e.g. $VAL1 = 23
-OperationTreePanel.OpTooltip.ne=Unequals - e.g. $VAL <> 45
-OperationTreePanel.OpTooltip.lt=Lesser - e.g. $VAL < $VAL2
-OperationTreePanel.OpTooltip.le=Lesser or equal
-OperationTreePanel.OpTooltip.gt=Greater
-OperationTreePanel.OpTooltip.ge=Greater or equal
-OperationTreePanel.OpTooltip.X=Returns the raster cells X coordinate
-OperationTreePanel.OpTooltip.Y=Returns the raster cells Y coordinate
-OperationTreePanel.OpTooltip.NoData=Constant for the NoData value
-OperationTreePanel.OpTooltip.isNoData=Returns TRUE if cell contains no data.
-
-TranslationAskJDialog.Title=Please translate
-TranslationAskJDialog.ErrorMsg.InvalidCharacterInTranslation = Sorry, but you must not use characters { and } in any text label.
-
-CancellableDialogAdapter.close.save.title=Save?
-CancellableDialogAdapter.close.save.msg=<html>Shall any changes in <center><b><i>${0}</i></b></center> be saved?</html>
-CancellableDialogAdapter.forceClose.save.msg=<html>The window <center><b><i>${0}</i></b></center> will be closed now.<br>Do you want to save any changes?</html>
-
-HeapMemoryBar.status =${0} (${1}%) of max. ${2}
-HeapMemoryBar.tt = An overview about current memory usage.
-
-
-CQLFitlerParser.OpDesc.and=AND
-CQLFitlerParser.OpDesc.or=OR
-CQLFitlerParser.OpDesc.not=NOT
-CQLFitlerParser.OpDesc.eq=\=
-CQLFitlerParser.OpDesc.like=LIKE
-CQLFitlerParser.OpDesc.ne=<>
-CQLFitlerParser.OpDesc.lt=<
-CQLFitlerParser.OpDesc.le=<=
-CQLFitlerParser.OpDesc.gt=>
-CQLFitlerParser.OpDesc.ge=>=
-
-CQLFitlerParser.OpTooltip.and=Returns TRUE only if both arguments is TRUE.
-CQLFitlerParser.OpTooltip.or=Returns TRUE is any argument is TRUE.
-CQLFitlerParser.OpTooltip.not=TRUE becomes FALSE, FALSE becomes TRUE.
-CQLFitlerParser.OpTooltip.eq=Equals for numbers - e.g. VAL1 = 23
-CQLFitlerParser.OpTooltip.like=Equals for texts- e.g. VAR2 LIKE 'BURGH%'. % is a wildcard for anything.
-CQLFitlerParser.OpTooltip.ne=Unequals - e.g. VAR <> 45
-CQLFitlerParser.OpTooltip.lt=Lesser - e.g. VAR < VAR2
-CQLFitlerParser.OpTooltip.le=Lesser or equal
-CQLFitlerParser.OpTooltip.gt=Greater
-CQLFitlerParser.OpTooltip.ge=Greater or equal
-
-ResourceProviderManagerFrame.Title=Language packs
-ResourceProviderManagerFrame.Bundle=Language bundle
-ResourceProviderManagerFrame.ExtentionOf=Extension of...
-ResourceProviderManagerFrame.RootLang=Root language
-ResourceProviderManagerFrame.AdditionalLang=Additional languages
-ResourceProviderManagerFrame.NewLang=Create new language files...
-ResourceProviderManagerFrame.UpdateLang=Update language files...
-ResourceProviderManagerFrame.OtherLang=<other language>
-ResourceProviderManagerFrame.Language=Language
-ResourceProviderManagerFrame.LanguageCode=Language code
-ResourceProviderManagerFrame.FinishMess=Property files successfully created...
-ResourceProviderManagerFrame.UpdateMess=${0} resource bundles updated...
-
-
-Menu.Logging=Logging...
-Menu.Logging.DEBUG=Log every message
-Menu.Logging.INFO=Log information, warning and errors
-Menu.Logging.WARN=Log warnings and errors
-Menu.Logging.ERROR=Log only errors
-Menu.Logging.OpenFile=Open ${0}
-
-AtlasStatusDialog.jnlp.generalDownload.Title=Downloading
-AtlasStatusDialog.jnlp.generalDownload.Desc=Downloading data...
-AtlasStatusDialog.jnlp.progress=Downloading ${0} (${1}%)
-AtlasStatusDialog.jnlp.upgrading=Upgrading ${0} (${1}%)
-AtlasStatusDialog.jnlp.validating=Validating ${0} (${1}%)
-AtlasStatusDialog.jnlp.downloadFailed=Download failed: ${0} ${1}
+##########
+#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
+##########
+#This file is part of the SCHMITZM library - a collection of utility
+#classes based on Java 1.6, focussing (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
+##########
+# ---------------------------------------------------------------
+# ------ Default Translations (english) for GUI components ------
+# ------ in Package schmitzm.swing ------
+# ---------------------------------------------------------------
+
+Ok=Ok
+Cancel=Cancel
+Apply=Apply
+Ready=Ready
+Open=Open
+OpenFolder=Open folder
+Close=Close
+Save=Save
+WaitMess=Please wait...
+FileExists=File already exists
+Details=Details...
+Warning=Warning
+Error=Error
+Information=Information
+Class=Class
+Description=Description
+InvalidInputMess=Invalid input
+Refresh=Refresh
+Reload=Reload
+Clear=Clear
+Skip=Skip
+Overwrite=Overwrite
+OverwriteAll=Overwrite all
+Replace=Replace
+CreateDuplicate=Create duplicate
+RememberChoice=Remember this choice
+Rule=Rule
+RuleToolTip=Insert your arithmetical rule here...
+Operators=Operators
+Start=Start
+Calculate=Calculate
+
+ExceptionDialog.CopyToClipboard=Copy to clipboard
+ExceptionDialog.CopyToConsole=Copy to console
+ExceptionDialog.Mail=Mail
+ExceptionDialog.MailDisabled.Desc=Mailing currently not available, because a destination mail address for bug reporting is not set in this application (ExceptionDialog.setMailDestinationAddress(..))
+
+ManualInputOption.PasswordVisible.visibility=visible
+
+OperationTreePanel.OpDesc.and=AND
+OperationTreePanel.OpDesc.or=OR
+OperationTreePanel.OpDesc.not=NOT
+OperationTreePanel.OpDesc.abs=abs($NUMBER)
+OperationTreePanel.OpDesc.sqrt=sqrt($NUMBER)
+OperationTreePanel.OpDesc.round=round($NUMBER)
+OperationTreePanel.OpDesc.trunc=trunc($NUMBER)
+OperationTreePanel.OpDesc.isNaN=isNaN($NUMBER)
+OperationTreePanel.OpDesc.NaN=NaN
+OperationTreePanel.OpDesc.random=random number
+OperationTreePanel.OpDesc.sin=sin($NUMBER)
+OperationTreePanel.OpDesc.cos=cos($NUMBER)
+OperationTreePanel.OpDesc.tan=tan($NUMBER)
+OperationTreePanel.OpDesc.asin=arcsine($NUMBER)
+OperationTreePanel.OpDesc.acos=arccose($NUMBER)
+OperationTreePanel.OpDesc.atan=arctan($NUMBER)
+OperationTreePanel.OpDesc.exp=exp($NUMBER)
+OperationTreePanel.OpDesc.ln=ln($NUMBER)
+OperationTreePanel.OpDesc.log=log($NUMBER)
+OperationTreePanel.OpDesc.str=str($NUMBER)
+OperationTreePanel.OpDesc.val=val($TEXT)
+OperationTreePanel.OpDesc.len=len($TEXT)
+OperationTreePanel.OpDesc.toupper=toupper($TEXT)
+OperationTreePanel.OpDesc.tolower=tolower($TEXT)
+OperationTreePanel.OpDesc.ite=IF .. THEN .. ELSE
+OperationTreePanel.OpDesc.regex=REGEX( $TEXT , $REGEX)
+OperationTreePanel.OpDesc.substr=SUBSTRING( $TEXT , $NUMBER , $NUMBER)
+OperationTreePanel.OpDesc.split=SPLIT( $TEXT , $REGEX , $NUMBER)
+OperationTreePanel.OpDesc.str2millis=str2millis( $TEXT , $TEXT)
+OperationTreePanel.OpDesc.date2millis=date2millis( $YEAR, $MONTH, $DAY)
+OperationTreePanel.OpDesc.millis2str=millis2str( $NUMBER , $FORMAT)
+OperationTreePanel.OpDesc.date2str=date2millis( $YEAR, $MONTH, $DAY, $FORMAT)
+OperationTreePanel.OpDesc.day_millis=DAY_MILLIS
+OperationTreePanel.OpDesc.week_millis=WEEK_MILLIS
+OperationTreePanel.OpDesc.plus=+
+OperationTreePanel.OpDesc.minus=-
+OperationTreePanel.OpDesc.multiply=*
+OperationTreePanel.OpDesc.divide=/
+OperationTreePanel.OpDesc.pow=^
+OperationTreePanel.OpDesc.eq=\=
+OperationTreePanel.OpDesc.ne=<>
+OperationTreePanel.OpDesc.lt=<
+OperationTreePanel.OpDesc.le=<=
+OperationTreePanel.OpDesc.gt=>
+OperationTreePanel.OpDesc.ge=>=
+OperationTreePanel.OpDesc.X=Raster cell X
+OperationTreePanel.OpDesc.Y=Raster cell Y
+OperationTreePanel.OpDesc.NoData=NoData value
+OperationTreePanel.OpDesc.isNoData=isNoData(.)
+
+OperationTreePanel.OpTooltip.and=Returns TRUE only if both arguments is TRUE.
+OperationTreePanel.OpTooltip.or=Returns TRUE is any argument is TRUE.
+OperationTreePanel.OpTooltip.not=Reverses the value of the argument.
+OperationTreePanel.OpTooltip.abs=Absolute value of a number.
+OperationTreePanel.OpTooltip.sqrt=Returns the square root of a number.
+OperationTreePanel.OpTooltip.round=Rounds a number.
+OperationTreePanel.OpTooltip.trunc=Truncates the decimal places of a number.
+OperationTreePanel.OpTooltip.isNaN=Returns TRUE if value is not a number.
+OperationTreePanel.OpTooltip.NaN=The value of "NotANumber"
+OperationTreePanel.OpTooltip.random=Returns a random number between 0 and 1.
+OperationTreePanel.OpTooltip.sin=Returns the sine of a number.
+OperationTreePanel.OpTooltip.cos=Returns the cosine of a number.
+OperationTreePanel.OpTooltip.tan=Returns the tangent of a number.
+OperationTreePanel.OpTooltip.asin=Returns the arcsine of a number.
+OperationTreePanel.OpTooltip.acos=Returns the arccosine of a number.
+OperationTreePanel.OpTooltip.atan=Returns the arctangent of a number.
+OperationTreePanel.OpTooltip.exp=Calculates the exponent for basis e.
+OperationTreePanel.OpTooltip.ln=Calculates the natural logarithm of a number.
+OperationTreePanel.OpTooltip.log=Calculates the base-10 logarithm of a number.
+OperationTreePanel.OpTooltip.str=Converts a number to a text.
+OperationTreePanel.OpTooltip.val=Converts a text to a number.
+OperationTreePanel.OpTooltip.len=Calculates the length if a text string.
+OperationTreePanel.OpTooltip.toupper=Converts text to uppercase.
+OperationTreePanel.OpTooltip.tolower=Converts text to lowercase.
+OperationTreePanel.OpTooltip.ite=Specifies a logical test to be performed.
+OperationTreePanel.OpTooltip.regex=Performs regular-expressions operation on a text.
+OperationTreePanel.OpTooltip.substr=Returns only a part of a text.
+OperationTreePanel.OpTooltip.split=Returns the n-th result of a text split over a regular expression.
+OperationTreePanel.OpTooltip.str2millis=Converts a date from string to milliseconds
+OperationTreePanel.OpTooltip.date2millis=Converts a date to milliseconds
+OperationTreePanel.OpTooltip.millis2str=Converts milliseconds to a date string
+OperationTreePanel.OpTooltip.date2str=Converts a date to a date string
+OperationTreePanel.OpTooltip.day_millis=The value of a day in milliseconds
+OperationTreePanel.OpTooltip.week_millis=The value of a week in milliseconds
+OperationTreePanel.OpTooltip.plus=Addition
+OperationTreePanel.OpTooltip.minus=-Subtraction
+OperationTreePanel.OpTooltip.multiply=Multiplication
+OperationTreePanel.OpTooltip.divide=Division
+OperationTreePanel.OpTooltip.pow=Power - e.g. $VAL ^ 9
+OperationTreePanel.OpTooltip.eq=Equals - e.g. $VAL1 = 23
+OperationTreePanel.OpTooltip.ne=Unequals - e.g. $VAL <> 45
+OperationTreePanel.OpTooltip.lt=Lesser - e.g. $VAL < $VAL2
+OperationTreePanel.OpTooltip.le=Lesser or equal
+OperationTreePanel.OpTooltip.gt=Greater
+OperationTreePanel.OpTooltip.ge=Greater or equal
+OperationTreePanel.OpTooltip.X=Returns the raster cells X coordinate
+OperationTreePanel.OpTooltip.Y=Returns the raster cells Y coordinate
+OperationTreePanel.OpTooltip.NoData=Constant for the NoData value
+OperationTreePanel.OpTooltip.isNoData=Returns TRUE if cell contains no data.
+
+TranslationAskJDialog.Title=Please translate
+TranslationAskJDialog.ErrorMsg.InvalidCharacterInTranslation = Sorry, but you must not use characters { and } in any text label.
+
+CancellableDialogAdapter.close.save.title=Save?
+CancellableDialogAdapter.close.save.msg=<html>Shall any changes in <center><b><i>${0}</i></b></center> be saved?</html>
+CancellableDialogAdapter.forceClose.save.msg=<html>The window <center><b><i>${0}</i></b></center> will be closed now.<br>Do you want to save any changes?</html>
+
+HeapMemoryBar.status =${0} (${1}%) of max. ${2}
+HeapMemoryBar.tt = An overview about current memory usage.
+
+
+CQLFitlerParser.OpDesc.and=AND
+CQLFitlerParser.OpDesc.or=OR
+CQLFitlerParser.OpDesc.not=NOT
+CQLFitlerParser.OpDesc.eq=\=
+CQLFitlerParser.OpDesc.like=LIKE
+CQLFitlerParser.OpDesc.ne=<>
+CQLFitlerParser.OpDesc.lt=<
+CQLFitlerParser.OpDesc.le=<=
+CQLFitlerParser.OpDesc.gt=>
+CQLFitlerParser.OpDesc.ge=>=
+
+CQLFitlerParser.OpTooltip.and=Returns TRUE only if both arguments is TRUE.
+CQLFitlerParser.OpTooltip.or=Returns TRUE is any argument is TRUE.
+CQLFitlerParser.OpTooltip.not=TRUE becomes FALSE, FALSE becomes TRUE.
+CQLFitlerParser.OpTooltip.eq=Equals for numbers - e.g. VAL1 = 23
+CQLFitlerParser.OpTooltip.like=Equals for texts- e.g. VAR2 LIKE 'BURGH%'. % is a wildcard for anything.
+CQLFitlerParser.OpTooltip.ne=Unequals - e.g. VAR <> 45
+CQLFitlerParser.OpTooltip.lt=Lesser - e.g. VAR < VAR2
+CQLFitlerParser.OpTooltip.le=Lesser or equal
+CQLFitlerParser.OpTooltip.gt=Greater
+CQLFitlerParser.OpTooltip.ge=Greater or equal
+
+ResourceProviderManagerFrame.Title=Language packs
+ResourceProviderManagerFrame.Bundle=Language bundle
+ResourceProviderManagerFrame.ExtentionOf=Extension of...
+ResourceProviderManagerFrame.RootLang=Root language
+ResourceProviderManagerFrame.AdditionalLang=Additional languages
+ResourceProviderManagerFrame.NewLang=Create new language files...
+ResourceProviderManagerFrame.UpdateLang=Update language files...
+ResourceProviderManagerFrame.OtherLang=<other language>
+ResourceProviderManagerFrame.Language=Language
+ResourceProviderManagerFrame.LanguageCode=Language code
+ResourceProviderManagerFrame.FinishMess=Property files successfully created...
+ResourceProviderManagerFrame.UpdateMess=${0} resource bundles updated...
+
+
+Menu.Logging=Logging...
+Menu.Logging.DEBUG=Log every message
+Menu.Logging.INFO=Log information, warning and errors
+Menu.Logging.WARN=Log warnings and errors
+Menu.Logging.ERROR=Log only errors
+Menu.Logging.OpenFile=Open ${0}
+
+AtlasStatusDialog.jnlp.generalDownload.Title=Downloading
+AtlasStatusDialog.jnlp.generalDownload.Desc=Downloading data...
+AtlasStatusDialog.jnlp.progress=Downloading ${0} (${1}%)
+AtlasStatusDialog.jnlp.upgrading=Upgrading ${0} (${1}%)
+AtlasStatusDialog.jnlp.validating=Validating ${0} (${1}%)
+AtlasStatusDialog.jnlp.downloadFailed=Download failed: ${0} ${1}
Modified: trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties
===================================================================
--- trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,263 +1,263 @@
-##########
-#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
-##########
-#This file is part of the SCHMITZM library - a collection of utility
-#classes based on Java 1.6, focussing (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
-##########
-# ----------------------------------------------------
-# ------ German Translations for GUI components ------
-# ------ in Package schmitzm.swing ------
-# ----------------------------------------------------
-
-Cancel=Abbrechen
-Apply=\u00DCbernehmen
-Ready=Fertig
-Open=\u00D6ffnen
-OpenFolder=Ordner \u00F6ffnen
-Close=Schliessen
-Save=Speichern
-WaitMess=Bitte warten...
-FileExists=Datei existiert bereits
-Warning=Warnung
-Error=Fehler
-Class=Klasse
-Description=Beschreibung
-InvalidInputMess=Unzul\u00E4ssige Eingabe
-Refresh=Aktualisieren
-Reload=Neu laden
-Clear=L\u00F6schen
-Skip=\u00DCbergehen
-Overwrite=\u00DCberschreiben
-OverwriteAll=Alle \u00FCberschreiben
-Replace=Ersetzen
-CreateDuplicate=Duplikat erzeugen
-RememberChoice=Immer diese Auswahl treffen
-Rule=Formel
-RuleToolTip=Hier eine arithmetische Formel eingeben...
-Operators=Operatoren
-Start=Start
-Calculate=Rechnen
-
-ExceptionDialog.CopyToClipboard=In die Zwischenablage
-ExceptionDialog.CopyToConsole=Auf Console ausgeben
-ExceptionDialog.Mail=Mailen
-ExceptionDialog.MailDisabled.Desc=Mailen derzeit nicht m\u00F6glich, da in der aktuellen Anwendung keine Ziel-Adresse f\u00FCr Bug-Reporting eingestellt ist (ExceptionDialog.setMailDestinationAddress(..))
-
-ManualInputOption.PasswordVisible.visibility=sichtbar
-
-OperationTreePanel.OpDesc.and=UND
-OperationTreePanel.OpDesc.or=ODER
-OperationTreePanel.OpDesc.not=NICHT
-OperationTreePanel.OpDesc.abs=abs($NUMBER)
-OperationTreePanel.OpDesc.random=Zufallszahl
-OperationTreePanel.OpDesc.asin=arcsin($NUMBER)
-OperationTreePanel.OpDesc.acos=arccos($NUMBER)
-
-OperationTreePanel.OpDesc.str=str($NUMBER)
-OperationTreePanel.OpDesc.val=val($TEXT)
-OperationTreePanel.OpDesc.len=len($TEXT)
-OperationTreePanel.OpDesc.toupper=toupper($TEXT)
-OperationTreePanel.OpDesc.tolower=tolower($TEXT)
-OperationTreePanel.OpDesc.ite=WENN .. DANN .. SONST ..
-
-OperationTreePanel.OpDesc.plus=+
-OperationTreePanel.OpDesc.minus=-
-OperationTreePanel.OpDesc.multiply=*
-OperationTreePanel.OpDesc.divide=/
-OperationTreePanel.OpDesc.pow=^
-OperationTreePanel.OpDesc.eq=\=
-OperationTreePanel.OpDesc.ne=<>
-OperationTreePanel.OpDesc.lt=<
-OperationTreePanel.OpDesc.le=<=
-OperationTreePanel.OpDesc.gt=>
-OperationTreePanel.OpDesc.ge=>=
-OperationTreePanel.OpDesc.X=X-Koordinate
-OperationTreePanel.OpDesc.Y=Y-Koordinate
-OperationTreePanel.OpDesc.NoData=NoData
-OperationTreePanel.OpDesc.isNoData=isNoData(.)
-
-OperationTreePanel.OpTooltip.and=Liefert WAHR, wenn beide Argumente WAHR sind.
-OperationTreePanel.OpTooltip.or=Liefert WAHR, sobald ein Argument WAHR ist.
-OperationTreePanel.OpTooltip.not=Invertiet WAHR zu FALSCH und FLASCH zu WAHR.
-OperationTreePanel.OpTooltip.abs=Absoluter Wert einer Zahl.
-OperationTreePanel.OpTooltip.sqrt=Liefert die Wurzel einer Zahl.
-OperationTreePanel.OpTooltip.round=Rundet eine Dezimal-Zahl zu einer Ganzzahl.
-OperationTreePanel.OpTooltip.trunc=Schneidet Nachkommastellen ab.
-OperationTreePanel.OpTooltip.isNaN=Liefert WAHR, wenn die Zahl "keine Zahl" ist (z.B. bei Division durch Null).
-OperationTreePanel.OpTooltip.NaN=Der Wert "keine Zahl".
-OperationTreePanel.OpTooltip.random=Liefert eine Zufallszahl zwischen 0 und 1.
-OperationTreePanel.OpTooltip.sin=Liefert den Sinus-Wert zu einer Zahl.
-OperationTreePanel.OpTooltip.cos=Liefert den Cosinus-Wert zu einer Zahl.
-OperationTreePanel.OpTooltip.tan=Liefert den Tangenz-Wert zu einer Zahl.
-OperationTreePanel.OpTooltip.asin=Liefert den Arcus-Sinus-Wert zu einer Zahl.
-OperationTreePanel.OpTooltip.acos=Liefert den Arcus-Cosinus-Wert zu einer Zahl.
-OperationTreePanel.OpTooltip.atan=Liefert den Arcus-Tangens-Wert zu einer Zahl.
-OperationTreePanel.OpTooltip.exp=Berechnet die Exponenzialfunktion (e^x).
-OperationTreePanel.OpTooltip.ln=Berechnet die Logarithmus-Funktion zur Basis e.
-OperationTreePanel.OpTooltip.log=Berechnet die Logarithmus-Funktion zur Basis 10.
-OperationTreePanel.OpTooltip.str=Konvertiert eine Zahl in einen Text.
-OperationTreePanel.OpTooltip.val=Konvertiert einen Text in eine Zahl.
-OperationTreePanel.OpTooltip.len=Berechnet die L\u00E4nge eines Texts.
-OperationTreePanel.OpTooltip.toupper=Konvertiert Text in Gro\u00DFbuchstaben.
-OperationTreePanel.OpTooltip.tolower=Konvertiert Text in Kleinbuchstaben.
-OperationTreePanel.OpTooltip.ite=Spezifiziert einen logischen Test.
-OperationTreePanel.OpTooltip.regex=Wertet einen regul\u00E4ren Ausdruck auf einem Text aus.
-OperationTreePanel.OpTooltip.substr=Liefert einen Teil-String.
-OperationTreePanel.OpTooltip.split=Liefert das n-te Ergebnis eines Text-Split \u00FCber einem regul\u00E4ren Ausdruck
-OperationTreePanel.OpTooltip.str2millis=Konvertiert einen Datum-Text in Millisekunden
-OperationTreePanel.OpTooltip.date2millis=Konvertiert ein Datum in Millisekunden
-OperationTreePanel.OpTooltip.millis2str=Konvertiert Millisekunden in einen Datum-Text
-OperationTreePanel.OpTooltip.date2str=Konvertiert ein Datum in einen Datum-Text
-OperationTreePanel.OpTooltip.day_millis=Ein Tag in Millisekunden
-OperationTreePanel.OpTooltip.week_millis=Eine Woche in Millisekunden
-OperationTreePanel.OpTooltip.plus=Addition
-OperationTreePanel.OpTooltip.minus=Subtraktion
-OperationTreePanel.OpTooltip.multiply=Multiplikation
-OperationTreePanel.OpTooltip.divide=Division
-OperationTreePanel.OpTooltip.pow=Potenzfunktion
-OperationTreePanel.OpTooltip.eq=Gleich
-OperationTreePanel.OpTooltip.ne=Ungleich
-OperationTreePanel.OpTooltip.lt=Kleiner als
-OperationTreePanel.OpTooltip.le=Kleiner oder gleich
-OperationTreePanel.OpTooltip.gt=Gr\u00F6\u00DFer als
-OperationTreePanel.OpTooltip.ge=Gr\u00F6\u00DFer oder gleich
-OperationTreePanel.OpTooltip.X=Liefert die X-Koordinate einer Zelle (in Raster-Koordinaten)
-OperationTreePanel.OpTooltip.Y=Liefert die Y-Koordinate einer Zelle (in Raster-Koordinaten)
-OperationTreePanel.OpTooltip.NoData=Liefert den "NoData"-Wert
-OperationTreePanel.OpTooltip.isNoData=Liefert WAHR, wenn die Zelle keinen Wert beinhaltet
-
-TranslationAskJDialog.Title=Bitte \u00FCbersetzen
-TranslationAskJDialog.ErrorMsg.InvalidCharacterInTranslation = Die Zeichen { und } d\u00FCrfen Sie leider nicht benutzen.
-
-
-CancellableDialogAdapter.close.save.title=Speichern?
-CancellableDialogAdapter.close.save.msg=<html>Wollen Sie eventuelle \u00C4nderungen an <center><b><i>${0}</i></b></center> speichern?</html>
-CancellableDialogAdapter.forceClose.save.msg=<html>Das Fenster <center><b><i>${0}</i></b></center> muss nun gesclossen werden. Wollen Sie eventuelle \u00C4nderungen speichern?</html>
-
-HeapMemoryBar.status =${0} (${1}%) von max. ${2}
-HeapMemoryBar.tt = Eine \u00DCbersicht \u00FCber den aktuellen Speicherverbrauch der Anwendung.
-
-
-CQLFitlerParser.OpDesc.and=AND
-CQLFitlerParser.OpDesc.or=OR
-CQLFitlerParser.OpDesc.not=NOT
-CQLFitlerParser.OpDesc.eq=\=
-CQLFitlerParser.OpDesc.like=LIKE
-CQLFitlerParser.OpDesc.ne=<>
-CQLFitlerParser.OpDesc.lt=<
-CQLFitlerParser.OpDesc.le=<=
-CQLFitlerParser.OpDesc.gt=>
-CQLFitlerParser.OpDesc.ge=>=
-
-CQLFitlerParser.OpTooltip.and=Liefert WAHR, wenn beide Argumente WAHR sind.
-CQLFitlerParser.OpTooltip.or=Liefert WAHR, sobald ein Argument WAHR ist.
-CQLFitlerParser.OpTooltip.not=Invertiet WAHR zu FALSCH und FLASCH zu WAHR.
-CQLFitlerParser.OpTooltip.eq=Vergleich zweier Zahlen - z.B. VAL1 = 23
-CQLFitlerParser.OpTooltip.like=Vergleich zweier Texte, z.B. VAR2 LIKE 'BURGH%'. Achtung: % is ein Platzhalter!
-CQLFitlerParser.OpTooltip.ne=Zwei Zahlen sind ungleich. z.B. VAR <> 45
-CQLFitlerParser.OpTooltip.lt=Kleiner als, z.B. VAR < VAR2
-CQLFitlerParser.OpTooltip.le=Kleiner oder gleich, z.B. VAR < VAR2
-CQLFitlerParser.OpTooltip.gt=Gr\u00F6\u00DFer
-CQLFitlerParser.OpTooltip.ge=Gr\u00F6\u00DFer oder gleich
-
-ResourceProviderManagerFrame.Title=Sprach-Pakete
-ResourceProviderManagerFrame.Bundle=Sprach Paket
-ResourceProviderManagerFrame.ExtentionOf=Erweiterung von...
-ResourceProviderManagerFrame.RootLang=Standard Sprache
-ResourceProviderManagerFrame.AdditionalLang=Weitere Sprachen
-ResourceProviderManagerFrame.NewLang=Neue Sprachdateien anlegen...
-ResourceProviderManagerFrame.UpdateLang=Sprachdateien aktualisieren...
-ResourceProviderManagerFrame.OtherLang=<andere Sprache>
-ResourceProviderManagerFrame.Language=Sprache
-ResourceProviderManagerFrame.LanguageCode=Sprachcode
-ResourceProviderManagerFrame.FinishMess=Property-Dateien erfolgreich erstellt...
-ResourceProviderManagerFrame.UpdateMess=${0} Sprach-Pakete aktualisiert...
-
-
-
-
-AtlasStatusDialog.jnlp.downloadFailed=Download fehlgeschlagen: ${0} ${1}
-AtlasStatusDialog.jnlp.generalDownload.Desc=Herunterladen...
-AtlasStatusDialog.jnlp.generalDownload.Title=Downloading
-AtlasStatusDialog.jnlp.progress=Downloading ${0} (${1}%)
-AtlasStatusDialog.jnlp.upgrading=Aktualisere ${0} (${1}%)
-AtlasStatusDialog.jnlp.validating=\u00DCberpr\u00FCfe ${0} (${1}%)
-Details=Details...
-Information=Information
-Menu.Logging=Logging...
-Menu.Logging.DEBUG=Alle Nachrichten schreiben
-Menu.Logging.ERROR=Nur Fehler schreiben
-Menu.Logging.INFO=Infos, Warnungen und Fehler schreiben
-Menu.Logging.OpenFile=\u00D6ffne ${0}
-Menu.Logging.WARN=Warnungen und Fehler schreiben
-Ok=Ok
-OperationTreePanel.OpDesc.NaN=NaN
-OperationTreePanel.OpDesc.atan=arctan($NUMBER)
-OperationTreePanel.OpDesc.cos=cos($NUMBER)
-OperationTreePanel.OpDesc.date2millis=date2millis( $YEAR, $MONTH, $DAY)
-OperationTreePanel.OpDesc.date2str=date2millis( $YEAR, $MONTH, $DAY, $FORMAT)
-OperationTreePanel.OpDesc.day_millis=DAY_MILLIS
-OperationTreePanel.OpDesc.exp=exp($NUMBER)
-OperationTreePanel.OpDesc.isNaN=isNaN($NUMBER)
-OperationTreePanel.OpDesc.ln=ln($NUMBER)
-OperationTreePanel.OpDesc.log=log($NUMBER)
-OperationTreePanel.OpDesc.millis2str=millis2str( $NUMBER , $FORMAT)
-OperationTreePanel.OpDesc.regex=REGEX( $TEXT , $REGEX)
-OperationTreePanel.OpDesc.round=round($NUMBER)
-OperationTreePanel.OpDesc.sin=sin($NUMBER)
-OperationTreePanel.OpDesc.split=SPLIT( $TEXT , $REGEX , $NUMBER)
-OperationTreePanel.OpDesc.sqrt=sqrt($NUMBER)
-OperationTreePanel.OpDesc.str2millis=str2millis( $TEXT , $TEXT)
-OperationTreePanel.OpDesc.substr=SUBSTRING( $TEXT , $NUMBER , $NUMBER)
-OperationTreePanel.OpDesc.tan=tan($NUMBER)
-OperationTreePanel.OpDesc.trunc=trunc($NUMBER)
-OperationTreePanel.OpDesc.week_millis=WEEK_MILLIS
+##########
+#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
+##########
+#This file is part of the SCHMITZM library - a collection of utility
+#classes based on Java 1.6, focussing (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
+##########
+# ----------------------------------------------------
+# ------ German Translations for GUI components ------
+# ------ in Package schmitzm.swing ------
+# ----------------------------------------------------
+
+Cancel=Abbrechen
+Apply=\u00DCbernehmen
+Ready=Fertig
+Open=\u00D6ffnen
+OpenFolder=Ordner \u00F6ffnen
+Close=Schliessen
+Save=Speichern
+WaitMess=Bitte warten...
+FileExists=Datei existiert bereits
+Warning=Warnung
+Error=Fehler
+Class=Klasse
+Description=Beschreibung
+InvalidInputMess=Unzul\u00E4ssige Eingabe
+Refresh=Aktualisieren
+Reload=Neu laden
+Clear=L\u00F6schen
+Skip=\u00DCbergehen
+Overwrite=\u00DCberschreiben
+OverwriteAll=Alle \u00FCberschreiben
+Replace=Ersetzen
+CreateDuplicate=Duplikat erzeugen
+RememberChoice=Immer diese Auswahl treffen
+Rule=Formel
+RuleToolTip=Hier eine arithmetische Formel eingeben...
+Operators=Operatoren
+Start=Start
+Calculate=Rechnen
+
+ExceptionDialog.CopyToClipboard=In die Zwischenablage
+ExceptionDialog.CopyToConsole=Auf Console ausgeben
+ExceptionDialog.Mail=Mailen
+ExceptionDialog.MailDisabled.Desc=Mailen derzeit nicht m\u00F6glich, da in der aktuellen Anwendung keine Ziel-Adresse f\u00FCr Bug-Reporting eingestellt ist (ExceptionDialog.setMailDestinationAddress(..))
+
+ManualInputOption.PasswordVisible.visibility=sichtbar
+
+OperationTreePanel.OpDesc.and=UND
+OperationTreePanel.OpDesc.or=ODER
+OperationTreePanel.OpDesc.not=NICHT
+OperationTreePanel.OpDesc.abs=abs($NUMBER)
+OperationTreePanel.OpDesc.random=Zufallszahl
+OperationTreePanel.OpDesc.asin=arcsin($NUMBER)
+OperationTreePanel.OpDesc.acos=arccos($NUMBER)
+
+OperationTreePanel.OpDesc.str=str($NUMBER)
+OperationTreePanel.OpDesc.val=val($TEXT)
+OperationTreePanel.OpDesc.len=len($TEXT)
+OperationTreePanel.OpDesc.toupper=toupper($TEXT)
+OperationTreePanel.OpDesc.tolower=tolower($TEXT)
+OperationTreePanel.OpDesc.ite=WENN .. DANN .. SONST ..
+
+OperationTreePanel.OpDesc.plus=+
+OperationTreePanel.OpDesc.minus=-
+OperationTreePanel.OpDesc.multiply=*
+OperationTreePanel.OpDesc.divide=/
+OperationTreePanel.OpDesc.pow=^
+OperationTreePanel.OpDesc.eq=\=
+OperationTreePanel.OpDesc.ne=<>
+OperationTreePanel.OpDesc.lt=<
+OperationTreePanel.OpDesc.le=<=
+OperationTreePanel.OpDesc.gt=>
+OperationTreePanel.OpDesc.ge=>=
+OperationTreePanel.OpDesc.X=X-Koordinate
+OperationTreePanel.OpDesc.Y=Y-Koordinate
+OperationTreePanel.OpDesc.NoData=NoData
+OperationTreePanel.OpDesc.isNoData=isNoData(.)
+
+OperationTreePanel.OpTooltip.and=Liefert WAHR, wenn beide Argumente WAHR sind.
+OperationTreePanel.OpTooltip.or=Liefert WAHR, sobald ein Argument WAHR ist.
+OperationTreePanel.OpTooltip.not=Invertiet WAHR zu FALSCH und FLASCH zu WAHR.
+OperationTreePanel.OpTooltip.abs=Absoluter Wert einer Zahl.
+OperationTreePanel.OpTooltip.sqrt=Liefert die Wurzel einer Zahl.
+OperationTreePanel.OpTooltip.round=Rundet eine Dezimal-Zahl zu einer Ganzzahl.
+OperationTreePanel.OpTooltip.trunc=Schneidet Nachkommastellen ab.
+OperationTreePanel.OpTooltip.isNaN=Liefert WAHR, wenn die Zahl "keine Zahl" ist (z.B. bei Division durch Null).
+OperationTreePanel.OpTooltip.NaN=Der Wert "keine Zahl".
+OperationTreePanel.OpTooltip.random=Liefert eine Zufallszahl zwischen 0 und 1.
+OperationTreePanel.OpTooltip.sin=Liefert den Sinus-Wert zu einer Zahl.
+OperationTreePanel.OpTooltip.cos=Liefert den Cosinus-Wert zu einer Zahl.
+OperationTreePanel.OpTooltip.tan=Liefert den Tangenz-Wert zu einer Zahl.
+OperationTreePanel.OpTooltip.asin=Liefert den Arcus-Sinus-Wert zu einer Zahl.
+OperationTreePanel.OpTooltip.acos=Liefert den Arcus-Cosinus-Wert zu einer Zahl.
+OperationTreePanel.OpTooltip.atan=Liefert den Arcus-Tangens-Wert zu einer Zahl.
+OperationTreePanel.OpTooltip.exp=Berechnet die Exponenzialfunktion (e^x).
+OperationTreePanel.OpTooltip.ln=Berechnet die Logarithmus-Funktion zur Basis e.
+OperationTreePanel.OpTooltip.log=Berechnet die Logarithmus-Funktion zur Basis 10.
+OperationTreePanel.OpTooltip.str=Konvertiert eine Zahl in einen Text.
+OperationTreePanel.OpTooltip.val=Konvertiert einen Text in eine Zahl.
+OperationTreePanel.OpTooltip.len=Berechnet die L\u00E4nge eines Texts.
+OperationTreePanel.OpTooltip.toupper=Konvertiert Text in Gro\u00DFbuchstaben.
+OperationTreePanel.OpTooltip.tolower=Konvertiert Text in Kleinbuchstaben.
+OperationTreePanel.OpTooltip.ite=Spezifiziert einen logischen Test.
+OperationTreePanel.OpTooltip.regex=Wertet einen regul\u00E4ren Ausdruck auf einem Text aus.
+OperationTreePanel.OpTooltip.substr=Liefert einen Teil-String.
+OperationTreePanel.OpTooltip.split=Liefert das n-te Ergebnis eines Text-Split \u00FCber einem regul\u00E4ren Ausdruck
+OperationTreePanel.OpTooltip.str2millis=Konvertiert einen Datum-Text in Millisekunden
+OperationTreePanel.OpTooltip.date2millis=Konvertiert ein Datum in Millisekunden
+OperationTreePanel.OpTooltip.millis2str=Konvertiert Millisekunden in einen Datum-Text
+OperationTreePanel.OpTooltip.date2str=Konvertiert ein Datum in einen Datum-Text
+OperationTreePanel.OpTooltip.day_millis=Ein Tag in Millisekunden
+OperationTreePanel.OpTooltip.week_millis=Eine Woche in Millisekunden
+OperationTreePanel.OpTooltip.plus=Addition
+OperationTreePanel.OpTooltip.minus=Subtraktion
+OperationTreePanel.OpTooltip.multiply=Multiplikation
+OperationTreePanel.OpTooltip.divide=Division
+OperationTreePanel.OpTooltip.pow=Potenzfunktion
+OperationTreePanel.OpTooltip.eq=Gleich
+OperationTreePanel.OpTooltip.ne=Ungleich
+OperationTreePanel.OpTooltip.lt=Kleiner als
+OperationTreePanel.OpTooltip.le=Kleiner oder gleich
+OperationTreePanel.OpTooltip.gt=Gr\u00F6\u00DFer als
+OperationTreePanel.OpTooltip.ge=Gr\u00F6\u00DFer oder gleich
+OperationTreePanel.OpTooltip.X=Liefert die X-Koordinate einer Zelle (in Raster-Koordinaten)
+OperationTreePanel.OpTooltip.Y=Liefert die Y-Koordinate einer Zelle (in Raster-Koordinaten)
+OperationTreePanel.OpTooltip.NoData=Liefert den "NoData"-Wert
+OperationTreePanel.OpTooltip.isNoData=Liefert WAHR, wenn die Zelle keinen Wert beinhaltet
+
+TranslationAskJDialog.Title=Bitte \u00FCbersetzen
+TranslationAskJDialog.ErrorMsg.InvalidCharacterInTranslation = Die Zeichen { und } d\u00FCrfen Sie leider nicht benutzen.
+
+
+CancellableDialogAdapter.close.save.title=Speichern?
+CancellableDialogAdapter.close.save.msg=<html>Wollen Sie eventuelle \u00C4nderungen an <center><b><i>${0}</i></b></center> speichern?</html>
+CancellableDialogAdapter.forceClose.save.msg=<html>Das Fenster <center><b><i>${0}</i></b></center> muss nun gesclossen werden. Wollen Sie eventuelle \u00C4nderungen speichern?</html>
+
+HeapMemoryBar.status =${0} (${1}%) von max. ${2}
+HeapMemoryBar.tt = Eine \u00DCbersicht \u00FCber den aktuellen Speicherverbrauch der Anwendung.
+
+
+CQLFitlerParser.OpDesc.and=AND
+CQLFitlerParser.OpDesc.or=OR
+CQLFitlerParser.OpDesc.not=NOT
+CQLFitlerParser.OpDesc.eq=\=
+CQLFitlerParser.OpDesc.like=LIKE
+CQLFitlerParser.OpDesc.ne=<>
+CQLFitlerParser.OpDesc.lt=<
+CQLFitlerParser.OpDesc.le=<=
+CQLFitlerParser.OpDesc.gt=>
+CQLFitlerParser.OpDesc.ge=>=
+
+CQLFitlerParser.OpTooltip.and=Liefert WAHR, wenn beide Argumente WAHR sind.
+CQLFitlerParser.OpTooltip.or=Liefert WAHR, sobald ein Argument WAHR ist.
+CQLFitlerParser.OpTooltip.not=Invertiet WAHR zu FALSCH und FLASCH zu WAHR.
+CQLFitlerParser.OpTooltip.eq=Vergleich zweier Zahlen - z.B. VAL1 = 23
+CQLFitlerParser.OpTooltip.like=Vergleich zweier Texte, z.B. VAR2 LIKE 'BURGH%'. Achtung: % is ein Platzhalter!
+CQLFitlerParser.OpTooltip.ne=Zwei Zahlen sind ungleich. z.B. VAR <> 45
+CQLFitlerParser.OpTooltip.lt=Kleiner als, z.B. VAR < VAR2
+CQLFitlerParser.OpTooltip.le=Kleiner oder gleich, z.B. VAR < VAR2
+CQLFitlerParser.OpTooltip.gt=Gr\u00F6\u00DFer
+CQLFitlerParser.OpTooltip.ge=Gr\u00F6\u00DFer oder gleich
+
+ResourceProviderManagerFrame.Title=Sprach-Pakete
+ResourceProviderManagerFrame.Bundle=Sprach Paket
+ResourceProviderManagerFrame.ExtentionOf=Erweiterung von...
+ResourceProviderManagerFrame.RootLang=Standard Sprache
+ResourceProviderManagerFrame.AdditionalLang=Weitere Sprachen
+ResourceProviderManagerFrame.NewLang=Neue Sprachdateien anlegen...
+ResourceProviderManagerFrame.UpdateLang=Sprachdateien aktualisieren...
+ResourceProviderManagerFrame.OtherLang=<andere Sprache>
+ResourceProviderManagerFrame.Language=Sprache
+ResourceProviderManagerFrame.LanguageCode=Sprachcode
+ResourceProviderManagerFrame.FinishMess=Property-Dateien erfolgreich erstellt...
+ResourceProviderManagerFrame.UpdateMess=${0} Sprach-Pakete aktualisiert...
+
+
+
+
+AtlasStatusDialog.jnlp.downloadFailed=Download fehlgeschlagen: ${0} ${1}
+AtlasStatusDialog.jnlp.generalDownload.Desc=Herunterladen...
+AtlasStatusDialog.jnlp.generalDownload.Title=Downloading
+AtlasStatusDialog.jnlp.progress=Downloading ${0} (${1}%)
+AtlasStatusDialog.jnlp.upgrading=Aktualisere ${0} (${1}%)
+AtlasStatusDialog.jnlp.validating=\u00DCberpr\u00FCfe ${0} (${1}%)
+Details=Details...
+Information=Information
+Menu.Logging=Logging...
+Menu.Logging.DEBUG=Alle Nachrichten schreiben
+Menu.Logging.ERROR=Nur Fehler schreiben
+Menu.Logging.INFO=Infos, Warnungen und Fehler schreiben
+Menu.Logging.OpenFile=\u00D6ffne ${0}
+Menu.Logging.WARN=Warnungen und Fehler schreiben
+Ok=Ok
+OperationTreePanel.OpDesc.NaN=NaN
+OperationTreePanel.OpDesc.atan=arctan($NUMBER)
+OperationTreePanel.OpDesc.cos=cos($NUMBER)
+OperationTreePanel.OpDesc.date2millis=date2millis( $YEAR, $MONTH, $DAY)
+OperationTreePanel.OpDesc.date2str=date2millis( $YEAR, $MONTH, $DAY, $FORMAT)
+OperationTreePanel.OpDesc.day_millis=DAY_MILLIS
+OperationTreePanel.OpDesc.exp=exp($NUMBER)
+OperationTreePanel.OpDesc.isNaN=isNaN($NUMBER)
+OperationTreePanel.OpDesc.ln=ln($NUMBER)
+OperationTreePanel.OpDesc.log=log($NUMBER)
+OperationTreePanel.OpDesc.millis2str=millis2str( $NUMBER , $FORMAT)
+OperationTreePanel.OpDesc.regex=REGEX( $TEXT , $REGEX)
+OperationTreePanel.OpDesc.round=round($NUMBER)
+OperationTreePanel.OpDesc.sin=sin($NUMBER)
+OperationTreePanel.OpDesc.split=SPLIT( $TEXT , $REGEX , $NUMBER)
+OperationTreePanel.OpDesc.sqrt=sqrt($NUMBER)
+OperationTreePanel.OpDesc.str2millis=str2millis( $TEXT , $TEXT)
+OperationTreePanel.OpDesc.substr=SUBSTRING( $TEXT , $NUMBER , $NUMBER)
+OperationTreePanel.OpDesc.tan=tan($NUMBER)
+OperationTreePanel.OpDesc.trunc=trunc($NUMBER)
+OperationTreePanel.OpDesc.week_millis=WEEK_MILLIS
Modified: trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_it.properties
===================================================================
--- trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_it.properties 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/schmitzm/swing/resource/locales/SwingResourceBundle_it.properties 2010-11-11 13:12:50 UTC (rev 1261)
@@ -1,207 +1,207 @@
-##########
-#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 GUI components ------
-# ------ in Package schmitzm.swing ------
-# -----------------------------------------------------
-Apply=Applica
-CQLFitlerParser.OpDesc.and= AND
-CQLFitlerParser.OpDesc.eq==
-CQLFitlerParser.OpDesc.ge=>=
-CQLFitlerParser.OpDesc.gt=>
-CQLFitlerParser.OpDesc.le=<=
-CQLFitlerParser.OpDesc.like=LIKE
-CQLFitlerParser.OpDesc.lt=<
-CQLFitlerParser.OpDesc.ne=<>
-CQLFitlerParser.OpDesc.not=NOT
-CQLFitlerParser.OpDesc.or=OR
-CQLFitlerParser.OpTooltip.and=Risulta VERO/TRUE solo nel caso in cui entrambi argumenti siano VERE/TRUE.
-CQLFitlerParser.OpTooltip.eq=Equals for numbers/Uguale a - ad es. VAL1 = 23
-CQLFitlerParser.OpTooltip.ge=Maggiore di o uguale a
-CQLFitlerParser.OpTooltip.gt=Maggiore di
-CQLFitlerParser.OpTooltip.le=Minore di o uguale a
-CQLFitlerParser.OpTooltip.like=Equals for texts- ad es. VAR2 LIKE 'BURGH%'. % is a wildcard for anything.
-CQLFitlerParser.OpTooltip.lt=Minore di - e.g. VAR < VAR2
-CQLFitlerParser.OpTooltip.ne=Non uguale a - ad es. VAR <> 45
-CQLFitlerParser.OpTooltip.not=VERO/TRUE diventa FALSO/FALSE, FALSO/FALSE diventa VERO/TRUE.
-CQLFitlerParser.OpTooltip.or=Risulta VERO/TRUE nel caso in cui qualsiasi argomento sia VERO/TRUE.
-Calculate=Calcola
-Cancel=Cancella
-CancellableDialogAdapter.close.save.msg=<html>Salvare le modifiche in <center><b><i>${0}</i></b></center>?</html>
-CancellableDialogAdapter.close.save.title=Salva?
-CancellableDialogAdapter.forceClose.save.msg=<html>La finestra di dialogo<center><b><i>${0}</i></b></center> sar\u00e0 chiusa.<br>Vuoi salvare le modifiche?</html>
-Class=Classe
-Clear=Clear
-Close=Chiudi
-CreateDuplicate=Crea duplicato
-Description=Descrizione
-Details=Dettagli...
-Error=Errore
-ExceptionDialog.CopyToClipboard=Copia negli appunti
-ExceptionDialog.CopyToConsole=Copia a console
-FileExists=File esiste gi\u00e0\u00a0
-HeapMemoryBar.status=${0} (${1}%) of max. ${2}
-HeapMemoryBar.tt=Memoria attualmente in uso.
-Information=Informazioni
-InvalidInputMess=Input non valido
-Ok=Ok
-Open=Apri
-OpenFolder=Apri cartella
-OperationTreePanel.OpDesc.ITE=IF .. THEN .. ELSE
-OperationTreePanel.OpDesc.NaN=NaN
-OperationTreePanel.OpDesc.NoData=NoData value
-OperationTreePanel.OpDesc.REGEX=REGEX( $TEXT , REGEX)
-OperationTreePanel.OpDesc.SUBSTR=SUBSTRING( $TEXT , $NUMBER , $NUMBER)
-OperationTreePanel.OpDesc.X=Raster cell X
-OperationTreePanel.OpDesc.Y=Raster cell Y
-OperationTreePanel.OpDesc.abs=abs($NUMBER)
-OperationTreePanel.OpDesc.acos=arccose($NUMBER)
-OperationTreePanel.OpDesc.and=AND
-OperationTreePanel.OpDesc.asin=arcsine($NUMBER)
-OperationTreePanel.OpDesc.atan=arctan($NUMBER)
-OperationTreePanel.OpDesc.cos=cos($NUMBER)
-OperationTreePanel.OpDesc.date2millis= date2millis( $YEAR, $MONTH, $DAY)
-OperationTreePanel.OpDesc.date2str= date2millis( $YEAR, $MONTH, $DAY, $FORMAT)
-OperationTreePanel.OpDesc.day_millis= DAY_MILLIS
-OperationTreePanel.OpDesc.divide= /
-OperationTreePanel.OpDesc.eq= =
-OperationTreePanel.OpDesc.exp=exp($NUMBER)
-OperationTreePanel.OpDesc.ge=>=
-OperationTreePanel.OpDesc.gt= >
-OperationTreePanel.OpDesc.isNaN=isNaN($NUMBER)
-OperationTreePanel.OpDesc.isNoData=isNoData(.)
-OperationTreePanel.OpDesc.ite=IF .. THEN .. ELSE
-OperationTreePanel.OpDesc.le=<=
-OperationTreePanel.OpDesc.len=len($TEXT)
-OperationTreePanel.OpDesc.ln=ln($NUMBER)
-OperationTreePanel.OpDesc.log=log($NUMBER)
-OperationTreePanel.OpDesc.lt=<
-OperationTreePanel.OpDesc.millis2str= millis2str( $NUMBER , $FORMAT)
-OperationTreePanel.OpDesc.minus= -
-OperationTreePanel.OpDesc.multiply= *
-OperationTreePanel.OpDesc.ne= <>
-OperationTreePanel.OpDesc.not= NOT
-OperationTreePanel.OpDesc.or=OR
-OperationTreePanel.OpDesc.plus= +
-OperationTreePanel.OpDesc.pow= ^
-OperationTreePanel.OpDesc.random= random number
-OperationTreePanel.OpDesc.regex= REGEX( $TEXT , $REGEX)
-OperationTreePanel.OpDesc.round= round($NUMBER)
-OperationTreePanel.OpDesc.sin= sin($NUMBER)
-OperationTreePanel.OpDesc.split= SPLIT( $TEXT , $REGEX , $NUMBER)
-OperationTreePanel.OpDesc.sqrt= sqrt($NUMBER)
-OperationTreePanel.OpDesc.str= str($NUMBER)
-OperationTreePanel.OpDesc.str2millis= str2millis( $TEXT , $TEXT)
-OperationTreePanel.OpDesc.substr= SUBSTRING( $TEXT , $NUMBER , $NUMBER)
-OperationTreePanel.OpDesc.tan= tan($NUMBER)
-OperationTreePanel.OpDesc.tolower= tolower($TEXT)
-OperationTreePanel.OpDesc.toupper= toupper($TEXT)
-OperationTreePanel.OpDesc.trunc= trunc($NUMBER)
-OperationTreePanel.OpDesc.val= val($TEXT)
-OperationTreePanel.OpDesc.week_millis= WEEK_MILLIS
-OperationTreePanel.OpTooltip.NaN= The value of "NotANumber"
-OperationTreePanel.OpTooltip.NoData= Constant for the NoData value
-OperationTreePanel.OpTooltip.X= Riporta la coordinata X della cella del raster
-OperationTreePanel.OpTooltip.Y= Riporta la coordinata Y della cella del raster
-OperationTreePanel.OpTooltip.abs= Valore assoluto di un numero.
-OperationTreePanel.OpTooltip.acos= Riporta l'arcoseno di un numero.
-OperationTreePanel.OpTooltip.and= Risulta VERO/TRUE solo nel caso in cui entrambi argomenti siano VERI/TRUE.
-OperationTreePanel.OpTooltip.asin= Riporta l'arcoseno di un numero.
-OperationTreePanel.OpTooltip.atan= Riporta l'arcotangente di un numero.
-OperationTreePanel.OpTooltip.cos= Riporta il coseno di un numero.
-OperationTreePanel.OpTooltip.date2millis= Converte una data in millisecondi.
-OperationTreePanel.OpTooltip.date2str= Converte una data in una stringa di data
-OperationTreePanel.OpTooltip.day_millis= Il valore di un giorno espresso in millisecondi
-OperationTreePanel.OpTooltip.divide= Divisione
-OperationTreePanel.OpTooltip.eq= Equals/Uguale a - ad es. $VAL1 = 23
-OperationTreePanel.OpTooltip.exp=Calcola l'esponente di base e.
-OperationTreePanel.OpTooltip.ge= Maggiore di o uguale a
-OperationTreePanel.OpTooltip.gt= Maggiore di
-OperationTreePanel.OpTooltip.isNaN= Risulta VERO/TRUE se il valore non \u00e8 un numero.
-OperationTreePanel.OpTooltip.isNoData= Risulta VERO/TRUE se la cella contiene no data.
-OperationTreePanel.OpTooltip.ite= Specifica un test logico da eseguire.
-OperationTreePanel.OpTooltip.le= Minore di o uguale a
-OperationTreePanel.OpTooltip.len= Calcola la lunghezza di una stringa di testo.
-OperationTreePanel.OpTooltip.ln= Calcola il logaritmo naturale di un numero.
-OperationTreePanel.OpTooltip.log= Calcola il logaritmo di base-10 di un numero.
-OperationTreePanel.OpTooltip.lt= Minore di- ad es. $VAL < $VAL2
-OperationTreePanel.OpTooltip.millis2str= Converte millisecondi in una stringa di data
-OperationTreePanel.OpTooltip.minus= -Sottrazione
-OperationTreePanel.OpTooltip.multiply= Multiplicazione
-OperationTreePanel.OpTooltip.ne=Unequals/Non uguale a - e.g. $VAL <> 45
-OperationTreePanel.OpTooltip.not= Rovescia il valore dell'argomento.
-OperationTreePanel.OpTooltip.or= Risulta VERO/TRUE nel caso in cui qualsiasi argomento sia VEO/TRUE.
-OperationTreePanel.OpTooltip.plus= Addizione
-OperationTreePanel.OpTooltip.pow= Power - ad es. $VAL ^ 9
-OperationTreePanel.OpTooltip.random= Riporta un numero random compreso tra 0 and 1.
-OperationTreePanel.OpTooltip.regex= Esegue operazione regular-expressions su un testo.
-OperationTreePanel.OpTooltip.round= Arrotonda un numero.
-OperationTreePanel.OpTooltip.sin= Riporta il seno di un numero.
-OperationTreePanel.OpTooltip.split= Returns the n-th result of a text split over a regular expression.
-OperationTreePanel.OpTooltip.sqrt= Riporta la radice quadrata di un numero.
-OperationTreePanel.OpTooltip.str= Converte un numero in testo.
-OperationTreePanel.OpTooltip.str2millis= Converte una data da stringa in millisecondi
-OperationTreePanel.OpTooltip.substr= Riporta soltanto una parte di un testo.
-OperationTreePanel.OpTooltip.tan= Riporta il tangente di un numero.
-OperationTreePanel.OpTooltip.tolower= Converte testo in caratteri minuscoli.
-OperationTreePanel.OpTooltip.toupper= Converte testo in caratteri maiuscoli.
-OperationTreePanel.OpTooltip.trunc= Tronca i decimali di un numero.
-OperationTreePanel.OpTooltip.val= Converte un testo in un numero.
-OperationTreePanel.OpTooltip.week_millis= Il valore di una settimana espresso in millisecondi
-Operators=Operatori
-Overwrite=Sovrascrivere
-OverwriteAll=Sovrascrivere tutto
-Ready= Pronto
-Refresh=Aggiorna
-Reload= Ricarica
-RememberChoice= Ricorda questa selezione
-Replace= Sostituire
-ResourceProviderManagerFrame.AdditionalLang=Lingue addizionali
-ResourceProviderManagerFrame.Bundle= Fascia di lingue
-ResourceProviderManagerFrame.ExtentionOf=Estensione di...
-ResourceProviderManagerFrame.FinishMess= File di propriet\u00e0 creati con successo...
-ResourceProviderManagerFrame.Language= Lingua
-ResourceProviderManagerFrame.LanguageCode= Codice lingua
-ResourceProviderManagerFrame.NewLang= Crea nuovi files di lingua...
-ResourceProviderManagerFrame.OtherLang= <altra lingua>
-ResourceProviderManagerFrame.RootLang=Root language
-ResourceProviderManagerFrame.Title= Language packs
-ResourceProviderManagerFrame.UpdateLang= Aggiorna files di lingua...
-ResourceProviderManagerFrame.UpdateMess= ${0} resource bundles updated...
-Rule=Regola
-RuleToolTip=Inserisci regola aritmetica qui...
-Save= Salva
-Skip= Elimina
-Start= Avvio
-TranslationAskJDialog.ErrorMsg.InvalidCharacterInTranslation= Spiaciente, ma non puoi usare caratteri { and } nell'etichetta.
-TranslationAskJDialog.Title=Tradurre prego
-WaitMess= Attendere prego...
-Warning= Attenzione
-
+##########
+#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 GUI components ------
+# ------ in Package schmitzm.swing ------
+# -----------------------------------------------------
+Apply=Applica
+CQLFitlerParser.OpDesc.and= AND
+CQLFitlerParser.OpDesc.eq==
+CQLFitlerParser.OpDesc.ge=>=
+CQLFitlerParser.OpDesc.gt=>
+CQLFitlerParser.OpDesc.le=<=
+CQLFitlerParser.OpDesc.like=LIKE
+CQLFitlerParser.OpDesc.lt=<
+CQLFitlerParser.OpDesc.ne=<>
+CQLFitlerParser.OpDesc.not=NOT
+CQLFitlerParser.OpDesc.or=OR
+CQLFitlerParser.OpTooltip.and=Risulta VERO/TRUE solo nel caso in cui entrambi argumenti siano VERE/TRUE.
+CQLFitlerParser.OpTooltip.eq=Equals for numbers/Uguale a - ad es. VAL1 = 23
+CQLFitlerParser.OpTooltip.ge=Maggiore di o uguale a
+CQLFitlerParser.OpTooltip.gt=Maggiore di
+CQLFitlerParser.OpTooltip.le=Minore di o uguale a
+CQLFitlerParser.OpTooltip.like=Equals for texts- ad es. VAR2 LIKE 'BURGH%'. % is a wildcard for anything.
+CQLFitlerParser.OpTooltip.lt=Minore di - e.g. VAR < VAR2
+CQLFitlerParser.OpTooltip.ne=Non uguale a - ad es. VAR <> 45
+CQLFitlerParser.OpTooltip.not=VERO/TRUE diventa FALSO/FALSE, FALSO/FALSE diventa VERO/TRUE.
+CQLFitlerParser.OpTooltip.or=Risulta VERO/TRUE nel caso in cui qualsiasi argomento sia VERO/TRUE.
+Calculate=Calcola
+Cancel=Cancella
+CancellableDialogAdapter.close.save.msg=<html>Salvare le modifiche in <center><b><i>${0}</i></b></center>?</html>
+CancellableDialogAdapter.close.save.title=Salva?
+CancellableDialogAdapter.forceClose.save.msg=<html>La finestra di dialogo<center><b><i>${0}</i></b></center> sar\u00e0 chiusa.<br>Vuoi salvare le modifiche?</html>
+Class=Classe
+Clear=Clear
+Close=Chiudi
+CreateDuplicate=Crea duplicato
+Description=Descrizione
+Details=Dettagli...
+Error=Errore
+ExceptionDialog.CopyToClipboard=Copia negli appunti
+ExceptionDialog.CopyToConsole=Copia a console
+FileExists=File esiste gi\u00e0\u00a0
+HeapMemoryBar.status=${0} (${1}%) of max. ${2}
+HeapMemoryBar.tt=Memoria attualmente in uso.
+Information=Informazioni
+InvalidInputMess=Input non valido
+Ok=Ok
+Open=Apri
+OpenFolder=Apri cartella
+OperationTreePanel.OpDesc.ITE=IF .. THEN .. ELSE
+OperationTreePanel.OpDesc.NaN=NaN
+OperationTreePanel.OpDesc.NoData=NoData value
+OperationTreePanel.OpDesc.REGEX=REGEX( $TEXT , REGEX)
+OperationTreePanel.OpDesc.SUBSTR=SUBSTRING( $TEXT , $NUMBER , $NUMBER)
+OperationTreePanel.OpDesc.X=Raster cell X
+OperationTreePanel.OpDesc.Y=Raster cell Y
+OperationTreePanel.OpDesc.abs=abs($NUMBER)
+OperationTreePanel.OpDesc.acos=arccose($NUMBER)
+OperationTreePanel.OpDesc.and=AND
+OperationTreePanel.OpDesc.asin=arcsine($NUMBER)
+OperationTreePanel.OpDesc.atan=arctan($NUMBER)
+OperationTreePanel.OpDesc.cos=cos($NUMBER)
+OperationTreePanel.OpDesc.date2millis= date2millis( $YEAR, $MONTH, $DAY)
+OperationTreePanel.OpDesc.date2str= date2millis( $YEAR, $MONTH, $DAY, $FORMAT)
+OperationTreePanel.OpDesc.day_millis= DAY_MILLIS
+OperationTreePanel.OpDesc.divide= /
+OperationTreePanel.OpDesc.eq= =
+OperationTreePanel.OpDesc.exp=exp($NUMBER)
+OperationTreePanel.OpDesc.ge=>=
+OperationTreePanel.OpDesc.gt= >
+OperationTreePanel.OpDesc.isNaN=isNaN($NUMBER)
+OperationTreePanel.OpDesc.isNoData=isNoData(.)
+OperationTreePanel.OpDesc.ite=IF .. THEN .. ELSE
+OperationTreePanel.OpDesc.le=<=
+OperationTreePanel.OpDesc.len=len($TEXT)
+OperationTreePanel.OpDesc.ln=ln($NUMBER)
+OperationTreePanel.OpDesc.log=log($NUMBER)
+OperationTreePanel.OpDesc.lt=<
+OperationTreePanel.OpDesc.millis2str= millis2str( $NUMBER , $FORMAT)
+OperationTreePanel.OpDesc.minus= -
+OperationTreePanel.OpDesc.multiply= *
+OperationTreePanel.OpDesc.ne= <>
+OperationTreePanel.OpDesc.not= NOT
+OperationTreePanel.OpDesc.or=OR
+OperationTreePanel.OpDesc.plus= +
+OperationTreePanel.OpDesc.pow= ^
+OperationTreePanel.OpDesc.random= random number
+OperationTreePanel.OpDesc.regex= REGEX( $TEXT , $REGEX)
+OperationTreePanel.OpDesc.round= round($NUMBER)
+OperationTreePanel.OpDesc.sin= sin($NUMBER)
+OperationTreePanel.OpDesc.split= SPLIT( $TEXT , $REGEX , $NUMBER)
+OperationTreePanel.OpDesc.sqrt= sqrt($NUMBER)
+OperationTreePanel.OpDesc.str= str($NUMBER)
+OperationTreePanel.OpDesc.str2millis= str2millis( $TEXT , $TEXT)
+OperationTreePanel.OpDesc.substr= SUBSTRING( $TEXT , $NUMBER , $NUMBER)
+OperationTreePanel.OpDesc.tan= tan($NUMBER)
+OperationTreePanel.OpDesc.tolower= tolower($TEXT)
+OperationTreePanel.OpDesc.toupper= toupper($TEXT)
+OperationTreePanel.OpDesc.trunc= trunc($NUMBER)
+OperationTreePanel.OpDesc.val= val($TEXT)
+OperationTreePanel.OpDesc.week_millis= WEEK_MILLIS
+OperationTreePanel.OpTooltip.NaN= The value of "NotANumber"
+OperationTreePanel.OpTooltip.NoData= Constant for the NoData value
+OperationTreePanel.OpTooltip.X= Riporta la coordinata X della cella del raster
+OperationTreePanel.OpTooltip.Y= Riporta la coordinata Y della cella del raster
+OperationTreePanel.OpTooltip.abs= Valore assoluto di un numero.
+OperationTreePanel.OpTooltip.acos= Riporta l'arcoseno di un numero.
+OperationTreePanel.OpTooltip.and= Risulta VERO/TRUE solo nel caso in cui entrambi argomenti siano VERI/TRUE.
+OperationTreePanel.OpTooltip.asin= Riporta l'arcoseno di un numero.
+OperationTreePanel.OpTooltip.atan= Riporta l'arcotangente di un numero.
+OperationTreePanel.OpTooltip.cos= Riporta il coseno di un numero.
+OperationTreePanel.OpTooltip.date2millis= Converte una data in millisecondi.
+OperationTreePanel.OpTooltip.date2str= Converte una data in una stringa di data
+OperationTreePanel.OpTooltip.day_millis= Il valore di un giorno espresso in millisecondi
+OperationTreePanel.OpTooltip.divide= Divisione
+OperationTreePanel.OpTooltip.eq= Equals/Uguale a - ad es. $VAL1 = 23
+OperationTreePanel.OpTooltip.exp=Calcola l'esponente di base e.
+OperationTreePanel.OpTooltip.ge= Maggiore di o uguale a
+OperationTreePanel.OpTooltip.gt= Maggiore di
+OperationTreePanel.OpTooltip.isNaN= Risulta VERO/TRUE se il valore non \u00e8 un numero.
+OperationTreePanel.OpTooltip.isNoData= Risulta VERO/TRUE se la cella contiene no data.
+OperationTreePanel.OpTooltip.ite= Specifica un test logico da eseguire.
+OperationTreePanel.OpTooltip.le= Minore di o uguale a
+OperationTreePanel.OpTooltip.len= Calcola la lunghezza di una stringa di testo.
+OperationTreePanel.OpTooltip.ln= Calcola il logaritmo naturale di un numero.
+OperationTreePanel.OpTooltip.log= Calcola il logaritmo di base-10 di un numero.
+OperationTreePanel.OpTooltip.lt= Minore di- ad es. $VAL < $VAL2
+OperationTreePanel.OpTooltip.millis2str= Converte millisecondi in una stringa di data
+OperationTreePanel.OpTooltip.minus= -Sottrazione
+OperationTreePanel.OpTooltip.multiply= Multiplicazione
+OperationTreePanel.OpTooltip.ne=Unequals/Non uguale a - e.g. $VAL <> 45
+OperationTreePanel.OpTooltip.not= Rovescia il valore dell'argomento.
+OperationTreePanel.OpTooltip.or= Risulta VERO/TRUE nel caso in cui qualsiasi argomento sia VEO/TRUE.
+OperationTreePanel.OpTooltip.plus= Addizione
+OperationTreePanel.OpTooltip.pow= Power - ad es. $VAL ^ 9
+OperationTreePanel.OpTooltip.random= Riporta un numero random compreso tra 0 and 1.
+OperationTreePanel.OpTooltip.regex= Esegue operazione regular-expressions su un testo.
+OperationTreePanel.OpTooltip.round= Arrotonda un numero.
+OperationTreePanel.OpTooltip.sin= Riporta il seno di un numero.
+OperationTreePanel.OpTooltip.split= Returns the n-th result of a text split over a regular expression.
+OperationTreePanel.OpTooltip.sqrt= Riporta la radice quadrata di un numero.
+OperationTreePanel.OpTooltip.str= Converte un numero in testo.
+OperationTreePanel.OpTooltip.str2millis= Converte una data da stringa in millisecondi
+OperationTreePanel.OpTooltip.substr= Riporta soltanto una parte di un testo.
+OperationTreePanel.OpTooltip.tan= Riporta il tangente di un numero.
+OperationTreePanel.OpTooltip.tolower= Converte testo in caratteri minuscoli.
+OperationTreePanel.OpTooltip.toupper= Converte testo in caratteri maiuscoli.
+OperationTreePanel.OpTooltip.trunc= Tronca i decimali di un numero.
+OperationTreePanel.OpTooltip.val= Converte un testo in un numero.
+OperationTreePanel.OpTooltip.week_millis= Il valore di una settimana espresso in millisecondi
+Operators=Operatori
+Overwrite=Sovrascrivere
+OverwriteAll=Sovrascrivere tutto
+Ready= Pronto
+Refresh=Aggiorna
+Reload= Ricarica
+RememberChoice= Ricorda questa selezione
+Replace= Sostituire
+ResourceProviderManagerFrame.AdditionalLang=Lingue addizionali
+ResourceProviderManagerFrame.Bundle= Fascia di lingue
+ResourceProviderManagerFrame.ExtentionOf=Estensione di...
+ResourceProviderManagerFrame.FinishMess= File di propriet\u00e0 creati con successo...
+ResourceProviderManagerFrame.Language= Lingua
+ResourceProviderManagerFrame.LanguageCode= Codice lingua
+ResourceProviderManagerFrame.NewLang= Crea nuovi files di lingua...
+ResourceProviderManagerFrame.OtherLang= <altra lingua>
+ResourceProviderManagerFrame.RootLang=Root language
+ResourceProviderManagerFrame.Title= Language packs
+ResourceProviderManagerFrame.UpdateLang= Aggiorna files di lingua...
+ResourceProviderManagerFrame.UpdateMess= ${0} resource bundles updated...
+Rule=Regola
+RuleToolTip=Inserisci regola aritmetica qui...
+Save= Salva
+Skip= Elimina
+Start= Avvio
+TranslationAskJDialog.ErrorMsg.InvalidCharacterInTranslation= Spiaciente, ma non puoi usare caratteri { and } nell'etichetta.
+TranslationAskJDialog.Title=Tradurre prego
+WaitMess= Attendere prego...
+Warning= Attenzione
+
Modified: trunk/src/skrueger/geotools/StyledFS.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFS.java 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/skrueger/geotools/StyledFS.java 2010-11-11 13:12:50 UTC (rev 1261)
@@ -48,6 +48,8 @@
import org.opengis.filter.Filter;
import org.opengis.referencing.crs.CoordinateReferenceSystem;
+import schmitzm.geotools.feature.FeatureUtil;
+import schmitzm.geotools.feature.FeatureUtil.GeometryForm;
import schmitzm.geotools.io.GeoImportUtil;
import schmitzm.geotools.styling.StylingUtil;
import skrueger.AttributeMetadataImpl;
@@ -398,4 +400,31 @@
return new ReferencedEnvelope(getEnvelope(), getCrs());
}
+ /**
+ * Defaults to the GeometryForm determined with FeatureUtil.getGeometryForm,
+ * but can be set to override ANY.
+ */
+ private GeometryForm geometryForm;
+
+ /**
+ * Defaults to the GeometryForm determined with FeatureUtil.getGeometryForm,
+ * but can be set to override ANY.
+ */
+
+ @Override
+ public GeometryForm getGeometryForm() {
+ if (geometryForm == null) {
+ geometryForm = FeatureUtil.getGeometryForm(getSchema());
+ }
+ return geometryForm;
+ }
+
+ /**
+ * Defaults to the GeometryForm determined with FeatureUtil.getGeometryForm,
+ * but can be set to override ANY.
+ */
+ public void setGeometryForm(GeometryForm geometryForm) {
+ this.geometryForm = geometryForm;
+ }
+
}
Modified: trunk/src/skrueger/geotools/StyledFeatureCollection.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFeatureCollection.java 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/skrueger/geotools/StyledFeatureCollection.java 2010-11-11 13:12:50 UTC (rev 1261)
@@ -48,6 +48,7 @@
import org.opengis.filter.Filter;
import schmitzm.geotools.feature.FeatureUtil;
+import schmitzm.geotools.feature.FeatureUtil.GeometryForm;
import skrueger.AttributeMetadataImpl;
import skrueger.i8n.Translation;
@@ -320,9 +321,10 @@
SimpleFeatureType ftype = fc.getSchema();
for (int i = 0; i < ftype.getAttributeCount(); i++) {
AttributeDescriptor aDesc = ftype.getAttributeDescriptors().get(i);
- if ( !FeatureUtil.isGeometryAttribute(aDesc) )
- metaDataMap.put(aDesc.getName(), new AttributeMetadataImpl( new NameImpl( aDesc.getName().getNamespaceURI(), aDesc.getName().getLocalPart()),
- true, // visible
+ if (!FeatureUtil.isGeometryAttribute(aDesc))
+ metaDataMap.put(aDesc.getName(), new AttributeMetadataImpl(
+ new NameImpl(aDesc.getName().getNamespaceURI(), aDesc
+ .getName().getLocalPart()), true, // visible
new Translation(aDesc.getLocalName()), // Column name
new Translation(aDesc.getLocalName()), // description
"" // Unit
@@ -358,8 +360,7 @@
/** It will be recreated on the next getFetureSource() **/
featureSource = null;
- LOGGER
- .warn("Uncache onyl uncached any virtual FeatureSource. Object remains in memory.");
+ LOGGER.warn("Uncache onyl uncached any virtual FeatureSource. Object remains in memory.");
}
/*
@@ -439,10 +440,36 @@
return getGeoObject().getSchema();
}
-
@Override
public ReferencedEnvelope getReferencedEnvelope() {
return new ReferencedEnvelope(getEnvelope(), getCrs());
}
+ /**
+ * Defaults to the GeometryForm determined with FeatureUtil.getGeometryForm,
+ * but can be set to override ANY.
+ */
+ private GeometryForm geometryForm;
+
+ /**
+ * Defaults to the GeometryForm determined with FeatureUtil.getGeometryForm,
+ * but can be set to override ANY.
+ */
+
+ @Override
+ public GeometryForm getGeometryForm() {
+ if (geometryForm == null) {
+ geometryForm = FeatureUtil.getGeometryForm(getSchema());
+ }
+ return geometryForm;
+ }
+
+ /**
+ * Defaults to the GeometryForm determined with FeatureUtil.getGeometryForm,
+ * but can be set to override ANY.
+ */
+ public void setGeometryForm(GeometryForm geometryForm) {
+ this.geometryForm = geometryForm;
+ }
+
}
Modified: trunk/src/skrueger/geotools/StyledFeaturesInterface.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFeaturesInterface.java 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/skrueger/geotools/StyledFeaturesInterface.java 2010-11-11 13:12:50 UTC (rev 1261)
@@ -35,6 +35,7 @@
import org.opengis.feature.simple.SimpleFeatureType;
import org.opengis.filter.Filter;
+import schmitzm.geotools.feature.FeatureUtil.GeometryForm;
import skrueger.AttributeMetadataImpl;
/**
@@ -98,4 +99,6 @@
*/
public abstract SimpleFeatureType getSchema();
+ public abstract GeometryForm getGeometryForm();
+
}
Added: trunk/src/skrueger/swing/swingworker/AtlasStatusDialog.java
===================================================================
--- trunk/src/skrueger/swing/swingworker/AtlasStatusDialog.java 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/skrueger/swing/swingworker/AtlasStatusDialog.java 2010-11-11 13:12:50 UTC (rev 1261)
@@ -0,0 +1,835 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Stefan A. Tzeggai.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the GNU Lesser Public License v2.1
+ * which accompanies this distribution, and is available at
+ * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
+ *
+ * Contributors:
+ * Stefan A. Tzeggai - initial API and implementation
+ ******************************************************************************/
+package skrueger.swing.swingworker;
+
+import java.awt.BorderLayout;
+import java.awt.Component;
+import java.awt.Dimension;
+import java.awt.EventQueue;
+import java.awt.Font;
+import java.awt.GridLayout;
+import java.awt.Toolkit;
+import java.awt.Window;
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import java.io.IOException;
+import java.net.URL;
+import java.util.HashSet;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
+import javax.swing.BorderFactory;
+import javax.swing.BoundedRangeModel;
+import javax.swing.Box;
+import javax.swing.JButton;
+import javax.swing.JComponent;
+import javax.swing.JDialog;
+import javax.swing.JInternalFrame;
+import javax.swing.JLabel;
+import javax.swing.JPanel;
+import javax.swing.JProgressBar;
+import javax.swing.JScrollPane;
+import javax.swing.JTextArea;
+import javax.swing.SwingConstants;
+import javax.swing.WindowConstants;
+
+import org.apache.log4j.Logger;
+import org.geotools.resources.SwingUtilities;
+import org.geotools.resources.i18n.Vocabulary;
+import org.geotools.resources.i18n.VocabularyKeys;
+import org.geotools.util.SimpleInternationalString;
+import org.opengis.util.InternationalString;
+
+import schmitzm.io.IOUtil;
+import schmitzm.swing.ExceptionDialog;
+import schmitzm.swing.SwingUtil;
+import skrueger.swing.OkButton;
+import skrueger.swing.formatter.MbDecimalFormatter;
+
+public class AtlasStatusDialog implements AtlasStatusDialogInterface {
+
+ static public String CANCEL_PROPERTY = "atlas status dialog cancelled";
+ final static private Logger LOGGER = Logger
+ .getLogger(AtlasStatusDialog.class);
+
+ /**
+ * If <code>false</code>, the dialog has no cancel button.
+ */
+ private boolean cancelAllowed;
+
+ @Override
+ public void setCancelAllowed(boolean cancelAllowed) {
+ this.cancelAllowed = cancelAllowed;
+ cancelButton.setEnabled(cancelAllowed);
+ cancelButton.setVisible(cancelAllowed);
+ }
+
+ @Override
+ public boolean isCancelAllowed() {
+ return cancelAllowed;
+ }
+
+ /**
+ * Initial width for the progress window, in pixels.
+ */
+ private static final int WIDTH = 460;
+
+ /**
+ * Initial height for the progress window, in pixels. Increase this value if
+ * some component (e.g. the "Cancel" button) seems truncated. The current
+ * value has been tested for Metal look and feel.
+ */
+ private static final int HEIGHT = 160;
+
+ /**
+ * The height of the text area containing the warning messages (if any).
+ */
+ private static final int WARNING_HEIGHT = 120;
+
+ /**
+ * Horizontal margin width, in pixels.
+ */
+ private static final int HMARGIN = 8;
+
+ /**
+ * Vertical margin height, in pixels.
+ */
+ private static final int VMARGIN = 6;
+
+ /**
+ * Amount of spaces to put in the margin of the warning messages window.
+ */
+ private static final int WARNING_MARGIN = 6;
+
+ /**
+ * The progress window as a {@link JDialog} or a {@link JInternalFrame},
+ * depending of the parent component.
+ */
+ private final JDialog window;
+
+ /**
+ * The container where to add components like the progress bar.
+ */
+ private final JComponent content;
+
+ /**
+ * The progress bar. Values ranges from 0 to 100.
+ */
+ private final JProgressBar progressBar;
+
+ /**
+ * A description of the undergoing operation. Examples: "Reading header",
+ * "Reading data", <cite>etc.</cite>
+ */
+ private final JLabel description;
+
+ /**
+ * The cancel button.
+ */
+ private final JButton cancelButton;
+
+ /**
+ * Component where to display warnings. The actual component class is
+ * {@link JTextArea}. But we declare {@link JComponent} here in order to
+ * avoid class loading before needed.
+ */
+ private JComponent warningArea;
+
+ /**
+ * The source of the last warning message. Used in order to avoid to repeat
+ * the source for all subsequent warning messages, if the source didn't
+ * changed.
+ */
+ private String lastSource;
+
+ /**
+ * {@code true} if the action has been canceled.
+ */
+ private volatile boolean canceled;
+
+ private Window parentWindow;
+
+ private boolean warningOccured;
+
+ private JButton ok;
+
+ private HashSet<ActionListener> listeners = new HashSet<ActionListener>();
+
+ /**
+ * Creates a window for reporting progress. The window will not appears
+ * immediately. It will appears only when the {@link #started} method will
+ * be invoked.
+ *
+ * @param parent
+ * The parent component, or {@code null} if none.
+ *
+ * TODO make working in no X11 environment!
+ */
+ public AtlasStatusDialog(final Component parent) {
+ /*
+ * Creates the window containing the components.
+ */
+ Dimension parentSize;
+ final Vocabulary resources = Vocabulary
+ .getResources(parent != null ? parent.getLocale() : null);
+ final String title = resources.getString(VocabularyKeys.PROGRESSION);
+
+ parentWindow = SwingUtil.getParentWindow(parent);
+ if (parentWindow != null)
+ parentSize = parentWindow.getSize();
+ else
+ parentSize = Toolkit.getDefaultToolkit().getScreenSize();
+ window = new JDialog(parentWindow, title);
+ content = (JComponent) window.getContentPane();
+ window.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
+ window.setResizable(false);
+
+ window.setBounds((parentSize.width - WIDTH) / 2,
+ (parentSize.height - HEIGHT) / 2, WIDTH, HEIGHT);
+ /*
+ * Creates the label that is going to display the undergoing operation.
+ * This label is initially empty.
+ */
+ description = new JLabel();
+ description.setHorizontalAlignment(SwingConstants.CENTER);
+ /*
+ * Creates the progress bar.
+ */
+ progressBar = new JProgressBar();
+ progressBar.setIndeterminate(true);
+ progressBar.setBorder(BorderFactory.createCompoundBorder(
+ BorderFactory.createEmptyBorder(3, 6, 3, 6),
+ progressBar.getBorder()));
+ /*
+ * Creates the ok button.
+ */
+ ok = new OkButton();
+ ok.addActionListener(new ActionListener() {
+ @Override
+ public void actionPerformed(ActionEvent e) {
+ dispose();
+ }
+ });
+ ok.setEnabled(false);
+ /*
+ * Creates the cancel button.
+ */
+ cancelButton = new JButton(resources.getString(VocabularyKeys.CANCEL));
+ cancelButton.addActionListener(new ActionListener() {
+ @Override
+ public void actionPerformed(ActionEvent e) {
+ setCanceled(true);
+ }
+ });
+ cancelButton.setEnabled(cancelAllowed);
+ cancelButton.setVisible(cancelAllowed);
+
+ final Box cancelBox = Box.createHorizontalBox();
+ cancelBox.add(Box.createGlue());
+ cancelBox.add(cancelButton);
+ cancelBox.add(Box.createGlue());
+ cancelBox.add(ok);
+ cancelBox.setBorder(BorderFactory.createEmptyBorder(0, 0, 6, 0));
+ /*
+ * Layout the elements inside the window. An empty border is created in
+ * order to put some space between the window content and the window
+ * border.
+ */
+ final JPanel panel = new JPanel(new GridLayout(2, 1));
+ panel.setBorder(BorderFactory.createCompoundBorder(BorderFactory
+ .createEmptyBorder(VMARGIN, HMARGIN, VMARGIN, HMARGIN),
+ BorderFactory.createEtchedBorder()));
+ panel.add(description);
+ panel.add(progressBar);
+ content.setLayout(new BorderLayout());
+ content.add(panel, BorderLayout.NORTH);
+ content.add(cancelBox, BorderLayout.SOUTH);
+
+ setTitle(SwingUtil.R("WaitMess"));
+
+ setDescription(SwingUtil.R("WaitMess"));
+ }
+
+ public AtlasStatusDialog(Component owner, String title, String startText) {
+ this(owner);
+ if (title != null)
+ setTitle(title);
+ if (startText != null)
+ setDescription(startText);
+ }
+
+ /**
+ * Returns a localized string for the specified key.
+ *
+ * @param key
+ * an integer key
+ * @return the associated string
+ */
+ private String getString(final int key) {
+ return Vocabulary.getResources(window.getLocale()).getString(key);
+ }
+
+ /**
+ * Returns the window title. The default title is "Progress" localized in
+ * current locale.
+ *
+ * @return the window title
+ */
+ @Override
+ public String getTitle() {
+ return (String) get(Caller.TITLE);
+ }
+
+ /**
+ * Set the window title. A {@code null} value reset the default title.
+ *
+ * @param title
+ * the window title
+ */
+ @Override
+ public void setTitle(String title) {
+ if (title == null) {
+ title = getString(VocabularyKeys.PROGRESSION);
+ }
+ set(Caller.TITLE, title);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public String getDescription() {
+ return (String) get(Caller.LABEL);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void setDescription(final String description) {
+ set(Caller.LABEL, description);
+ }
+
+ /**
+ * Notifies that the operation begins. This method display the windows if it
+ * was not already visible.
+ */
+ @Override
+ public void started() {
+ call(Caller.STARTED);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void progress(final float percent) {
+ int p = (int) percent; // round toward 0
+ if (p < 0)
+ p = 0;
+ if (p > 100)
+ p = 100;
+ set(Caller.PROGRESS, new Integer(p));
+ }
+
+ @Override
+ public float getProgress() {
+ BoundedRangeModel model = progressBar.getModel();
+ float progress = (model.getValue() - model.getMinimum());
+ float limit = model.getMaximum();
+
+ return progress / limit;
+ }
+
+ /**
+ * Notifies that the operation has finished. The window will disaspears,
+ * except if it contains warning or exception stack traces.
+ */
+ @Override
+ public void complete() {
+ call(Caller.COMPLETE);
+ }
+
+ /**
+ * Releases any resource holds by this window. Invoking this method destroy
+ * the window.
+ */
+ @Override
+ public void dispose() {
+ listeners.clear();
+ call(Caller.DISPOSE);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public boolean isCanceled() {
+ return canceled;
+ }
+
+ /**
+ * {@inheritDoc}
+ *
+ * @param stop
+ * true to stop; false otherwise
+ */
+ @Override
+ public void setCanceled(final boolean stop) {
+ if (stop != canceled) {
+ canceled = stop;
+
+ for (ActionListener l : listeners) {
+ l.actionPerformed(new ActionEvent(AtlasStatusDialog.this, 0,
+ CANCEL_PROPERTY));
+ }
+ }
+ }
+
+ @Override
+ public void addCancelListener(ActionListener l) {
+ listeners.add(l);
+ }
+
+ /**
+ * Display a warning message under the progress bar. The text area for
+ * warning messages appears only the first time this method is invoked.
+ *
+ * @param source
+ * DOCUMENT ME
+ * @param margin
+ * DOCUMENT ME
+ * @param warning
+ * DOCUMENT ME
+ */
+ @Override
+ public synchronized void warningOccurred(final String source,
+ String margin, String warning) {
+
+ warningOccured = true;
+
+ if (warning == null)
+ warning = "";
+
+ final StringBuffer buffer = new StringBuffer(warning.length() + 16);
+ if (!source.equals(lastSource)) {
+ lastSource = source;
+ if (warningArea != null) {
+ buffer.append('\n');
+ }
+ buffer.append(source != null ? source
+ : getString(VocabularyKeys.UNTITLED));
+ buffer.append('\n');
+ }
+ int wm = WARNING_MARGIN;
+ if (margin != null) {
+ margin = trim(margin);
+ if (margin.length() != 0) {
+ wm -= (margin.length() + 3);
+ for (int i = 0; i < wm; i++) {
+ buffer.append(' ');
+ }
+ buffer.append('(');
+ buffer.append(margin);
+ buffer.append(')');
+ wm = 1;
+ }
+ }
+ for (int i = 0; i < wm; i++) {
+ buffer.append(' ');
+ }
+ buffer.append(warning);
+ if (buffer.charAt(buffer.length() - 1) != '\n') {
+ buffer.append('\n');
+ }
+ set(Caller.WARNING, buffer.toString());
+ }
+
+ /**
+ * Display an exception stack trace.
+ *
+ * @param exception
+ * the exception to display
+ */
+ @Override
+ public void exceptionOccurred(final Throwable exception) {
+ dispose();
+ ExceptionDialog.show(parentWindow, exception);
+ }
+
+ /**
+ * Returns the s// public void warningOccurred(Exception e) { //
+ * warningOccurred("asdsad", null, e.getLocalizedMessage() != null ? e //
+ * .getLocalizedMessage() : e.getMessage()); // cancel // }tring
+ * {@code margin} without the parenthesis (if any).
+ *
+ * @param margin
+ * DOCUMENT ME
+ * @return DOCUMENT ME
+ */
+ private static String trim(String margin) {
+ margin = margin.trim();
+ int lower = 0;
+ int upper = margin.length();
+ while (lower < upper && margin.charAt(lower + 0) == '(')
+ lower++;
+ while (lower < upper && margin.charAt(upper - 1) == ')')
+ upper--;
+ return margin.substring(lower, upper);
+ }
+
+ /**
+ * Queries one of the components in the progress window. This method doesn't
+ * need to be invoked from the <cite>Swing</cite> thread.
+ *
+ * @param task
+ * // public void warningOccurred(Exception e) { //
+ * warningOccurred("asdsad", null, e.getLocalizedMessage() !=
+ * null ? e // .getLocalizedMessage() : e.getMessage()); //
+ * cancel // } The desired value as one of the
+ * {@link Caller#TITLE} or {@link Caller#LABEL} constants.
+ * @return The value.
+ */
+ private Object get(final int task) {
+ final Caller caller = new Caller(-task);
+ SwingUtilities.invokeAndWait(caller);
+ return caller.value;
+ }
+
+ /**
+ * Sets the state of one of the components in the progress window. This
+ * method doesn't need to be invoked from the <cite>Swing</cite> thread.
+ *
+ * @param task
+ * The value to change as one of the {@link Caller#TITLE} or
+ * {@link Caller#LABEL} constants.
+ * @param value
+ * The new value.
+ */
+ private void set(final int task, final Object value) {
+ final Caller caller = new Caller(task);
+ caller.value = value;
+ EventQueue.invokeLater(caller);
+ }
+
+ /**
+ * Invokes a <cite>Swing</cite> method without arguments.
+ *
+ * @param task
+ * The method to invoke: {@link Caller#STARTED} or
+ * {@link Caller#DISPOSE}.
+ */
+ private void call(final int task) {
+ EventQueue.invokeLater(new Caller(task));
+ }
+
+ /**
+ * Task to run in the <cite>Swing</cite> thread. Tasks are identified by a
+ * numeric constant. The {@code get} operations have negative identifiers
+ * and are executed by the {@link EventQueue#invokeAndWait} method. The
+ * {@code set} operations have positive identifiers and are executed by the
+ * {@link EventQueue#invokeLater} method.
+ *
+ * @author Martin Desruisseaux (PMO, IRD)
+ */
+ private class Caller implements Runnable {
+ /** For getting or setting the window title. */
+ public static final int TITLE = 1;
+
+ /** For getting or setting the progress label. */
+ public static final int LABEL = 2;
+
+ /** For getting or setting the progress bar value. */
+ public static final int PROGRESS = 3;
+
+ /** For adding a warning message. */
+ public static final int WARNING = 4;
+
+ /** Notify that an action started. */
+ public static final int STARTED = 5;
+
+ /** Notify that an action is completed. */
+ public static final int COMPLETE = 6;
+
+ /** Notify that the window can be disposed. */
+ public static final int DISPOSE = 7;
+
+ /**
+ * The task to execute, as one of the {@link #TITLE}, {@link #LABEL},
+ * <cite>etc.</cite> constants or their negative counterpart.
+ */
+ private final int task;
+
+ /**
+ * The value to get (negative value {@link #task}) or set (positive
+ * value {@link #task}).
+ */
+ public Object value;
+
+ /**
+ * Creates an action. {@code task} must be one of {@link #TITLE},
+ * {@link #LABEL} <cite>etc.</cite> constants or their negative
+ * counterpart.
+ *
+ * @param task
+ * the task key
+ */
+ public Caller(final int task) {
+ this.task = task;
+ }
+
+ /**
+ * Run the task.
+ */
+ @Override
+ public void run() {
+ final BoundedRangeModel model = progressBar.getModel();
+ switch (task) {
+ case -LABEL: {
+ value = description.getText();
+ return;
+ }
+ case +LABEL: {
+ description.setText((String) value);
+ return;
+ }
+ case PROGRESS: {
+ model.setValue(((Integer) value).intValue());
+ progressBar.setIndeterminate(false);
+ return;
+ }
+ case STARTED: {
+ model.setRangeProperties(0, 1, 0, 100, false);
+ SwingUtil
+ .setRelativeFramePosition(window, parentWindow, .5, .5);
+
+ window.setVisible(true);
+
+ break; // Need further action below.
+ }
+ case COMPLETE: {
+ progressBar.setIndeterminate(false);
+ model.setRangeProperties(100, 1, 0, 100, false);
+ cancelButton.setEnabled(false);
+ if (warningArea != null) {
+ ok.setEnabled(true);
+ } else {
+ window.setVisible(false);
+ window.dispose();
+ }
+ break; // Need further action below.
+ }
+ }
+ /*
+ * Some of the tasks above requires an action on the window, which
+ * may be a JDialog or a JInternalFrame. We need to determine the
+ * window type before to apply the action.
+ */
+ synchronized (AtlasStatusDialog.this) {
+ final JDialog window = AtlasStatusDialog.this.window;
+ switch (task) {
+ case -TITLE: {
+ value = window.getTitle();
+ return;
+ }
+ case +TITLE: {
+ window.setTitle((String) value);
+ return;
+ }
+ case STARTED: {
+ window.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
+ return;
+ }
+ case COMPLETE: {
+ window.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
+ return;
+ }
+ case DISPOSE: {
+ window.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
+ window.dispose();
+ return;
+ }
+ }
+
+ if (warningArea == null) {
+ final JTextArea warningArea = new JTextArea();
+ final JScrollPane scroll = new JScrollPane(warningArea);
+ final JPanel namedArea = new JPanel(new BorderLayout());
+ AtlasStatusDialog.this.warningArea = warningArea;
+ warningArea.setFont(Font.getFont("Monospaced"));
+ warningArea.setEditable(false);
+ namedArea.setBorder(BorderFactory.createEmptyBorder(0,
+ HMARGIN, VMARGIN, HMARGIN));
+ namedArea.add(
+ new JLabel(getString(VocabularyKeys.WARNING)),
+ BorderLayout.NORTH);
+ namedArea.add(scroll, BorderLayout.CENTER);
+ content.add(namedArea, BorderLayout.CENTER);
+ window.setResizable(true);
+ window.setSize(WIDTH, HEIGHT + WARNING_HEIGHT);
+ window.setVisible(true); // Seems required in order to force
+ // relayout.
+ }
+ final JTextArea warningArea = (JTextArea) AtlasStatusDialog.this.warningArea;
+ warningArea.append((String) value);
+ }
+ }
+ }
+
+ @Override
+ public void setTask(InternationalString task) {
+ setDescription(task.toString());
+ }
+
+ @Override
+ public InternationalString getTask() {
+ return new SimpleInternationalString(getDescription());
+ }
+
+ @Override
+ public void startModal() {
+ if (javax.swing.SwingUtilities.isEventDispatchThread()) {
+ final BoundedRangeModel model = progressBar.getModel();
+ model.setRangeProperties(0, 1, 0, 100, false);
+ SwingUtil.setRelativeFramePosition(window, parentWindow, .5, .5);
+ window.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
+ started();
+ window.setModal(true); // CALL zeug?!
+ window.setVisible(true);
+ } else {
+ LOGGER.warn("startModel has been called NOT on EDT. Starting it on EDT now: "
+ + this);
+ SwingUtilities.invokeAndWait(new Runnable() {
+
+ @Override
+ public void run() {
+ startModal();
+ }
+ });
+ // started();
+ // window.setModal(true); // CALL zeug?!
+ }
+ }
+
+ @Override
+ public boolean isWarningOccured() {
+ return warningOccured;
+ }
+
+ @Override
+ public void downloadFailed(URL url, String arg1) {
+ if (!window.isVisible()) {
+ started();
+ }
+
+ LOGGER.error("downloadFailed " + url + " " + arg1);
+ exceptionOccurred(new IOException(SwingUtil.R(
+ "AtlasStatusDialog.jnlp.downloadFailed", url, arg1)));
+ }
+
+ long lastPercentageUpdate = System.currentTimeMillis() - 10000;
+ private final static MbDecimalFormatter mbdf = new MbDecimalFormatter();
+
+ @Override
+ public void progress(URL url, String urlString, long doneSoFar, long full,
+ int percentage) {
+
+ // Not too many updates
+ if (System.currentTimeMillis() - lastPercentageUpdate < 500)
+ return;
+
+ if (!window.isVisible()) {
+ started();
+ }
+
+ String filename;
+ filename = getShortFilename(url);
+ if (percentage < 0) {
+ setDescription("Downloading " + filename); // i8n
+ return;
+ }
+
+ lastPercentageUpdate = System.currentTimeMillis();
+
+ LOGGER.debug("progress " + url + " " + urlString + " " + doneSoFar
+ + " " + full + " " + percentage);
+
+ // String fullSize = mbdf.format(full);
+
+ // setDescription("Downloading " + filename + " (" + percentage + "%)");
+
+ setDescription(SwingUtil.R("AtlasStatusDialog.jnlp.progress", filename,
+ percentage));
+
+ // setDescription("Downloading " + filename + " " + percentage + "% of "
+ // + fullSize);
+
+ }
+
+ @Override
+ public void upgradingArchive(URL url, String version, int patchPercent,
+ int overallPercent) {
+ if (!window.isVisible()) {
+ started();
+ }
+
+ // Not too many updates
+ if (System.currentTimeMillis() - lastPercentageUpdate < 500)
+ return;
+
+ LOGGER.debug("upgrading " + url + " " + version + " " + patchPercent
+ + " " + overallPercent);
+ String filename = getShortFilename(url);
+
+ setDescription(SwingUtil.R("AtlasStatusDialog.jnlp.upgrading",
+ filename, overallPercent));
+ // setDescription("Upgrading " + filename + " " + overallPercent + "%");
+ }
+
+ @Override
+ public void validating(URL url, String version, long entry, long total,
+ int overallPercent) {
+ if (!window.isVisible()) {
+ started();
+ }
+
+ // Not too many updates
+ if (System.currentTimeMillis() - lastPercentageUpdate < 500)
+ return;
+
+ LOGGER.debug("validating " + url + " " + version + " " + entry + " "
+ + total + " " + overallPercent);
+
+ setDescription(SwingUtil.R("AtlasStatusDialog.jnlp.validating",
+ getShortFilename(url), overallPercent));
+
+ // setDescription("Validating " + filename + " " + overallPercent +
+ // "%");
+ }
+
+ final static Pattern SHORTEN_ATLAS_JAR_NAMES = Pattern
+ .compile("(.*?)_?\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d.jar");
+
+ static String getShortFilename(URL url) {
+ if (url == null)
+ return "";
+ String fn = IOUtil.getFilename(url);
+ if (fn.length() > 12) {
+ Matcher matcher = SHORTEN_ATLAS_JAR_NAMES.matcher(fn);
+ if (matcher.find()) {
+ fn = matcher.group(1);
+ }
+ }
+
+ return fn;
+ }
+
+}
Property changes on: trunk/src/skrueger/swing/swingworker/AtlasStatusDialog.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Id URL
Name: svn:eol-style
+ native
Added: trunk/src/skrueger/swing/swingworker/AtlasStatusDialogCloser.java
===================================================================
--- trunk/src/skrueger/swing/swingworker/AtlasStatusDialogCloser.java 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/skrueger/swing/swingworker/AtlasStatusDialogCloser.java 2010-11-11 13:12:50 UTC (rev 1261)
@@ -0,0 +1,33 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Stefan A. Tzeggai.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the GNU Lesser Public License v2.1
+ * which accompanies this distribution, and is available at
+ * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
+ *
+ * Contributors:
+ * Stefan A. Tzeggai - initial API and implementation
+ ******************************************************************************/
+package skrueger.swing.swingworker;
+
+import java.beans.PropertyChangeEvent;
+import java.beans.PropertyChangeListener;
+
+import javax.swing.SwingWorker;
+
+
+public class AtlasStatusDialogCloser implements PropertyChangeListener {
+ private AtlasStatusDialogInterface dialog;
+
+ public AtlasStatusDialogCloser(AtlasStatusDialogInterface dialog) {
+ this.dialog = dialog;
+ }
+
+ @Override
+ public void propertyChange(PropertyChangeEvent event) {
+ if ("state".equals(event.getPropertyName())
+ && SwingWorker.StateValue.DONE == event.getNewValue()) {
+ dialog.complete();
+ }
+ }
+}
Property changes on: trunk/src/skrueger/swing/swingworker/AtlasStatusDialogCloser.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Id URL
Name: svn:eol-style
+ native
Added: trunk/src/skrueger/swing/swingworker/AtlasStatusDialogInterface.java
===================================================================
--- trunk/src/skrueger/swing/swingworker/AtlasStatusDialogInterface.java 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/skrueger/swing/swingworker/AtlasStatusDialogInterface.java 2010-11-11 13:12:50 UTC (rev 1261)
@@ -0,0 +1,113 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Stefan A. Tzeggai.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the GNU Lesser Public License v2.1
+ * which accompanies this distribution, and is available at
+ * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
+ *
+ * Contributors:
+ * Stefan A. Tzeggai - initial API and implementation
+ ******************************************************************************/
+package skrueger.swing.swingworker;
+
+import java.awt.event.ActionListener;
+
+import javax.jnlp.DownloadServiceListener;
+
+import org.opengis.util.InternationalString;
+
+public interface AtlasStatusDialogInterface extends DownloadServiceListener{
+
+ /**
+ * Returns the window title. The default title is "Progress" localized in
+ * current locale.
+ *
+ * @return the window title
+ */
+ public String getTitle() ;
+
+ /**
+ * Set the window title. A {@code null} value reset the default title.
+ *
+ * @param title
+ * the window title
+ */
+ public void setTitle(String title) ;
+
+ public String getDescription() ;
+
+ public void setDescription(final String description) ;
+
+ /**
+ * Notifies that the operation begins. This method display the windows if it
+ * was not already visible.
+ */
+ public void started();
+
+ /**
+ * {@inheritDoc}
+ */
+ public void progress(final float percent);
+ public float getProgress() ;
+ /**
+ * Notifies that the operation has finished. The window will disaspears,
+ * except if it contains warning or exception stack traces.
+ */
+ public void complete() ;
+
+ /**
+ * Releases any resource holds by this window. Invoking this method destroy
+ * the window.
+ */
+ public void dispose() ;
+
+ /**
+ * {@inheritDoc}
+ */
+ public boolean isCanceled() ;
+
+ /**
+ * {@inheritDoc}
+ *
+ * @param stop
+ * true to stop; false otherwise
+ */
+ public void setCanceled(final boolean stop);
+
+ public void addCancelListener(ActionListener l) ;
+
+ /**
+ * Display a warning message under the progress bar. The text area for
+ * warning messages appears only the first time this method is invoked.
+ *
+ * @param source
+ * DOCUMENT ME
+ * @param margin
+ * DOCUMENT ME
+ * @param warning
+ * DOCUMENT ME
+ */
+ public void warningOccurred(final String source,
+ String margin, String warning) ;
+ /**
+ * Display an exception stack trace.
+ *
+ * @param exception
+ * the exception to display
+ */
+ public void exceptionOccurred(final Throwable exception) ;
+
+ public void setTask(InternationalString task);
+
+ public InternationalString getTask() ;
+
+ public void startModal() ;
+
+ public boolean isWarningOccured() ;
+
+ void setCancelAllowed(boolean cancelAllowed);
+
+ boolean isCancelAllowed();
+
+
+}
Property changes on: trunk/src/skrueger/swing/swingworker/AtlasStatusDialogInterface.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Id URL
Name: svn:eol-style
+ native
Added: trunk/src/skrueger/swing/swingworker/AtlasSwingWorker.java
===================================================================
--- trunk/src/skrueger/swing/swingworker/AtlasSwingWorker.java 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src/skrueger/swing/swingworker/AtlasSwingWorker.java 2010-11-11 13:12:50 UTC (rev 1261)
@@ -0,0 +1,95 @@
+/*******************************************************************************
+ * Copyright (c) 2010 Stefan A. Tzeggai.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the GNU Lesser Public License v2.1
+ * which accompanies this distribution, and is available at
+ * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
+ *
+ * Contributors:
+ * Stefan A. Tzeggai - initial API and implementation
+ ******************************************************************************/
+package skrueger.swing.swingworker;
+
+import java.awt.Component;
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import java.util.List;
+import java.util.concurrent.CancellationException;
+import java.util.concurrent.ExecutionException;
+
+import javax.swing.SwingWorker;
+
+import org.apache.log4j.Logger;
+
+
+public abstract class AtlasSwingWorker<K> extends SwingWorker<K, String> {
+ protected Logger LOGGER = Logger.getLogger(AtlasSwingWorker.class);
+
+ protected final AtlasStatusDialogInterface statusDialog;
+
+ @Override
+ protected void process(List<String> chunks) {
+ for (String s : chunks)
+ statusDialog.setDescription(s);
+ }
+
+ public AtlasSwingWorker(AtlasStatusDialogInterface statusDialog) {
+ this.statusDialog = statusDialog;
+ addPropertyChangeListener(new AtlasStatusDialogCloser(statusDialog));
+
+ statusDialog.addCancelListener(new ActionListener() {
+
+ @Override
+ public void actionPerformed(ActionEvent e) {
+ AtlasSwingWorker.this.cancel(true);
+ }
+ });
+ }
+
+ public AtlasSwingWorker(Component parentGUI) {
+ this(new AtlasStatusDialog(parentGUI));
+ }
+
+ public AtlasSwingWorker(Component parentGUI, String title) {
+ this(new AtlasStatusDialog(parentGUI, title, title));
+ }
+
+ public AtlasSwingWorker(Component parentGUI, String title, String startText) {
+ this(new AtlasStatusDialog(parentGUI, title, startText));
+ }
+
+ /**
+ * Starts the Work and opens a model dialog. The dialog is closed, when the
+ * work is done.
+ *
+ * @throws InterruptedException
+ * @throws ExecutionException
+ * @throws CancellationException
+ * When cancel has been pressed
+ */
+ public K executeModal() throws InterruptedException, ExecutionException,
+ CancellationException {
+ execute();
+ statusDialog.startModal();
+ return get();
+ }
+
+ /**
+ * Starts the Work and opens a model dialog. The dialog is closed, when the
+ * work is done.
+ */
+ public K executeModalNoEx() {
+
+ try {
+ execute();
+ statusDialog.startModal();
+ return get();
+ } catch (Exception e) {
+ LOGGER.error("dialog modal execution failed:", e);
+ statusDialog.exceptionOccurred(e);
+ statusDialog.complete();
+ }
+ return null;
+ }
+
+}
Property changes on: trunk/src/skrueger/swing/swingworker/AtlasSwingWorker.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Id URL
Name: svn:eol-style
+ native
Added: trunk/src_junit/skrueger/swing/swingworker/AtlasStatusDialogTest.java
===================================================================
--- trunk/src_junit/skrueger/swing/swingworker/AtlasStatusDialogTest.java 2010-11-10 23:21:06 UTC (rev 1260)
+++ trunk/src_junit/skrueger/swing/swingworker/AtlasStatusDialogTest.java 2010-11-11 13:12:50 UTC (rev 1261)
@@ -0,0 +1,52 @@
+package skrueger.swing.swingworker;
+
+import static org.junit.Assert.assertEquals;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import java.util.Locale;
+
+import org.junit.Test;
+
+import skrueger.swing.formatter.MbDecimalFormatter;
+
+public class AtlasStatusDialogTest {
+
+ @Test
+ /**
+ 2010-11-04 01:06:17,953 DEBUG internal.AtlasStatusDialog - progress http://atlas.geopublishing.org/atlases_testing/iida/raster_landsat00813704070.jar null 31469472 61469472 80
+ */
+ public void formatProcessMessageJNLP() throws MalformedURLException {
+ URL url = new URL(
+ "http://atlas.geopublishing.org/atlases_testing/iida/raster_landsat00813704070.jar");
+
+ extracted(url);
+
+ }
+
+ private void extracted(URL url) {
+ int percentage = 40;
+ long full = 61469472;
+ Locale.setDefault(Locale.GERMAN);
+ String formated = new MbDecimalFormatter().format(full);
+
+ assertEquals("58,6Mb", formated);
+
+ String shorter = AtlasStatusDialog.getShortFilename(url);
+ assertEquals("raster_landsat", shorter);
+ }
+
+ @Test
+ /**
+ 2010-11-04 01:06:17,953 DEBUG internal.AtlasStatusDialog - progress http://atlas.geopublishing.org/atlases_testing/iida/raster_landsat00813704070.jar null 31469472 61469472 80
+ */
+ public void formatProcessMessageJNLP2() throws MalformedURLException {
+ URL url = new URL(
+ "http://atlas.geopublishing.org/atlases_testing/iida/raster_landsat_00813704070.jar");
+
+ extracted(url);
+
+ }
+
+
+}
Property changes on: trunk/src_junit/skrueger/swing/swingworker/AtlasStatusDialogTest.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Id URL
Name: svn:eol-style
+ native
More information about the Schmitzm-commits
mailing list