Revision: 5508 http://sourceforge.net/p/jump-pilot/code/5508 Author: michaudm Date: 2017-10-06 21:57:39 +0000 (Fri, 06 Oct 2017) Log Message: ----------- Add postgis driver options to narrow database geometry type
Modified Paths: -------------- core/trunk/ChangeLog 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 Modified: core/trunk/ChangeLog =================================================================== --- core/trunk/ChangeLog 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/ChangeLog 2017-10-06 21:57:39 UTC (rev 5508) @@ -3,6 +3,9 @@ # 2. make sure that lines break at 80 chars for constricted display situations #<-------------------------------- 80 chars ----------------------------------># +2017-10-06 mmichaud <m.michael.mich...@orange.fr> + * Add postgis driver options to narrow database geometry type + 2017-09-23 Giuseppe Aruta * Added Syncronize windows zoom (only) tool Modified: core/trunk/src/language/jump.properties =================================================================== --- core/trunk/src/language/jump.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -545,7 +545,6 @@ org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDataSourceQueryChooser.no-connection-choosen = No connection choosen\! org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDataSourceQueryChooser.no-table-choosen = No table choosen\! org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDataSourceQueryChooser.selected-connection-is-not-postgis = Selected connection is not a PostGIS connection\! -org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.create-database-primary-key = Create a database Primary Key org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDriverPanel.create-or-replace = Create new or replace existing table org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDriverPanel.create-or-replace-help-string = Create a new table or replace existing table. org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDriverPanel.insert-only = Insert all features as new rows @@ -555,6 +554,10 @@ org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDriverPanel.insert-update-or-delete = Insert, update or delete rows using identifiers org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDriverPanel.insert-update-or-delete-help-string = WARNING \!\n\ Insert new features, update existing features and delete rows which do not match a layer feature. +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.create-database-primary-key = Create a database Primary Key +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.write-3d-geometries = Write 3D geometries +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry = Convert to multi-geometry type org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.normalized-column-names-key = Normalize column names org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.normalized-table-name-key = Normalize table name org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDriverPanel.primary_key = Primary Key @@ -561,7 +564,6 @@ org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDriverPanel.replace-table-rows = Replace all features from table org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDriverPanel.replace-table-rows-help-string = Replace all rows from this table (using TRUNCATE) by features from this layer (using INSERT). org.openjump.core.ui.plugin.datastore.postgis.PostGISSaveDriverPanel.select-save-method = Select save method -org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.write-3d-geometries = Write 3D geometries org.openjump.core.ui.plugin.datastore.postgis.SaveToPostGISDataSource.overwrite-dialog-message = Table already exists. Do you really want to overwrite it ? org.openjump.core.ui.plugin.datastore.postgis.SaveToPostGISDataSource.overwrite-dialog-title = Overwrite org.openjump.core.ui.plugin.datastore.postgis.SaveToPostGISDataSource.schema-mismatch-dialog-message = Layer schema and table schema do not match. Do you want to commit common attributes only ? Modified: core/trunk/src/language/jump_cz.properties =================================================================== --- core/trunk/src/language/jump_cz.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_cz.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2807,4 +2807,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_de.properties =================================================================== --- core/trunk/src/language/jump_de.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_de.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2803,4 +2803,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_es.properties =================================================================== --- core/trunk/src/language/jump_es.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_es.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2784,4 +2784,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_fi.properties =================================================================== --- core/trunk/src/language/jump_fi.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_fi.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2780,4 +2780,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=SRS-koodi org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=Tasojen lukum\u00E4\u00E4r\u00E4 org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=Muokkaa projektin metatietoja -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=Muokkaa metatietoja. Varoitus: SRS:n muuttaminen ei uudelleenprojisoi tasoja.\n Metatiedot tallennetaan pysyv\u00E4sti kun projektitiedosto tallennetaan \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=Muokkaa metatietoja. Varoitus: SRS:n muuttaminen ei uudelleenprojisoi tasoja.\n Metatiedot tallennetaan pysyv\u00E4sti kun projektitiedosto tallennetaan +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_fr.properties =================================================================== --- core/trunk/src/language/jump_fr.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_fr.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2810,4 +2810,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=Restreindre le type g\xE9om\xE9trique si possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=Convertir en un type multig\xE9om\xE9trique \ No newline at end of file Modified: core/trunk/src/language/jump_hu.properties =================================================================== --- core/trunk/src/language/jump_hu.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_hu.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2799,4 +2799,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_it.properties =================================================================== --- core/trunk/src/language/jump_it.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_it.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2786,4 +2786,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=Codice SRS org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=Numero di livelli org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=Edita metadati del progetto -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_ja_JP.properties =================================================================== --- core/trunk/src/language/jump_ja_JP.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_ja_JP.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2801,4 +2801,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_ml.properties =================================================================== --- core/trunk/src/language/jump_ml.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_ml.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -4074,4 +4074,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_pt.properties =================================================================== --- core/trunk/src/language/jump_pt.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_pt.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2800,4 +2800,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_pt_BR.properties =================================================================== --- core/trunk/src/language/jump_pt_BR.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_pt_BR.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2800,4 +2800,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_ta_IN.properties =================================================================== --- core/trunk/src/language/jump_ta_IN.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_ta_IN.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2799,4 +2799,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_te.properties =================================================================== --- core/trunk/src/language/jump_te.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_te.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -3306,4 +3306,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_zh_CN.properties =================================================================== --- core/trunk/src/language/jump_zh_CN.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_zh_CN.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2963,4 +2963,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file Modified: core/trunk/src/language/jump_zh_HK.properties =================================================================== --- core/trunk/src/language/jump_zh_HK.properties 2017-10-06 21:39:34 UTC (rev 5507) +++ core/trunk/src/language/jump_zh_HK.properties 2017-10-06 21:57:39 UTC (rev 5508) @@ -2964,4 +2964,6 @@ org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.search-srid=#T:SRS code org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.number-of-layers=#T:Number of layers org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.edit-metadata=#T:Edit project metadata -org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file \ No newline at end of file +org.openjump.core.ui.plugin.file.ProjectInfoPlugIn.tooltip=#T:Edit SRS and Information metadata. Warning: changing SRS won't reproject layers.\n Metadata will be saved on saving project file +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.narrow-geometry-type=#T:Narrow geometry type if possible +org.openjump.core.ui.plugin.datastore.DataStoreSaveDriverPanel.convert-to-multigeometry=#T:Convert to multi-geometry type \ No newline at end of file ------------------------------------------------------------------------------ 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