Revision: 5911
          http://sourceforge.net/p/jump-pilot/code/5911
Author:   michaudm
Date:     2018-07-11 06:51:45 +0000 (Wed, 11 Jul 2018)
Log Message:
-----------
Restore I18N for matcher names of MatchingPlugIn

Modified Paths:
--------------
    plug-ins/MatchingPlugIn/trunk/build.xml
    
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java
    
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching.properties
    
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching_fr.properties

Modified: plug-ins/MatchingPlugIn/trunk/build.xml
===================================================================
--- plug-ins/MatchingPlugIn/trunk/build.xml     2018-07-02 11:41:46 UTC (rev 
5910)
+++ plug-ins/MatchingPlugIn/trunk/build.xml     2018-07-11 06:51:45 UTC (rev 
5911)
@@ -16,7 +16,7 @@
     <property name="resources"     value="resources" />
     <property name="javadoc"       value="javadoc" />
 
-    <property name="matching-version"        value="0.8.0" />
+    <property name="matching-version"        value="0.8.1" />
     
     <!-- =================================================================== 
-->
     <!-- Defines the classpath used for compilation and test.                
-->

Modified: 
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java
===================================================================
--- 
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java
      2018-07-02 11:41:46 UTC (rev 5910)
+++ 
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/MatchingExtension.java
      2018-07-11 06:51:45 UTC (rev 5911)
@@ -28,9 +28,10 @@
 /**
  * Extension containing matching processing also known as join.
  * @author Michaƫl Michaud
- * @version 0.8.0 (2018-06-17)
+ * @version 0.8.1 (2018-07-11)
  */ 
 // History
+// 0.8.1 (2018-07-11) : restore I18N for GeometryMatcher names
 // 0.8.0 (2018-06-17) : refactor to use add/getParameter, the OJ aggregation
 //                      classes and long and boolean attribute types
 // 0.7.5 (2017-03-26) : clean headers and remove dead code before inclusion in
@@ -70,7 +71,7 @@
     }
 
     public String getVersion() {
-        return "0.8.0 (2018-06-17)";
+        return "0.8.1 (2018-07-11)";
     }
 
     public void configure(PlugInContext context) throws Exception {

Modified: 
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching.properties
===================================================================
--- 
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching.properties
 2018-07-02 11:41:46 UTC (rev 5910)
+++ 
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching.properties
 2018-07-11 06:51:45 UTC (rev 5911)
@@ -34,38 +34,38 @@
 un-matched = un-matched
 Links = Links
 
-# Geometric-matcher = Geometric matcher
-# matcher.MatchAllMatcher = Match All
-#
-# matcher.EqualsExactGeom3dMatcher = Equals Exact (Geom3d)
-# matcher.EqualsNormalizedGeom3dMatcher = Equals Normalized (Geom3d)
-# matcher.EqualsExactGeom2dMatcher = Equals Exact (Geom2d)
-# matcher.EqualsNormalizedGeom2dMatcher = Equals Normalized (Geom2d)
-# matcher.EqualsTopologicalGeomMatcher = Equals Topological
-# matcher.EqualsWithCoordinateToleranceMatcher = Equals With Coordinate 
Tolerance
-#
-# matcher.IsWithinMatcher = IsWithin
-# matcher.OverlapsMatcher = Overlaps
-# matcher.OverlappedByMatcher = OverlappedBy
-# matcher.IntersectsMatcher = Intersects
-# matcher.Intersects0DMatcher = Intersects (0D intersetion)
-# matcher.Intersects1DMatcher = Intersects (1D intersection)
-# matcher.Intersects2DMatcher = Intersects (2D intersection)
-#
-# matcher.CentroidDistanceMatcher = Centroid Distance
-# matcher.MinimumDistanceMatcher = Minimum Distance
-# matcher.HausdorffDistanceMatcher = Hausdorff Distance
-# matcher.SemiHausdorffDistanceMatcher = Semi-Hausdorff Distance
-# matcher.ShapeMatcher = Shape Matcher
-#
-# matcher.MatchAllAttributesMatcher = Match All Attributes
-# matcher.MatchAllStringsMatcher = Match All Strings
-# matcher.StringEqualityMatcher = String Equality
-# matcher.StringEqualityIgnoreCaseMatcher = String Equality (Ignore Case)
-# matcher.StringEqualityIgnoreCaseAndAccentMatcher = String Equality (Ignore 
Case And Accents)
-# matcher.LevenshteinDistanceMatcher = Levenshtein Distance
-# matcher.DamarauLevenshteinDistanceMatcher = Damarau-Levenshtein Distance
+Geometric-matcher = Geometric matcher
+matcher.MatchAllMatcher = Match All
 
+matcher.EqualsExactGeom3dMatcher = Equals Exact (Geom3d)
+matcher.EqualsNormalizedGeom3dMatcher = Equals Normalized (Geom3d)
+matcher.EqualsExactGeom2dMatcher = Equals Exact (Geom2d)
+matcher.EqualsNormalizedGeom2dMatcher = Equals Normalized (Geom2d)
+matcher.EqualsTopologicalGeomMatcher = Equals Topological
+matcher.EqualsWithCoordinateToleranceMatcher = Equals With Coordinate Tolerance
+
+matcher.IsWithinMatcher = IsWithin
+matcher.OverlapsMatcher = Overlaps
+matcher.OverlappedByMatcher = OverlappedBy
+matcher.IntersectsMatcher = Intersects
+matcher.Intersects0DMatcher = Intersects (0D intersetion)
+matcher.Intersects1DMatcher = Intersects (1D intersection)
+matcher.Intersects2DMatcher = Intersects (2D intersection)
+
+matcher.CentroidDistanceMatcher = Centroid Distance
+matcher.MinimumDistanceMatcher = Minimum Distance
+matcher.HausdorffDistanceMatcher = Hausdorff Distance
+matcher.SemiHausdorffDistanceMatcher = Semi-Hausdorff Distance
+matcher.ShapeMatcher = Shape Matcher
+
+matcher.MatchAllAttributesMatcher = Match All Attributes
+matcher.MatchAllStringsMatcher = Match All Strings
+matcher.StringEqualityMatcher = String Equality
+matcher.StringEqualityIgnoreCaseMatcher = String Equality (Ignore Case)
+matcher.StringEqualityIgnoreCaseAndAccentMatcher = String Equality (Ignore 
Case And Accents)
+matcher.LevenshteinDistanceMatcher = Levenshtein Distance
+matcher.DamarauLevenshteinDistanceMatcher = Damarau-Levenshtein Distance
+
 Attribute-options = Attribute Options
 Use-attributes = Use an Attribute for Matching (String)
 Source-layer-attribute = Matching Layer Attribute

Modified: 
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching_fr.properties
===================================================================
--- 
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching_fr.properties
      2018-07-02 11:41:46 UTC (rev 5910)
+++ 
plug-ins/MatchingPlugIn/trunk/src/fr/michaelm/jump/plugin/match/matching_fr.properties
      2018-07-11 06:51:45 UTC (rev 5911)
@@ -34,38 +34,38 @@
 un-matched = non-appari\u00E9s
 Links = Liens
 
-# Geometric-matcher = Appariement g\u00E9om\u00E9trique
-# matcher.MatchAllMatcher = Tout apparier
-#
-# matcher.EqualsExactGeom3dMatcher = \u00C9galit\u00E9 3D (stricte)
-# matcher.EqualsNormalizedGeom3dMatcher = \u00C9galit\u00E9 3D (geom 
normalis\u00E9es)
-# matcher.EqualsExactGeom2dMatcher = \u00C9galit\u00E9 2D (stricte)
-# matcher.EqualsNormalizedGeom2dMatcher = \u00C9galit\u00E9 2D (geom 
normalis\u00E9es)
-# matcher.EqualsTopologicalGeomMatcher = \u00C9galit\u00E9 topologique
-# matcher.EqualsWithCoordinateToleranceMatcher = Egalit\u00E9 
(coordonn\u00E9es flottantes)
-#
-# matcher.IsWithinMatcher = Contenu dans l'objet cible
-# matcher.OverlapsMatcher = Recouvre (> xx% de la cible)
-# matcher.OverlappedByMatcher = Est recouvert (>xx% de la source)
-# matcher.IntersectsMatcher = Intersecte l'objet cible
-# matcher.Intersects0DMatcher = Intersection ponctuelle
-# matcher.Intersects1DMatcher = Intersection lin\xE9aire
-# matcher.Intersects2DMatcher = Intersection surfacique
-#
-# matcher.CentroidDistanceMatcher = Distance entre centro\u00EFdes 
inf\u00E9rieure \u00E0
-# matcher.MinimumDistanceMatcher = Distance entre objets inf\u00E9rieure \u00E0
-# matcher.HausdorffDistanceMatcher = Distance de Hausdorff inf\u00E9rieure 
\u00E0
-# matcher.SemiHausdorffDistanceMatcher = Semi-Distance de Hausdorff 
inf\u00E9rieure \u00E0
-# matcher.ShapeMatcher = Formes similaires
-#
-# matcher.MatchAllAttributesMatcher = Apparie avec tout
-# matcher.MatchAllStringsMatcher = Apparie avec tout
-# matcher.StringEqualityMatcher = \u00C9galit\u00E9 stricte
-# matcher.StringEqualityIgnoreCaseMatcher = \u00C9galit\u00E9 insensible 
\u00E0 la casse
-# matcher.StringEqualityIgnoreCaseAndAccentMatcher = \u00C9galit\u00E9 
insensible \u00E0 la casse et aux accents
-# matcher.LevenshteinDistanceMatcher = Distance de Levenshtein
-# matcher.DamarauLevenshteinDistanceMatcher = Distance de Damarau-Levenshtein
+Geometric-matcher = Appariement g\u00E9om\u00E9trique
+matcher.MatchAllMatcher = Tout apparier
 
+matcher.EqualsExactGeom3dMatcher = \u00C9galit\u00E9 3D (stricte)
+matcher.EqualsNormalizedGeom3dMatcher = \u00C9galit\u00E9 3D (geom 
normalis\u00E9es)
+matcher.EqualsExactGeom2dMatcher = \u00C9galit\u00E9 2D (stricte)
+matcher.EqualsNormalizedGeom2dMatcher = \u00C9galit\u00E9 2D (geom 
normalis\u00E9es)
+matcher.EqualsTopologicalGeomMatcher = \u00C9galit\u00E9 topologique
+matcher.EqualsWithCoordinateToleranceMatcher = Egalit\u00E9 (coordonn\u00E9es 
flottantes)
+
+matcher.IsWithinMatcher = Contenu dans l'objet cible
+matcher.OverlapsMatcher = Recouvre (> xx% de la cible)
+matcher.OverlappedByMatcher = Est recouvert (>xx% de la source)
+matcher.IntersectsMatcher = Intersecte l'objet cible
+matcher.Intersects0DMatcher = Intersection ponctuelle
+matcher.Intersects1DMatcher = Intersection lin\xE9aire
+matcher.Intersects2DMatcher = Intersection surfacique
+
+matcher.CentroidDistanceMatcher = Distance entre centro\u00EFdes 
inf\u00E9rieure \u00E0
+matcher.MinimumDistanceMatcher = Distance entre objets inf\u00E9rieure \u00E0
+matcher.HausdorffDistanceMatcher = Distance de Hausdorff inf\u00E9rieure \u00E0
+matcher.SemiHausdorffDistanceMatcher = Semi-Distance de Hausdorff 
inf\u00E9rieure \u00E0
+matcher.ShapeMatcher = Formes similaires
+
+matcher.MatchAllAttributesMatcher = Apparie avec tout
+matcher.MatchAllStringsMatcher = Apparie avec tout
+matcher.StringEqualityMatcher = \u00C9galit\u00E9 stricte
+matcher.StringEqualityIgnoreCaseMatcher = \u00C9galit\u00E9 insensible \u00E0 
la casse
+matcher.StringEqualityIgnoreCaseAndAccentMatcher = \u00C9galit\u00E9 
insensible \u00E0 la casse et aux accents
+matcher.LevenshteinDistanceMatcher = Distance de Levenshtein
+matcher.DamarauLevenshteinDistanceMatcher = Distance de Damarau-Levenshtein
+
 Attribute-options = Options attributaires
 Use-attributes = Utiliser un attribut pour apparier (texte)
 Source-layer-attribute = Attribut de la couche \u00E0 apparier (source)


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to