Revision: 5151
          http://sourceforge.net/p/jump-pilot/code/5151
Author:   michaudm
Date:     2016-11-04 22:50:37 +0000 (Fri, 04 Nov 2016)
Log Message:
-----------
GenerateRandom values : ready for internationalization

Modified Paths:
--------------
    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/tools/GenerateRandomStringPlugIn.java

Modified: core/trunk/src/language/jump.properties
===================================================================
--- core/trunk/src/language/jump.properties     2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump.properties     2016-11-04 22:50:37 UTC (rev 
5151)
@@ -1421,12 +1421,12 @@
 org.openjump.core.ui.plugin.tools.Dissolve2PlugIn.parameter = Parameter
 org.openjump.core.ui.plugin.tools.Dissolve2PlugIn.remove-aggregate-function = 
Remove aggregate function
 org.openjump.core.ui.plugin.tools.Dissolve2PlugIn.source-layer = Source Layer
-org.openjump.core.ui.plugin.tools.GenerateRandom = Random values generator
-org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn = Numeric values 
generator
+org.openjump.core.ui.plugin.tools.GenerateRandom = Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn = Generate random 
numeric values
 org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value = Min 
Value
 org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value = Max 
Value
-org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute
 = No editable layer with numeric attribute is available
-org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn = String values 
generator
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute
 = No editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn = #T:Generate 
random string values
 org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length = Min 
Length
 
org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip 
= Min length of the generated string
 org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length = Max 
Length
@@ -1438,7 +1438,7 @@
 org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii = ASCII
 org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities = Cities
 org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names = Names
-org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute
 = No editable layer with string attribute is available
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute
 = No editable layer with string attribute
 
org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute
 = Attribute is not empty
 org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt 
= Do you want to overwrite existing values ?
 
org.openjump.core.ui.plugin.tools.JoinAttributesSpatiallyPlugIn.Join-Attributes-Spatially
 = Join Attributes Spatially

Modified: core/trunk/src/language/jump_cz.properties
===================================================================
--- core/trunk/src/language/jump_cz.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_cz.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -2721,4 +2721,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_de.properties
===================================================================
--- core/trunk/src/language/jump_de.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_de.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -2717,4 +2717,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_es.properties
===================================================================
--- core/trunk/src/language/jump_es.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_es.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -2700,4 +2700,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_fi.properties
===================================================================
--- core/trunk/src/language/jump_fi.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_fi.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -2694,4 +2694,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=Synkronoi
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=Yleist\u00E4 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=Yleist\u00E4\u00E4
 geometriat k\u00E4ytt\u00E4m\u00E4ll\u00E4 Visvalingam-Whyatt-algoritmia.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_fr.properties
===================================================================
--- core/trunk/src/language/jump_fr.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_fr.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -2724,4 +2724,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=Synchroniser
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=Simplifier 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=Simplifier
 la g\xE9om\xE9trie en utilisant l'algorithme de Visvalingam-Whyatt.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=Aucune
 couche modifiable n'a les attributs requis
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=Aucune
 couche modifiable n'a les attributs requis
+org.openjump.core.ui.plugin.tools.GenerateRandom=G\xE9n\xE9rer des valeurs 
al\xE9atoires
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=G\xE9n\xE9rer des 
nombres al\xE9atoires
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=G\xE9n\xE9rer des 
cha\xEEnes al\xE9atoires
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=Valeur 
maximum
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=Valeur 
minimum
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=Aucune
 couche modifiable contenant un attribut num\xE9rique
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=Aucune
 couche modifiable contenant un attribut de type string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=Villes
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=Chiffres
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=Bas\xE9
 sur des lettres
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=Longueur
 maximum
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=Longueur
 maximum de la cha\xEEne de caract\xE8res
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=Longueur
 minimum
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=Longueur
 minimum de la cha\xEEne de caract\xE8res
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=Noms
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=L'attribut
 contient d\xE9j\xE0 des valeurs.
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=Voulez-vous
 remplacer les valeurs existantes ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=Bas\xE9
 sur des mots
\ No newline at end of file

Modified: core/trunk/src/language/jump_hu.properties
===================================================================
--- core/trunk/src/language/jump_hu.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_hu.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -2717,4 +2717,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_it.properties
===================================================================
--- core/trunk/src/language/jump_it.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_it.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -2701,3 +2701,23 @@
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
 
ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based

Modified: core/trunk/src/language/jump_ja_JP.properties
===================================================================
--- core/trunk/src/language/jump_ja_JP.properties       2016-11-04 14:52:27 UTC 
(rev 5150)
+++ core/trunk/src/language/jump_ja_JP.properties       2016-11-04 22:50:37 UTC 
(rev 5151)
@@ -2719,4 +2719,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_ml.properties
===================================================================
--- core/trunk/src/language/jump_ml.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_ml.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -3990,4 +3990,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_pt.properties
===================================================================
--- core/trunk/src/language/jump_pt.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_pt.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -2715,4 +2715,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_pt_BR.properties
===================================================================
--- core/trunk/src/language/jump_pt_BR.properties       2016-11-04 14:52:27 UTC 
(rev 5150)
+++ core/trunk/src/language/jump_pt_BR.properties       2016-11-04 22:50:37 UTC 
(rev 5151)
@@ -2716,4 +2716,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_ta_IN.properties
===================================================================
--- core/trunk/src/language/jump_ta_IN.properties       2016-11-04 14:52:27 UTC 
(rev 5150)
+++ core/trunk/src/language/jump_ta_IN.properties       2016-11-04 22:50:37 UTC 
(rev 5151)
@@ -2718,4 +2718,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_te.properties
===================================================================
--- core/trunk/src/language/jump_te.properties  2016-11-04 14:52:27 UTC (rev 
5150)
+++ core/trunk/src/language/jump_te.properties  2016-11-04 22:50:37 UTC (rev 
5151)
@@ -3224,4 +3224,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_zh_CN.properties
===================================================================
--- core/trunk/src/language/jump_zh_CN.properties       2016-11-04 14:52:27 UTC 
(rev 5150)
+++ core/trunk/src/language/jump_zh_CN.properties       2016-11-04 22:50:37 UTC 
(rev 5151)
@@ -2879,4 +2879,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=#T:Word
 based
\ No newline at end of file

Modified: core/trunk/src/language/jump_zh_HK.properties
===================================================================
--- core/trunk/src/language/jump_zh_HK.properties       2016-11-04 14:52:27 UTC 
(rev 5150)
+++ core/trunk/src/language/jump_zh_HK.properties       2016-11-04 22:50:37 UTC 
(rev 5151)
@@ -2880,4 +2880,24 @@
 org.openjump.core.ui.plugin.view.ViewOptionsPlugIn.Synchronize=#T:Synchronize
 ui.plugin.analysis.GeometryFunction.Simplify-(Visvalingam-Whyatt)=#T:Simplify 
(Visvalingam-Whyatt)
 
ui.plugin.analysis.GeometryFunction.Simplifies-a-geometry-using-the-Visvalingam-Whyatt-algorithm=#T:Simplifies
 a geometry using the Visvalingam-Whyatt algorithm.
-ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
\ No newline at end of file
+ui.plugin.analysis.CalculateAreasAndLengthsPlugIn.no-editable-layer-with-required-attributes=#T:No
 editable layer with required attributes available
+org.openjump.core.ui.plugin.tools.GenerateRandom=#T:Generate random values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn=#T:Generate 
random numeric values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.max-value=#T:Max 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn=#T:Generate 
random string values
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.min-value=#T:Min 
Value
+org.openjump.core.ui.plugin.tools.GenerateRandomNumberPlugIn.no-editable-layer-with-numeric-attribute=#T:No
 editable layer with numeric attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.no-editable-layer-with-string-attribute=#T:No
 editable layer with string attribute
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.ascii=ASCII
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.cities=#T:Cities
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.digits=#T:Digits
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.hexa=Hexa
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.letter-based=#T:Letter
 based
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length=#T:Max 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.max-length-tooltip=#T:Max
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length=#T:Min 
length
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.min-length-tooltip=#T:Min
 length of the generated string
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.names=#T:Names
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.non-empty-attribute=#T:Attribute
 is not empty
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.overwrite-prompt=#T:Do
 you want to overwrite existing values ?
+org.openjump.core.ui.plugin.tools.GenerateRandomStringPlugIn.word-based=
\ No newline at end of file

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/tools/GenerateRandomStringPlugIn.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/tools/GenerateRandomStringPlugIn.java
    2016-11-04 14:52:27 UTC (rev 5150)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/tools/GenerateRandomStringPlugIn.java
    2016-11-04 22:50:37 UTC (rev 5151)
@@ -174,7 +174,7 @@
         } else if (cities) {
             sb.append(cityArray[rnd.nextInt(cityArray.length)]);
         } else if (names) {
-            
sb.append(firstNames[rnd.nextInt(cityArray.length)]).append("").append(surnames[rnd.nextInt(surnames.length)]);
+            sb.append(firstNames[rnd.nextInt(cityArray.length)]).append(" 
").append(surnames[rnd.nextInt(surnames.length)]);
         }
         return sb.toString();
     }


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to