Revision: 6175
          http://sourceforge.net/p/jump-pilot/code/6175
Author:   ma15569
Date:     2019-04-07 16:29:47 +0000 (Sun, 07 Apr 2019)
Log Message:
-----------
Internazionalized and activated Crop/Warp plugin

Modified Paths:
--------------
    core/trunk/ChangeLog
    core/trunk/scripts/default-plugins.xml
    core/trunk/src/language/jump.properties
    core/trunk/src/language/jump_cz.properties
    core/trunk/src/language/jump_de.properties
    core/trunk/src/language/jump_es.properties
    core/trunk/src/language/jump_fi.properties
    core/trunk/src/language/jump_fr.properties
    core/trunk/src/language/jump_hu.properties
    core/trunk/src/language/jump_it.properties
    core/trunk/src/language/jump_ja_JP.properties
    core/trunk/src/language/jump_ml.properties
    core/trunk/src/language/jump_pt.properties
    core/trunk/src/language/jump_pt_BR.properties
    core/trunk/src/language/jump_ta_IN.properties
    core/trunk/src/language/jump_te.properties
    core/trunk/src/language/jump_zh_CN.properties
    core/trunk/src/language/jump_zh_HK.properties
    core/trunk/src/org/openjump/core/ui/plugin/raster/CropWarpPlugIn.java

Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog        2019-04-07 16:05:13 UTC (rev 6174)
+++ core/trunk/ChangeLog        2019-04-07 16:29:47 UTC (rev 6175)
@@ -4,7 +4,7 @@
 #<-------------------------------- 80 chars 
---------------------------------->#
 
 2019-04-07 Giuseppe Aruta
-   * Activated KernelAnalysisPlugIn 
+   * Activated KernelAnalysisPlugIn and CropWarpPlugin
    
 2019-04-07 Giuseppe Aruta
    * Activated ManageDataPlugIn which substitutes ChangeNoData, 

Modified: core/trunk/scripts/default-plugins.xml
===================================================================
--- core/trunk/scripts/default-plugins.xml      2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/scripts/default-plugins.xml      2019-04-07 16:29:47 UTC (rev 
6175)
@@ -912,6 +912,14 @@
                 install="true" />
         </menus>
     </plug-in>
+     <plug-in>
+        org.openjump.core.ui.plugin.raster.CropWarpPlugIn
+        <menus>
+            <main-menu
+                menupath=" MenuNames.RASTER"
+                install="true" />
+        </menus>
+    </plug-in>
     <!--plug-in>
         org.openjump.core.ui.plugin.raster.nodata.ChangeNoDataValuePlugIn
         <menus>

Modified: core/trunk/src/language/jump.properties
===================================================================
--- core/trunk/src/language/jump.properties     2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump.properties     2019-04-07 16:29:47 UTC (rev 
6175)
@@ -2631,6 +2631,14 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=Stretch raster to max value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name = Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=Crop a raster layer using as 
target object the envelope of selected geometries, of a layer (vector, raster 
or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=Warp a raster layer using as 
target object the envelope of selected geometries, of a layer (vector, raster 
or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected
 ui.plugin.skin.InstallSkinsPlugIn.default = Default
 ui.plugin.skin.InstallSkinsPlugIn.skins = Skins
 ui.plugin.wms.AddWMSQueryPlugIn.connect-to-web-map-server = Connect To Web Map 
Server

Modified: core/trunk/src/language/jump_cz.properties
===================================================================
--- core/trunk/src/language/jump_cz.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_cz.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -2941,3 +2941,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected

Modified: core/trunk/src/language/jump_de.properties
===================================================================
--- core/trunk/src/language/jump_de.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_de.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -2933,3 +2933,12 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected
+

Modified: core/trunk/src/language/jump_es.properties
===================================================================
--- core/trunk/src/language/jump_es.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_es.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -2912,3 +2912,12 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=Estirar el raster al valor 
maximo
 ui.plugin.raster.KernelAnalysisPlugIn.Name=Analisis del kernel
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=Kernel predefinidos
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected
+

Modified: core/trunk/src/language/jump_fi.properties
===================================================================
--- core/trunk/src/language/jump_fi.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_fi.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -2910,3 +2910,12 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected
+

Modified: core/trunk/src/language/jump_fr.properties
===================================================================
--- core/trunk/src/language/jump_fr.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_fr.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -2942,3 +2942,12 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected
+

Modified: core/trunk/src/language/jump_hu.properties
===================================================================
--- core/trunk/src/language/jump_hu.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_hu.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -2929,3 +2929,12 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected
+

Modified: core/trunk/src/language/jump_it.properties
===================================================================
--- core/trunk/src/language/jump_it.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_it.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -2914,3 +2914,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=Stira il raster al valore 
massimo
 ui.plugin.raster.KernelAnalysisPlugIn.Name=Analisi del kernel
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=Kernel predefiniti
+ui.plugin.raster.CropWarpPlugIn.Name =Taglia/Deforma raster
+ui.plugin.raster.CropWarpPlugIn.target-object=Oggetto di riferimento
+ui.plugin.raster.CropWarpPlugIn.crop-raster=Taglia raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=Taglia il raster usando come 
oggetto di riferimento l'inviluppo di geometrie selezionate, di un livello 
(vettore, raster, wms) oppure la vista corrente
+ui.plugin.raster.CropWarpPlugIn.warp-raster=Deforma raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=Deforma il raster usando come 
oggetto di riferimento l'inviluppo di geometrie selezionate, di un livello 
(vettore, raster, wms) oppure la vista corrente
+ui.plugin.raster.CropWarpPlugIn.target-layer=\Livello di riferimento
+ui.plugin.raster.CropWarpPlugIn.no-intersection=L'oggetto di riferimento non 
interseca con il raster, \xE8 vuoto oppure le geometrie non sono state 
selezionate

Modified: core/trunk/src/language/jump_ja_JP.properties
===================================================================
--- core/trunk/src/language/jump_ja_JP.properties       2019-04-07 16:05:13 UTC 
(rev 6174)
+++ core/trunk/src/language/jump_ja_JP.properties       2019-04-07 16:29:47 UTC 
(rev 6175)
@@ -2935,3 +2935,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected

Modified: core/trunk/src/language/jump_ml.properties
===================================================================
--- core/trunk/src/language/jump_ml.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_ml.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -3710,3 +3710,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected

Modified: core/trunk/src/language/jump_pt.properties
===================================================================
--- core/trunk/src/language/jump_pt.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_pt.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -2934,3 +2934,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected

Modified: core/trunk/src/language/jump_pt_BR.properties
===================================================================
--- core/trunk/src/language/jump_pt_BR.properties       2019-04-07 16:05:13 UTC 
(rev 6174)
+++ core/trunk/src/language/jump_pt_BR.properties       2019-04-07 16:29:47 UTC 
(rev 6175)
@@ -2934,3 +2934,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected

Modified: core/trunk/src/language/jump_ta_IN.properties
===================================================================
--- core/trunk/src/language/jump_ta_IN.properties       2019-04-07 16:05:13 UTC 
(rev 6174)
+++ core/trunk/src/language/jump_ta_IN.properties       2019-04-07 16:29:47 UTC 
(rev 6175)
@@ -2932,3 +2932,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected

Modified: core/trunk/src/language/jump_te.properties
===================================================================
--- core/trunk/src/language/jump_te.properties  2019-04-07 16:05:13 UTC (rev 
6174)
+++ core/trunk/src/language/jump_te.properties  2019-04-07 16:29:47 UTC (rev 
6175)
@@ -3440,3 +3440,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected

Modified: core/trunk/src/language/jump_zh_CN.properties
===================================================================
--- core/trunk/src/language/jump_zh_CN.properties       2019-04-07 16:05:13 UTC 
(rev 6174)
+++ core/trunk/src/language/jump_zh_CN.properties       2019-04-07 16:29:47 UTC 
(rev 6175)
@@ -3097,3 +3097,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected

Modified: core/trunk/src/language/jump_zh_HK.properties
===================================================================
--- core/trunk/src/language/jump_zh_HK.properties       2019-04-07 16:05:13 UTC 
(rev 6174)
+++ core/trunk/src/language/jump_zh_HK.properties       2019-04-07 16:29:47 UTC 
(rev 6175)
@@ -3096,3 +3096,11 @@
 ui.plugin.raster.ManageDataPlugIn.Stretch-to-max=\#T\:Stretch raster to max 
value
 ui.plugin.raster.KernelAnalysisPlugIn.Name=\#T\:Kernel analysis
 ui.plugin.raster.KernelAnalysisPlugIn.default-kernels=\#T\:Default kernels
+ui.plugin.raster.CropWarpPlugIn.Name =\#T\:Crop/Warp raster
+ui.plugin.raster.CropWarpPlugIn.target-object=\#T\:Target object
+ui.plugin.raster.CropWarpPlugIn.crop-raster=\#T\:Crop raster
+ui.plugin.raster.CropWarpPlugIn.crop-raster-tip=\#T\:Crop a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.warp-raster=\#T\:Warp raster
+ui.plugin.raster.CropWarpPlugIn.warp-raster-tip=\#T\:Warp a raster layer using 
as target object the envelope of selected geometries, of a layer (vector, 
raster or wms) or of the current view
+ui.plugin.raster.CropWarpPlugIn.target-layer=\#T\:Target layer
+ui.plugin.raster.CropWarpPlugIn.no-intersection=\#T\:Target object doesn't 
intersect with the raster layer, it is empty or no geometry has been selected

Modified: core/trunk/src/org/openjump/core/ui/plugin/raster/CropWarpPlugIn.java
===================================================================
--- core/trunk/src/org/openjump/core/ui/plugin/raster/CropWarpPlugIn.java       
2019-04-07 16:05:13 UTC (rev 6174)
+++ core/trunk/src/org/openjump/core/ui/plugin/raster/CropWarpPlugIn.java       
2019-04-07 16:29:47 UTC (rev 6175)
@@ -95,16 +95,24 @@
     public static WorkbenchFrame frame = 
JUMPWorkbench.getInstance().getFrame();
     private JPanel coordsPanel;
 
-    private final String NAME = RasterMenuNames.C_NAME;
-    private final String Target_OBJECT = RasterMenuNames.C_TARGET_OBJECT;
-    private final String CROP_RASTER = RasterMenuNames.C_CROP_RASTER;
-    private final String CROP_RASTER_TIP = RasterMenuNames.C_CROP_RASTER_TIP;
-    private final String WARP_RASTER = RasterMenuNames.C_WARP_RASTER;
-    private final String WARP_RASTER_TIP = RasterMenuNames.C_WARP_RASTER_TIP;
-    private final String CUT_LAYER = RasterMenuNames.C_CUT_LAYER;
-    private final String WARP_LAYER = RasterMenuNames.C_WARP_LAYER;
-    private final String NO_INTERSECTION = RasterMenuNames.C_NO_INTERSECTION;
+    private final String NAME = I18N
+            .get("ui.plugin.raster.CropWarpPlugIn.Name");
+    private final String Target_OBJECT = I18N
+            .get("ui.plugin.raster.CropWarpPlugIn.target-object");
+    private final String CROP_RASTER = I18N
+            .get("ui.plugin.raster.CropWarpPlugIn.crop-raster");
+    private final String CROP_RASTER_TIP = I18N
+            .get("ui.plugin.raster.CropWarpPlugIn.crop-raster-tip");
+    private final String WARP_RASTER = I18N
+            .get("ui.plugin.raster.CropWarpPlugIn.warp-raster");
+    private final String WARP_RASTER_TIP = I18N
+            .get("ui.plugin.raster.CropWarpPlugIn.warp-raster-tip");
+    private final String TARGET_LAYER = I18N
+            .get("ui.plugin.raster.CropWarpPlugIn.target-layer");
 
+    private final String NO_INTERSECTION = I18N
+            .get("ui.plugin.raster.CropWarpPlugIn.no-intersection");
+
     private final String CHECK = RasterMenuNames.Check_field;
     private final String ACTION_LABEL = RasterMenuNames.Choose_an_action;
 
@@ -149,7 +157,7 @@
         layerComboBox = new JComboBox<>(new Vector<>(layerables));
         layerComboBox.setSelectedItem(layerables.get(0));
         layerComboBox.setSize(200, layerComboBox.getPreferredSize().height);
-        cutLayerLabel = new JLabel(CUT_LAYER);
+        cutLayerLabel = new JLabel(TARGET_LAYER);
         FormUtils.addRowInGBL(cropPanel, 2, 0, cutLayerLabel, layerComboBox);
         return cropPanel;
     }
@@ -308,12 +316,10 @@
         switch (comboBox.getSelectedIndex()) {
         case 0:
             dialog.setSideBarDescription(CROP_RASTER_TIP);
-            cutLayerLabel.setText(CUT_LAYER);
             cutObjectLabel.setText(Target_OBJECT);
             break;
         case 1:
             dialog.setSideBarDescription(WARP_RASTER_TIP);
-            cutLayerLabel.setText(WARP_LAYER);
             cutObjectLabel.setText(Target_OBJECT);
             break;
         }



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to