[Schmitzm-commits] r610 - in branches/2.0-RC1: dist src/schmitzm/data/resource/locales src/schmitzm/geotools/feature/resource/locales src/schmitzm/geotools/gui src/schmitzm/jfree/resource/locales src/schmitzm/lang/resource/locales src/schmitzm/swing src/schmitzm/swing/resource/locales src/skrueger/geotools/labelsearch src/skrueger/geotools/resource/locales

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Dec 10 13:52:04 CET 2009


Author: alfonx
Date: 2009-12-10 13:51:43 +0100 (Thu, 10 Dec 2009)
New Revision: 610

Modified:
   branches/2.0-RC1/dist/schmitzm-2.0-RC1.jar
   branches/2.0-RC1/dist/schmitzm-2.0-RC1.jar.zip
   branches/2.0-RC1/src/schmitzm/data/resource/locales/DataResourceBundle.properties
   branches/2.0-RC1/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties
   branches/2.0-RC1/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties
   branches/2.0-RC1/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties
   branches/2.0-RC1/src/schmitzm/geotools/gui/GridPanelFormatter_LatLon1.java
   branches/2.0-RC1/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties
   branches/2.0-RC1/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties
   branches/2.0-RC1/src/schmitzm/lang/resource/locales/LangResourceBundle.properties
   branches/2.0-RC1/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties
   branches/2.0-RC1/src/schmitzm/swing/Compass.java
   branches/2.0-RC1/src/schmitzm/swing/InputCompass.java
   branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties
   branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties
   branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle_fr.properties
   branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch.properties
   branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch_de.properties
   branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch_fr.properties
   branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar.properties
   branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar_de.properties
   branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar_fr.properties
Log:
Switched ?\194?\176 char when used in .java to \u00b0


Modified: branches/2.0-RC1/dist/schmitzm-2.0-RC1.jar
===================================================================
(Binary files differ)

Modified: branches/2.0-RC1/dist/schmitzm-2.0-RC1.jar.zip
===================================================================
(Binary files differ)

Modified: branches/2.0-RC1/src/schmitzm/data/resource/locales/DataResourceBundle.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/data/resource/locales/DataResourceBundle.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/data/resource/locales/DataResourceBundle.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,7 +51,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 # -----------------------------------------------------------
 # ------ Default Translations (english) for components ------

Modified: branches/2.0-RC1/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/data/resource/locales/DataResourceBundle_de.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,7 +51,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 # ------------------------------------------------
 # ------ German Translations for components ------
@@ -70,5 +70,5 @@
 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ültige Raster-Referenz '#${0}' (${1})
-RasterOperationTree.err.InvalidFilterReference=Ungültige Filter-Referenz 'F${0}' (${1})
+RasterOperationTree.err.InvalidRasterReference=Ung\u00fcltige Raster-Referenz '#${0}' (${1})
+RasterOperationTree.err.InvalidFilterReference=Ung\u00fcltige Filter-Referenz 'F${0}' (${1})

Modified: branches/2.0-RC1/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,7 +51,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 # -----------------------------------------------------------
 # ------ Default Translations (english) for components ------

Modified: branches/2.0-RC1/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/geotools/feature/resource/locales/FeatureResourceBundle_de.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,7 +51,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 # --------------------------------------------------
 # ------ German Translations for components   ------

Modified: branches/2.0-RC1/src/schmitzm/geotools/gui/GridPanelFormatter_LatLon1.java
===================================================================
--- branches/2.0-RC1/src/schmitzm/geotools/gui/GridPanelFormatter_LatLon1.java	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/geotools/gui/GridPanelFormatter_LatLon1.java	2009-12-10 12:51:43 UTC (rev 610)
@@ -130,7 +130,7 @@
 		}
 		int deegree = Math.abs(degrees);
 		int minute = Math.abs(minutes);
-		String coordStr = deegree + "°" + MINUTE_FORMAT.format(minute) + "'";
+		String coordStr = deegree + "\u00b0" + MINUTE_FORMAT.format(minute) + "'";
 		if (degrees != 0 || minutes != 0) {
 			if (panel.isVertical())
 				coordStr += RES
@@ -163,7 +163,7 @@
 	@Override
 	public int getWidthForVertical(GridPanel panel) {
 		return SwingUtilities2.getFontMetrics(panel, font).stringWidth(
-				"90°30' N") + 2;
+				"90\u00b030' N") + 2;
 	}
 
 }

Modified: branches/2.0-RC1/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/jfree/resource/locales/JFreeResourceBundle.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 # --------------------------------------------------------------------------
 # ------ Default Translations (english) for JFreeChart GUI components ------

Modified: branches/2.0-RC1/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/jfree/resource/locales/JFreeResourceBundle_de.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 # ---------------------------------------------------------------
 # ------ German Translations for JFreeChart GUI components ------

Modified: branches/2.0-RC1/src/schmitzm/lang/resource/locales/LangResourceBundle.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/lang/resource/locales/LangResourceBundle.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/lang/resource/locales/LangResourceBundle.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,7 +51,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 # -----------------------------------------------------------
 # ------ Default Translations (english) for components ------

Modified: branches/2.0-RC1/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/lang/resource/locales/LangResourceBundle_de.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,7 +51,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 # ------------------------------------------------
 # ------ German Translations for components ------
@@ -68,14 +68,14 @@
 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ültiger Operator ${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ültiges Zeichen '${0}' (${1} 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ötigt: ${1}(..)
-OperationTree.err.LessParams2=${0} Funktionsparameter benötigt: ${1}(..)
-OperationTree.err.IllegalParam=Illegaler Funktionsparameter ${0} für ${1}(..): ${2} erwartet
+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: branches/2.0-RC1/src/schmitzm/swing/Compass.java
===================================================================
--- branches/2.0-RC1/src/schmitzm/swing/Compass.java	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/swing/Compass.java	2009-12-10 12:51:43 UTC (rev 610)
@@ -50,7 +50,7 @@
 
 /**
  * Diese Komponente stellt eine Kompass-Nadel dar, deren Ausrichtung ueber
- * eine Grad-Angabe zwischen 0° und 360° (Nord = 0°; West = 90°) eingestellt wird.
+ * eine Grad-Angabe zwischen 0\u00b0 und 360\u00b0 (Nord = 0\u00b0; West = 90\u00b0) eingestellt wird.
  * {@link MouseListener} oder aehnliches koennen aus technischen Gruenden
  * nicht der Komponente direkt zugewiesen werden, sondern muessen dem
  * {@linkplain #getCompassPane() Content-Pane} zugewiesen werden.
@@ -74,7 +74,7 @@
 
   /**
    * Erzeugt eine neue Kompass-Komponente.
-   * @param degree angezeigte Grad-Angabe (Nord = 0°, West = 90°)
+   * @param degree angezeigte Grad-Angabe (Nord = 0\u00b0, West = 90\u00b0)
    */
   public Compass(double degree) {
     super();
@@ -118,7 +118,7 @@
   /**
    * Setzt die angezeigte Grad-Angabe und erzeugt ein {@link ChangeEvent} fuer
    * alle angeschlossenen {@link ChangeListener}.
-   * @param degree angezeigte Grad-Angabe (Nord = 0°, West = 90°)
+   * @param degree angezeigte Grad-Angabe (Nord = 0\u00b0, West = 90\u00b0)
    */
   public void setValue(double degree) {
     double oldDegree = this.degree;
@@ -130,7 +130,7 @@
   }
 
   /**
-   * Liefert die angezeigte Grad-Angabe aus [0°,360°[.
+   * Liefert die angezeigte Grad-Angabe aus [0\u00b0,360\u00b0[.
    */
   public double getValue() {
     return degree;
@@ -198,10 +198,10 @@
 
   /**
    * Erzeugt ein Chart in Form einer Kompass-Nadel.
-   * @param degree angezeigte Grad-Angabe (Nord = 0°, West = 90°)
+   * @param degree angezeigte Grad-Angabe (Nord = 0\u00b0, West = 90\u00b0)
    */
   private JFreeChart createCompassChart(double degree) {
-    // Bei der Chart-Komponente ist Ost = 90°
+    // Bei der Chart-Komponente ist Ost = 90\u00b0
     ValueDataset dataset = new DefaultValueDataset(-degree);
     CompassPlot plot = new CompassPlot(dataset) {
       public void draw(Graphics2D g, Rectangle2D area, Point2D anchor, PlotState parentState, PlotRenderingInfo info) {

Modified: branches/2.0-RC1/src/schmitzm/swing/InputCompass.java
===================================================================
--- branches/2.0-RC1/src/schmitzm/swing/InputCompass.java	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/swing/InputCompass.java	2009-12-10 12:51:43 UTC (rev 610)
@@ -45,7 +45,7 @@
 
 /**
  * Diese Komponente stellt eine Kompass-Nadel dar, deren Ausrichtung
- * (Nord = 0°; West = 90°) ueber die Maus eingestellt werden kann. Daneben
+ * (Nord = 0\u00b0; West = 90\u00b0) ueber die Maus eingestellt werden kann. Daneben
  * besitzt das Panel einen {@link JSpinner}, um den Kompass-Wert manuell
  * einzustellen.
  * @author <a href="mailto:martin.schmitz at koeln.de">Martin Schmitz</a> (University of Bonn/Germany)
@@ -66,7 +66,7 @@
   /**
    * Erzeugt einen neuen Kompass. Der Spinner wird unterhalb des Kompass
    * angezeigt.
-   * @param degree angezeigte Grad-Angabe (Nord = 0°, West = 90°)
+   * @param degree angezeigte Grad-Angabe (Nord = 0\u00b0, West = 90\u00b0)
    */
   public InputCompass(double degree) {
     this(degree, true);
@@ -75,7 +75,7 @@
   /**
    * Erzeugt einen neuen Kompass. Wird {@code null} als Spinner-Position
    * angegeben, wird KEIN Spinnter angezeigt!
-   * @param degree angezeigte Grad-Angabe (Nord = 0°, West = 90°)
+   * @param degree angezeigte Grad-Angabe (Nord = 0\u00b0, West = 90\u00b0)
    * @param showSpinner wenn {@code false}, wird KEIN Spinner angezeigt
    */
   public InputCompass(double degree, boolean showSpinner) {
@@ -85,7 +85,7 @@
   /**
    * Erzeugt einen neuen Kompass. Wird {@code null} als Spinner-Position
    * angegeben, wird KEIN Spinnter angezeigt!
-   * @param degree angezeigte Grad-Angabe (Nord = 0°, West = 90°)
+   * @param degree angezeigte Grad-Angabe (Nord = 0\u00b0, West = 90\u00b0)
    * @param showSpinner wenn {@code false}, wird KEIN Spinner angezeigt
    * @param compassConstr Layout-Constraints fuer den Kompass
    * @param spinnerConstr Layout-Constraints fuer den Spinner
@@ -169,7 +169,7 @@
     double degree = Math.toDegrees( Math.asin( dy/radius ) );
     if ( dx < 0 )
       degree = 180 - degree;
-    // 0° = Norden; 90° = West
+    // 0\u00b0 = Norden; 90\u00b0 = West
     setValue( degree-90 );
   }
 }

Modified: branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,7 +51,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 # ---------------------------------------------------------------
 # ------ Default Translations (english) for GUI components ------
@@ -209,4 +209,4 @@
 CQLFitlerParser.OpTooltip.lt=Lesser - e.g. VAR < VAR2
 CQLFitlerParser.OpTooltip.le=Lesser or equal
 CQLFitlerParser.OpTooltip.gt=Greater
-CQLFitlerParser.OpTooltip.ge=Greater or equal
\ No newline at end of file
+CQLFitlerParser.OpTooltip.ge=Greater or equal

Modified: branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle_de.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -194,5 +194,5 @@
 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ößer
-CQLFitlerParser.OpTooltip.ge=Größer oder gleich
\ No newline at end of file
+CQLFitlerParser.OpTooltip.gt=Gr\u00f6\u00dfer
+CQLFitlerParser.OpTooltip.ge=Gr\u00f6\u00dfer oder gleich

Modified: branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle_fr.properties
===================================================================
--- branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle_fr.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/schmitzm/swing/resource/locales/SwingResourceBundle_fr.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -148,4 +148,4 @@
 CQLFitlerParser.OpTooltip.lt=plus petit(e) que: VAR < VAR2
 CQLFitlerParser.OpTooltip.le=plus petit(e) ou \u00e9gal \u00e0: VAR < VAR2
 CQLFitlerParser.OpTooltip.gt=plus grand(e) que
-CQLFitlerParser.OpTooltip.ge=plus grand(e)ou \u00e9gal \u00e0  
\ No newline at end of file
+CQLFitlerParser.OpTooltip.ge=plus grand(e)ou \u00e9gal \u00e0  

Modified: branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch.properties
===================================================================
--- branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,7 +51,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 SearchMapDialog.Results.Column.Layer=found in
 SearchMapDialog.Results.Column.Name=name

Modified: branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch_de.properties
===================================================================
--- branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch_de.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch_de.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,13 +51,13 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 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ücken Sie [Enter]
+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: branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch_fr.properties
===================================================================
--- branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch_fr.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/skrueger/geotools/labelsearch/labelsearch_fr.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,11 +51,11 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
-SearchMapDialog.Results.Column.Layer=Retrouvés dans
+SearchMapDialog.Results.Column.Layer=Retrouv\u00e9s dans
 SearchMapDialog.Results.Column.Name=Nom
-SearchMapDialog.resultsTable.tt=Cliquer sur un résultat pour l`afficher.
+SearchMapDialog.resultsTable.tt=Cliquer sur un r\u00e9sultat pour l`afficher.
 SearchMapDialog.searchString.Label=Entrer le domaine de recherche:
 SearchMapDialog.searchString.tt=Saisir le domaine de recherche et appuyer sur [Enter]
 SearchMapDialog.title=Rechercher dans la carte: ${0}

Modified: branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar.properties
===================================================================
--- branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,7 +51,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 MapPaneButtons.Pan.TT=Move the visible map extend
 MapPaneButtons.Info.TT=Get information about objects 

Modified: branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar_de.properties
===================================================================
--- branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar_de.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar_de.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,11 +51,11 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
 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ächsten Kartenausschnitt wiederherstellen
+MapPaneButtons.NextZoom.TT=N\u00e4chsten Kartenausschnitt wiederherstellen

Modified: branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar_fr.properties
===================================================================
--- branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar_fr.properties	2009-12-09 17:05:21 UTC (rev 609)
+++ branches/2.0-RC1/src/skrueger/geotools/resource/locales/mapPaneToolbar_fr.properties	2009-12-10 12:51:43 UTC (rev 610)
@@ -25,7 +25,7 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - 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 
@@ -51,9 +51,9 @@
 #
 #Contributors:
 #    Martin O. J. Schmitz - initial API and implementation
-#    Stefan A. Krüger - additional utility classes
+#    Stefan A. Kr\u00fcger - additional utility classes
 ##########
-MapPaneButtons.Pan.TT=Déplacer la catre.
+MapPaneButtons.Pan.TT=D\u00e9placer la catre.
 MapPaneButtons.Info.TT=Avoir des informations sur les objects.
 MapPaneButtons.ZoomIn.TT=Effectuer un zoom d'un extrait oder faire un gros plan d'un extrait.
 MapPaneButtons.ZoomOut.TT=Effectuer un zoom d'un extrait de la carte oder faire un gros plan d'un extrait de carte.



More information about the Schmitzm-commits mailing list