Revision: 6533
          http://sourceforge.net/p/jump-pilot/code/6533
Author:   ma15569
Date:     2020-09-26 05:45:05 +0000 (Sat, 26 Sep 2020)
Log Message:
-----------
Preparing language codes

Modified Paths:
--------------
    core/trunk/src/language/jump.properties
    
core/trunk/src/org/openjump/core/ui/plugin/tools/generate/RasterizePlugIn.java

Modified: core/trunk/src/language/jump.properties
===================================================================
--- core/trunk/src/language/jump.properties     2020-09-26 05:36:27 UTC (rev 
6532)
+++ core/trunk/src/language/jump.properties     2020-09-26 05:45:05 UTC (rev 
6533)
@@ -2690,6 +2690,11 @@
 ui.plugin.wms.URLWizardPanel.please-enter-the-url-of-the-wms-server = Please 
enter the URL of the WMS server. Then press Next to establish the connection.
 ui.plugin.wms.URLWizardPanel.select-uniform-resource-locator-url = Select 
Uniform Resource Locator (URL)
 
ui.plugin.wms.URLWizardPanel.the-server-does-not-support-gif-png-or-jpeg-format 
= The server does not support GIF, PNG, or JPEG formats
+ui.plugin.tools.generate.RasterizePlugIn.Name=Rasterize a vector layer
+ui.plugin.tools.generate.RasterizePlugIn.use-extent=Use extent from layer
+ui.plugin.tools.generate.RasterizePlugIn.preparing-layer=Preparing layer
+ui.plugin.tools.generate.RasterizePlugIn.rasterizing-layer=Rasterizing layer
+ui.plugin.tools.generate.RasterizePlugIn.description=Rasterize a vector layer 
selecting an attribute value and defining a cell size. Optionally the extent of 
rasterized area can be defined from another vector or image layer
 ui.renderer.GeometryCollectionShape.method-contains-not-yet-implemented = 
Method contains() not yet implemented.
 ui.renderer.GeometryCollectionShape.method-getBounds-not-yet-implemented = 
Method getBounds() not yet implemented.
 ui.renderer.style.ArrowLineStringEndpointStyle.end-arrow-open = End-Arrow-Open

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/tools/generate/RasterizePlugIn.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/tools/generate/RasterizePlugIn.java  
    2020-09-26 05:36:27 UTC (rev 6532)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/tools/generate/RasterizePlugIn.java  
    2020-09-26 05:45:05 UTC (rev 6533)
@@ -102,11 +102,11 @@
                    
.get("org.openjump.core.ui.plugin.raster.RasterImageLayerPropertiesPlugIn.dimension_cell");
            public static final Icon ICON = IconLoader.icon("rasterize.png");   
            
-           private final static String RASTERIZE_VECTOR = "Rasterize vector 
layer";
-           private final static String RASTERIZING_VECTOR = "Rasterizing 
vector layer";
-           private final static String PREPARING_VECTOR = "Preparing vector 
layer";
-           private final static String USE_EXTERNAL_EXTENT = "Use extent for 
layer";
-           private final static String DESCRIPTION = "Rasterize a vector layer 
selecting an attribute value and defining a cell size. Optionally the extent of 
rasterized area can be defined from another vector or image layer";
+           private final static String RASTERIZE_VECTOR = 
I18N.get("ui.plugin.tools.generate.RasterizePlugIn.Name");
+           private final static String RASTERIZING_VECTOR = 
I18N.get("ui.plugin.tools.generate.RasterizePlugIn.rasterizing-layer");
+           private final static String PREPARING_VECTOR = 
I18N.get("ui.plugin.tools.generate.RasterizePlugIn.preparing-layer");
+           private final static String USE_EXTERNAL_EXTENT = 
I18N.get("ui.plugin.tools.generate.RasterizePlugIn.use-extent");
+           private final static String DESCRIPTION = 
I18N.get("ui.plugin.tools.generate.RasterizePlugIn.description");
         
            @Override
           public boolean execute(PlugInContext context) throws Exception {



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

Reply via email to