Revision 34110

View differences:

tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/distribution/distribution.xml
1
<assembly>
2
</assembly>
0 3

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/buildNumber.properties
1
#maven.buildNumber.plugin properties file
2
#Mon Nov 08 10:04:41 CET 2010
3
buildNumber=2021
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/buildNumber.properties
1
#maven.buildNumber.plugin properties file
2
#Mon Nov 08 10:04:41 CET 2010
3
buildNumber=2021
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/package.info
1
#
2
#Mon Nov 08 10:04:44 CET 2010
3
state=devel
4
name=org.gvsig.selectiontools.app.extension
5
official=true
6
code=org.gvsig.selectiontools.app.extension
7
operating-system=all
8
architecture=all
9
java-version=j1_5
10
gvSIG-version=2.0.0
11
version=1.0.0-SNAPSHOT
12
type=plugin
13
build=2021
14
description=Advanced selection tools\:\n- select all\n- by buffer\n- by cicle\n- by polilyne
15
model-version=1.0.0
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/test/resources/README.txt
1
Put into this folder the resources needed by your test classes.
2

  
3
This folder is added to the Tests classpath, so you can load any resources 
4
through the ClassLoader.
5

  
6
By default, in this folder you can find an example of log4j configuration,
7
prepared to log messages through the console, so logging works when you
8
run your tests classes.
0 9

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/test/resources/log4j.xml
1
<?xml version="1.0" encoding="ISO-8859-1" ?>
2
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
3

  
4
<!-- 
5
Log4J configuration file for unit tests execution.
6
 -->
7
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
8

  
9
	<!-- Appender configuration to show logging messages through the console -->
10
	<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
11
		<layout class="org.apache.log4j.PatternLayout">
12
			<param name="ConversionPattern" value="%d{HH:mm:ss,SSS} %-5p [%c{2}.%M()]\n  %m%n" />
13
		</layout>
14
	</appender>
15

  
16
	<!-- 
17
	Activate logging messages of DEBUG level of higher only for the
18
	org.gvsig.tools packages.
19
	You can put full classes names or packages instead, to configure
20
	logging for all the classes and subpackages of the package.
21
	-->
22
	<category name="org.gvsig.tools">
23
		<priority value="DEBUG" />
24
	</category>
25
	<category name="org.gvsig.selectiontools">
26
		<priority value="DEBUG" />
27
	</category>
28

  
29
	<!-- 
30
	By default, show only logging messages of INFO level or higher, 
31
	through the previously configured CONSOLE appender. 
32
	-->
33
	<root>
34
		<priority value="INFO" />
35
		<appender-ref ref="CONSOLE" />
36
	</root>
37
</log4j:configuration>
0 38

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_pt.properties
1
#Translations for language [pt]
2
#Mon Sep 21 10:02:12 CEST 2009
3
add_buffer_layers=
4
add_influence_areas_layers=
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=
9
Both=
10
Buffer_cap=
11
Buffer_information=
12
Buffer_width=
13
bufferWidth_TOOLTIP_HTML_explanation=
14
configuration=
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=
17
Creating_temp_file=
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=
19
Error=
20
Error_fallo_geoproceso=Erro ao executar geoprocesso
21
Error_preparar_escritura_resultados=Erro ao preparar o tema de saida
22
extSelectionTools=
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=
25
Failed_creating_the_temporal_layer=
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=
30
Failed_selecting_geometries_in_layer=
31
Failed_selecting_layer=
32
Failed_the_process=
33
Information=
34
Inside=
35
Invalid_width=
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=
39
Layer_with_influence_areas_reprojected=
40
Layer_with_unsupported_geometries_type=
41
Line=
42
lineSideLabel_TOOLTIP_HTML_explanation=
43
Multi_layer_selection_applied_for_influence_area=
44
multiLayer_selection=
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=
46
MultiPoint=
47
multiPointSideLabel_TOOLTIP_HTML_explanation=
48
Ongoing_process_please_wait=
49
Options=
50
Outside=
51
Outside_and_inside=
52
Percent=
53
Point=
54
pointSideLabel_TOOLTIP_HTML_explanation=
55
Polygon=
56
polygonSideLabel_TOOLTIP_HTML_explanation=
57
Process_canceled=
58
Process_cancelled=
59
Process_finished=
60
Process_finished_wont_be_cancelled=
61
Removed_layer_with_influence_areas_to_TOC=
62
Round=
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=
64
seleccion=Selec\u00e7\u00e3o
65
select_all=Seleccionar todos
66
select_all_info=
67
select_by_buffer=
68
select_by_buffer_info=
69
select_by_circle=
70
select_by_circle_info=
71
select_by_polyline=
72
select_by_polyline_info=
73
Selection_by_buffer_process=
74
Selection_process_finished_succesfully=
75
Selection_restored=
76
Side=
77
sideLabel_TOOLTIP_HTML_explanation=
78
Starting_selection_of_layer=
79
Starting_selection_process=
80
Summary_of_the_process_of_selecting_by_buffer=
81
There_are_no_geometries_selected=
82
Tool_unavaliable_with_view_in_geographic_projection=
83
Tools_Select=
84
Undefined_layer=
85
Unit=
86
Vista=Vista
87
Warning=
88
Width=
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_ca.properties
1
#Translations for language [ca]
2
#Mon Sep 21 10:02:11 CEST 2009
3
add_buffer_layers=
4
add_influence_areas_layers=Agrega capes d'\u00e0rees d'influ\u00e8ncia.
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=Agregada capa amb \u00e0rees d'influ\u00e8ncia al TOC
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=<html>Agrega les \u00e0rees d'influ\u00e8ncia de cada capa activa<br> com a noves capes vectorials.</html>
9
Both=Ambd\u00f3s
10
Buffer_cap=Capellet de la mem\u00f2ria
11
Buffer_information=Informaci\u00f3 de la mem\u00f2ria
12
Buffer_width=Ampl\u00e0ria de la mem\u00f2ria
13
bufferWidth_TOOLTIP_HTML_explanation=<html>Ampl\u00e0ria de la mem\u00f2ria.</html>
14
configuration=configuraci\u00f3
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=Creant capa amb \u00e0rees d'influ\u00e8ncia.
17
Creating_temp_file=Creant fitxer temporal
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=<html>Unitat de dist\u00e0ncia.</html>
19
Error=Error
20
Error_fallo_geoproceso=S'ha produ\u00eft un error durant l'execuci\u00f3 del geoproc\u00e9s
21
Error_preparar_escritura_resultados=S'ha produ\u00eft un error en preparar la capa de resultats
22
extSelectionTools=Extensi\u00f3 eines de selecci\u00f3
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=Ha fallat en crear la capa temporal
25
Failed_creating_the_temporal_layer=Ha fallat en crear la capa temporal.
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=Ha fallat en seleccionar geometries.
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=Ha fallat en seleccionar geometries en la capa.\nL'\u00e0rea circular de selecci\u00f3 intersecta amb alguna geometria mal definida, hauria de revisar-les.
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=Ha fallat en seleccionar geometries en la capa.\nLa polil\u00ednia intersecta amb alguna geometria mal definida, hauria de revisar-les.
30
Failed_selecting_geometries_in_layer=Ha fallat en seleccionar geometries en la capa
31
Failed_selecting_layer=Ha fallat en seleccionar la capa
32
Failed_the_process=Ha fallat el proc\u00e9s.
33
Information=Informaci\u00f3
34
Inside=Interior
35
Invalid_width=Ampl\u00e0ria no v\u00e0lida
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=Capa amb \u00e0rees d'influ\u00e8ncia creada.
39
Layer_with_influence_areas_reprojected=Capa amb \u00e0rees d'influ\u00e8ncia reprojectada.
40
Layer_with_unsupported_geometries_type=Capa amb tipus de geometries no suportades.
41
Line=L\u00ednia
42
lineSideLabel_TOOLTIP_HTML_explanation=<html>Geometries de tipus l\u00ednia.</html>
43
Multi_layer_selection_applied_for_influence_area=Selecci\u00f3 multicapa aplicada per a \u00e0rea d'influ\u00e8ncia.
44
multiLayer_selection=Selecci\u00f3 multicapa.
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=<html>La selecci\u00f3 de geometries afecta totes les capes.</html>
46
MultiPoint=Multipunt
47
multiPointSideLabel_TOOLTIP_HTML_explanation=<html>Geometries de tipus multi punt.</html>
48
Ongoing_process_please_wait=Proc\u00e9s en marxa, per favor, espere...
49
Options=Opcions
50
Outside=Exterior
51
Outside_and_inside=Exterior i interior
52
Percent=Percentatge
53
Point=Punt
54
pointSideLabel_TOOLTIP_HTML_explanation=<html>Geometries de tipus punt.</html>
55
Polygon=Pol\u00edgon
56
polygonSideLabel_TOOLTIP_HTML_explanation=<html>Geometries de tipus pol\u00edgon.</html>
57
Process_canceled=Proc\u00e9s cancel\u00b7lat.
58
Process_cancelled=Proc\u00e9s cancel\u00b7lat.
59
Process_finished=Proc\u00e9s finalitzat.
60
Process_finished_wont_be_cancelled=El proc\u00e9s ha finalitzat, no es cancel\u00b7lar\u00e0.
61
Removed_layer_with_influence_areas_to_TOC=Llevada capa amb \u00e0rees d'influ\u00e8ncia del TOC.
62
Round=Arredonit
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=Excepci\u00f3 en temps d'execuci\u00f3 en refrescar el component principal des d'un fil Swing
64
seleccion=Selecci\u00f3
65
select_all=Seleccionar tot
66
select_all_info=
67
select_by_buffer=Seleccionar per \u00e0rea d'influ\u00e8ncia
68
select_by_buffer_info=<html>Selecciona les geometries de les capes<br> vectorials actives en la vista actual que<br> intersecten amb el buffer creat de les<br> geometries anteriorment seleccionades.</html>
69
select_by_circle=Seleccionar per cercle
70
select_by_circle_info=<html>Seleccciona les geometries de les capes<br> vectorials actives en la vista actual que<br> intersecten amb el cercle seleccionat.</html>
71
select_by_polyline=Seleccionar per polil\u00ednia
72
select_by_polyline_info=<html>Seleccciona les geometries de les capes<br> vectorials actives en la vista actual que<br> intersecten amb la polil\u00ednia seleccionada.</html>
73
Selection_by_buffer_process=Proc\u00e9s de selecci\u00f3 per \u00e0rea d'influ\u00e8ncia
74
Selection_process_finished_succesfully=Proc\u00e9s de selecci\u00f3 finalizat satisfact\u00f2riament.
75
Selection_restored=Selecci\u00f3 restaurada.
76
Side=Sentit
77
sideLabel_TOOLTIP_HTML_explanation=<html>Indique el sentit que seleccionar\u00e0 el buffer segons<br> el tipus de capa.</html>
78
Starting_selection_of_layer=Iniciant selecci\u00f3 de capa
79
Starting_selection_process=Iniciant proc\u00e9s de selecci\u00f3.
80
Summary_of_the_process_of_selecting_by_buffer=Resum del proc\u00e9s de selecci\u00f3 per buffer
81
There_are_no_geometries_selected=No hi ha geometries seleccionades.
82
Tool_unavaliable_with_view_in_geographic_projection=Eina no disponible en vistes amb projeccions geogr\u00e0fiques.
83
Tools_Select=Selecci\u00f3 d'eines
84
Undefined_layer=
85
Unit=Unitat
86
Vista=Vista
87
Warning=Av\u00eds
88
Width=Amplada
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=No seleccionar\u00e0 geometries en la capa perqu\u00e8 t\u00e9 projecci\u00f3 incompatible.
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_sr.properties
1
#Translations for language [sr]
2
#Mon Nov 02 08:36:03 CET 2009
3
add_buffer_layers=
4
add_influence_areas_layers=Dodaj lejere bafera.
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=TOC-u dodat lejer sa baferom.
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=<html>Dodaj bafere svakog aktivnog lejera<br> kao novi vektorski lejer.</html>
9
Both=Oba
10
Buffer_cap=Buffer cap
11
Buffer_information=Podaci iz buffer-a
12
Buffer_width=\u0160irina buffer-a
13
bufferWidth_TOOLTIP_HTML_explanation=<html>\u0160irina bafera.</html>
14
configuration=pode\u0161avanje
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=U toku je kreiranje lejera sa baferima.
17
Creating_temp_file=U toku je kreiranje temp datoteke
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=<html>Jedinica udaljenosti.</html>
19
Error=Gre\u0161ka
20
Error_fallo_geoproceso=Gre\u0161ka pri realizaciji geoprocesa
21
Error_preparar_escritura_resultados=Gre\u0161ka u procesu pripreme lejera sa rezultatima
22
extSelectionTools=Ekstenzija Alati za izbor
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=Neuspe\u0161no kreiranje privremenog lejera.
25
Failed_creating_the_temporal_layer=Neuspe\u0161no kreiranje privremenog lejera.
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=Neuspe\u0161an izbor geometrija.
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=Neuspe\u0161an izbor geometrija na lejeru.\nIzabrana kru\u017ena oblast upisana sa nekom pogre\u0161no definisanom geometrijom, trebalo bi ih pregledati.
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=Neuspe\u0161an izbor geometrija na lejeru.\nPoli-linija upisana sa nekom pogre\u0161no definisanom geometrijom, trebalo bi ih pregledati.
30
Failed_selecting_geometries_in_layer=Neuspe\u0161an izbor geometrija na lejeru
31
Failed_selecting_layer=Neuspe\u0161an izbor lejera
32
Failed_the_process=Neuspe\u0161an proces.
33
Information=Podaci
34
Inside=Unutra
35
Invalid_width=Pogre\u0161na \u0161irina.
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=Lejer sa kreiranim baferima.
39
Layer_with_influence_areas_reprojected=Lejer sa ponovo projektovanim baferima.
40
Layer_with_unsupported_geometries_type=Lejer sa tipom geometrija koje nemaju podr\u0161ku.
41
Line=Linija
42
lineSideLabel_TOOLTIP_HTML_explanation=<html>Geometrje linijskog tipa.</html>
43
Multi_layer_selection_applied_for_influence_area=Izbran multi-lejer za bafer
44
multiLayer_selection=Izbor multi-lejera.
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=<html>Izbor geometrja uti\u010de na sve lejere.</html>
46
MultiPoint=Multi-ta\u010dke
47
multiPointSideLabel_TOOLTIP_HTML_explanation=<html>Geometrije tipa multi-ta\u010dke.</html>
48
Ongoing_process_please_wait=Proces u toku, molimo sa\u010dekajte...
49
Options=Opcije
50
Outside=Spoljnji
51
Outside_and_inside=Unutra\u0161nji i spoljnji
52
Percent=Procenat
53
Point=Ta\u010dka
54
pointSideLabel_TOOLTIP_HTML_explanation=<html>Geometrije ta\u010dkastog tipa.</html>
55
Polygon=Poligon
56
polygonSideLabel_TOOLTIP_HTML_explanation=<html>Geometrije tipa poligon.</html>
57
Process_canceled=Proces otkazan.
58
Process_cancelled=Proces otkazan.
59
Process_finished=Proces je zavr\u0161en.
60
Process_finished_wont_be_cancelled=Proces je zavr\u0161en, ne\u0107e biti otkazan.
61
Removed_layer_with_influence_areas_to_TOC=Lejer sa TOC baferima je uklonjen.
62
Round=Zaobljeno
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=Izuzetak u vremenu realizacije osve\u017eavanjem glavne komponente po Swing niti
64
seleccion=Izbor
65
select_all=Izaberi sve
66
select_all_info=
67
select_by_buffer=Izaberi na osnovu bafera
68
select_by_buffer_info=<html>Izaberi geometrje aktivnih vektorskih lejera<br> u aktivnom prikazu koji<br> se presecaju sa kreiranim baferom <br> od ranije ozna\u010denih geometrija.</html>
69
select_by_circle=Izaberi po krugu
70
select_by_circle_info=<html>Izaberi geometrije aktivnih vektorskih lejera<br> u aktivnom prikazu koji<br> se presecaju sa ozna\u010denim krugom.</html>
71
select_by_polyline=Izaberi po poli-liniji
72
select_by_polyline_info=<html>Izaberi geometrije aktivnih vektorskih lejera<br> u aktivnom prikazu koji<br> se presecaju sa ozna\u010denom poli-linijom.</html>
73
Selection_by_buffer_process=Proces izbora po baferu
74
Selection_process_finished_succesfully=Uspe\u0161no zavr\u0161en proces izbora.
75
Selection_restored=Obnovljen izbor.
76
Side=Smer
77
sideLabel_TOOLTIP_HTML_explanation=<html>Navedi smer koji \u0107e napraviti izbor bafera prema<br> tipu lejera.</html>
78
Starting_selection_of_layer=Po\u010dinje izbor lejera
79
Starting_selection_process=Po\u010dinje proces izbora
80
Summary_of_the_process_of_selecting_by_buffer=Rezime procesa izbora po baferima
81
There_are_no_geometries_selected=Geometrija nije ozna\u010dena.
82
Tool_unavaliable_with_view_in_geographic_projection=Nije dostupna alatka u prikazima sa geografskim projekcijama.
83
Tools_Select=Izbor alatki
84
Undefined_layer=
85
Unit=Jedinica
86
Vista=Prikaz
87
Warning=Upozorenje
88
Width=\u0160irina
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=Ne\u0107e sa\u010duvati gemetrije u lejeru zato \u0161to je projekcija nekompatibilna.
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_tr.properties
1
#Translations for language [tr]
2
#Mon Sep 21 10:02:12 CEST 2009
3
add_buffer_layers=
4
add_influence_areas_layers=
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=
9
Both=
10
Buffer_cap=
11
Buffer_information=
12
Buffer_width=
13
bufferWidth_TOOLTIP_HTML_explanation=
14
configuration=
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=
17
Creating_temp_file=
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=
19
Error=Hata
20
Error_fallo_geoproceso=Co\u011frafi i\u015flemi uygulamada hata
21
Error_preparar_escritura_resultados=Sonu\u00e7 katman\u0131n\u0131 haz\u0131rlamada hata
22
extSelectionTools=
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=
25
Failed_creating_the_temporal_layer=
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=
30
Failed_selecting_geometries_in_layer=
31
Failed_selecting_layer=
32
Failed_the_process=\u0130\u015flemde hata
33
Information=Bilgi
34
Inside=
35
Invalid_width=
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=
39
Layer_with_influence_areas_reprojected=
40
Layer_with_unsupported_geometries_type=
41
Line=
42
lineSideLabel_TOOLTIP_HTML_explanation=
43
Multi_layer_selection_applied_for_influence_area=
44
multiLayer_selection=
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=
46
MultiPoint=
47
multiPointSideLabel_TOOLTIP_HTML_explanation=
48
Ongoing_process_please_wait=
49
Options=Se\u00e7enekler
50
Outside=
51
Outside_and_inside=
52
Percent=Y\u00fczde
53
Point=
54
pointSideLabel_TOOLTIP_HTML_explanation=
55
Polygon=
56
polygonSideLabel_TOOLTIP_HTML_explanation=
57
Process_canceled=\u0130\u015flem iptal edildi
58
Process_cancelled=
59
Process_finished=\u0130\u015flem tamamland\u0131
60
Process_finished_wont_be_cancelled=
61
Removed_layer_with_influence_areas_to_TOC=
62
Round=
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=
64
seleccion=Se\u00e7im
65
select_all=T\u00fcm\u00fcn\u00fc se\u00e7
66
select_all_info=
67
select_by_buffer=
68
select_by_buffer_info=
69
select_by_circle=
70
select_by_circle_info=
71
select_by_polyline=
72
select_by_polyline_info=
73
Selection_by_buffer_process=
74
Selection_process_finished_succesfully=
75
Selection_restored=
76
Side=
77
sideLabel_TOOLTIP_HTML_explanation=
78
Starting_selection_of_layer=
79
Starting_selection_process=
80
Summary_of_the_process_of_selecting_by_buffer=
81
There_are_no_geometries_selected=
82
Tool_unavaliable_with_view_in_geographic_projection=
83
Tools_Select=Ara\u00e7 Se\u00e7im
84
Undefined_layer=
85
Unit=
86
Vista=Pencere
87
Warning=Uyar\u0131
88
Width=
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_ru.properties
1
#Translations for language [ru]
2
#Mon Sep 21 10:02:12 CEST 2009
3
add_buffer_layers=
4
add_influence_areas_layers=
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=
9
Both=
10
Buffer_cap=
11
Buffer_information=
12
Buffer_width=
13
bufferWidth_TOOLTIP_HTML_explanation=
14
configuration=
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=
17
Creating_temp_file=
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=
19
Error=
20
Error_fallo_geoproceso=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430 \u0433\u0435\u043e\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438
21
Error_preparar_escritura_resultados=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0438 \u0432\u044b\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u0441\u043b\u043e\u044f
22
extSelectionTools=
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=
25
Failed_creating_the_temporal_layer=
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=
30
Failed_selecting_geometries_in_layer=
31
Failed_selecting_layer=
32
Failed_the_process=
33
Information=
34
Inside=
35
Invalid_width=
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=
39
Layer_with_influence_areas_reprojected=
40
Layer_with_unsupported_geometries_type=
41
Line=
42
lineSideLabel_TOOLTIP_HTML_explanation=
43
Multi_layer_selection_applied_for_influence_area=
44
multiLayer_selection=
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=
46
MultiPoint=
47
multiPointSideLabel_TOOLTIP_HTML_explanation=
48
Ongoing_process_please_wait=
49
Options=
50
Outside=
51
Outside_and_inside=
52
Percent=
53
Point=
54
pointSideLabel_TOOLTIP_HTML_explanation=
55
Polygon=
56
polygonSideLabel_TOOLTIP_HTML_explanation=
57
Process_canceled=
58
Process_cancelled=
59
Process_finished=
60
Process_finished_wont_be_cancelled=
61
Removed_layer_with_influence_areas_to_TOC=
62
Round=
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=
64
seleccion=\u0412\u044b\u0431\u043e\u0440
65
select_all=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0435
66
select_all_info=
67
select_by_buffer=
68
select_by_buffer_info=
69
select_by_circle=
70
select_by_circle_info=
71
select_by_polyline=
72
select_by_polyline_info=
73
Selection_by_buffer_process=
74
Selection_process_finished_succesfully=
75
Selection_restored=
76
Side=
77
sideLabel_TOOLTIP_HTML_explanation=
78
Starting_selection_of_layer=
79
Starting_selection_process=
80
Summary_of_the_process_of_selecting_by_buffer=
81
There_are_no_geometries_selected=
82
Tool_unavaliable_with_view_in_geographic_projection=
83
Tools_Select=
84
Undefined_layer=
85
Unit=
86
Vista=\u041a\u0430\u0440\u0442\u0430
87
Warning=
88
Width=
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_de.properties
1
#Translations for language [de]
2
#Mon Sep 21 10:02:11 CEST 2009
3
add_buffer_layers=Layer f\u00fcr Puffer hinzuf\u00fcgen
4
add_influence_areas_layers=Layer durch Pufferzone selektieren.
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=Puffer-Fl\u00e4che zu Legende hinzuf\u00fcgen
7
Added_layer_with_influence_areas_to_TOC=Layer mit Pufferzone wurde in der Legende geladen. 
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=<html>Pufferzonen f\u00fcr jeden aktiven Layer <br> als neuen Vektor-Layer hinzuf\u00fcgen.</html>
9
Both=Beide
10
Buffer_cap=Puffer Max.
11
Buffer_information=Puffer Information
12
Buffer_width=Puffer Weite
13
bufferWidth_TOOLTIP_HTML_explanation=<html>Breite des Puffers.</html>
14
configuration=Konfiguration
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=Layer mit Pufferbereich wurde angelegt
17
Creating_temp_file=Tempdatei wurde erzeugt
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=<html>Einheit einer Distanz.</html>
19
Error=Fehler
20
Error_fallo_geoproceso=Fehler\: Geoprozess fehlgeschlagen\!
21
Error_preparar_escritura_resultados=Fehler beim Erstellen des Ergebnislayers
22
extSelectionTools=Erweiterung Selektion
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=Fehler beim Anlegen eines tempor\u00e4ren Layers.
25
Failed_creating_the_temporal_layer=Fehler beim Anlegen eines tempor\u00e4ren Layers.
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=Fehler beim Selektieren von Geometrien.
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=Fehler beim Selektieren von Geometrien eines Layers.\nDie Selektion durch Kreis ber\u00fchrt fehlerhafte Geometrien. Bitte \u00fcberpr\u00fcfen Sie die Eingabe-Daten.
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=Fehler beim Selektieren von Geometrien eines Layers.\nDie Selektion durch Polygon ber\u00fchrt fehlerhafte Geometrien. Bitte \u00fcberpr\u00fcfen Sie die Eingabe-Daten.
30
Failed_selecting_geometries_in_layer=Fehler beim Selektieren von Geometrien eines Layers
31
Failed_selecting_layer=Fehler beim Selektieren.
32
Failed_the_process=Vorgang abgebrochen
33
Information=Information
34
Inside=Innerhalb
35
Invalid_width=Ung\u00fcltige Breite
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=Layer wurde durch Pufferbereich erzeugt 
39
Layer_with_influence_areas_reprojected=Layer mit berechneter Pufferzone wurde angelegt
40
Layer_with_unsupported_geometries_type=Geometrie-Typ wird nicht unterst\u00fctzt
41
Line=Linie
42
lineSideLabel_TOOLTIP_HTML_explanation=<html>Geometrien vom Typ "Linie".</html>
43
Multi_layer_selection_applied_for_influence_area=Multi-Layer Selektion, der auf Pufferbereiche angewendet wird. 
44
multiLayer_selection=Multi-Layer Selektion
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=<html>Alle Features eines Layers selektieren.</html>
46
MultiPoint=Multi-Punkt
47
multiPointSideLabel_TOOLTIP_HTML_explanation=<html>Geometrien vom Typ "Multi-Punkt"</html>
48
Ongoing_process_please_wait=Vorgang wird durchgef\u00fchrt, bitte warten ...
49
Options=Optionen
50
Outside=Au\u00dferhalb
51
Outside_and_inside=Au\u00dferhalb und innerhalb
52
Percent=Prozent
53
Point=Punkt
54
pointSideLabel_TOOLTIP_HTML_explanation=<html>Punkt-Geometrie.</html>
55
Polygon=Polygon
56
polygonSideLabel_TOOLTIP_HTML_explanation=<html>Polygon-Geometrie.</html>
57
Process_canceled=Prozess wurde abgebrochen.
58
Process_cancelled=Prozess wurde abgebrochen.
59
Process_finished=Prozess beendet.
60
Process_finished_wont_be_cancelled=Vorgang ist bereits beendet. Er wird nicht abgebrochen. 
61
Removed_layer_with_influence_areas_to_TOC=Layer mit Puffer-Information wird von der Legende entfernt.
62
Round=gerundet
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=Fehler w\u00e4hrend die Hauptkomponente durch einen Swing Thread aktualisiert wird
64
seleccion=Elemente ausw\u00e4hlen ...
65
select_all=Alle ausw\u00e4hlen
66
select_all_info=
67
select_by_buffer=Selektion durch Puffer
68
select_by_buffer_info=<html>Die Geometrien des aktiven Vektor-Layers<br>der aktuellen Ansicht werden ausgew\u00e4hlt, die<br>sich mit dem Puffer, durch zuvor gew\u00e4hlte Geometrien, \u00fcberschneiden.</html>
69
select_by_circle=Selektion durch Kreis
70
select_by_circle_info=<html>Die Geometrien des aktiven Vektor-Layers<br>der aktuellen Ansicht, die<br>sich mit dem gew\u00e4hltenKreis \u00fcberschneiden werden ausgew\u00e4hlt.</html>
71
select_by_polyline=Selektion durch Polylinie
72
select_by_polyline_info=<html>Die Geometrien des aktiven Vektor-Layers<br>der aktuellen Ansicht, die<br>sich mit der gew\u00e4hlten Polylinie \u00fcberschneiden werden ausgew\u00e4hlt.</html>
73
Selection_by_buffer_process=Selektion anhand eines Puffers
74
Selection_process_finished_succesfully=Selektion erfolgreich durchgef\u00fchrt
75
Selection_restored=Selektion wieder hergestellt
76
Side=Seite
77
sideLabel_TOOLTIP_HTML_explanation=<html>Methode f\u00fcr die Selektion durch Pufferbereich vergeben, <br> ist abh\u00e4ngig vom Typ des Layers.</html>
78
Starting_selection_of_layer=Starten den Layer zu selektieren
79
Starting_selection_process=Prozess der Selektierung starten
80
Summary_of_the_process_of_selecting_by_buffer=Ergebnis Selektion durch Puffer
81
There_are_no_geometries_selected=Es wurden keine Geometrien selektiert
82
Tool_unavaliable_with_view_in_geographic_projection=Werkzeuge nicht in Ansicht mit geographischer Projektion verf\u00fcgar
83
Tools_Select=Auswahl des Werkzeuges
84
Undefined_layer=
85
Unit=Einheit
86
Vista=Ansicht
87
Warning=Warnung
88
Width=Breite
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=Geometrien k\u00f6nnen nicht ausgew\u00e4hlt werden, da die Projektion des Layers nicht kompatibel ist. 
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_sw.properties
1
#Translations for language [sw]
2
#Mon Sep 21 10:02:12 CEST 2009
3
add_buffer_layers=
4
add_influence_areas_layers=
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=
9
Both=
10
Buffer_cap=
11
Buffer_information=
12
Buffer_width=
13
bufferWidth_TOOLTIP_HTML_explanation=
14
configuration=
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=
17
Creating_temp_file=
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=
19
Error=
20
Error_fallo_geoproceso=Kosa wakati wa Kuchambua data/habari za zinazohusu dunia.
21
Error_preparar_escritura_resultados=Kosa Wakati wa Kutayarisha Tabaka ya Matokeo
22
extSelectionTools=
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=
25
Failed_creating_the_temporal_layer=
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=
30
Failed_selecting_geometries_in_layer=
31
Failed_selecting_layer=
32
Failed_the_process=
33
Information=
34
Inside=
35
Invalid_width=
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=
39
Layer_with_influence_areas_reprojected=
40
Layer_with_unsupported_geometries_type=
41
Line=
42
lineSideLabel_TOOLTIP_HTML_explanation=
43
Multi_layer_selection_applied_for_influence_area=
44
multiLayer_selection=
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=
46
MultiPoint=
47
multiPointSideLabel_TOOLTIP_HTML_explanation=
48
Ongoing_process_please_wait=
49
Options=
50
Outside=
51
Outside_and_inside=
52
Percent=
53
Point=
54
pointSideLabel_TOOLTIP_HTML_explanation=
55
Polygon=
56
polygonSideLabel_TOOLTIP_HTML_explanation=
57
Process_canceled=
58
Process_cancelled=
59
Process_finished=
60
Process_finished_wont_be_cancelled=
61
Removed_layer_with_influence_areas_to_TOC=
62
Round=
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=
64
seleccion=Chaguzi
65
select_all=Chagua Yote
66
select_all_info=
67
select_by_buffer=
68
select_by_buffer_info=
69
select_by_circle=
70
select_by_circle_info=
71
select_by_polyline=
72
select_by_polyline_info=
73
Selection_by_buffer_process=
74
Selection_process_finished_succesfully=
75
Selection_restored=
76
Side=
77
sideLabel_TOOLTIP_HTML_explanation=
78
Starting_selection_of_layer=
79
Starting_selection_process=
80
Summary_of_the_process_of_selecting_by_buffer=
81
There_are_no_geometries_selected=
82
Tool_unavaliable_with_view_in_geographic_projection=
83
Tools_Select=
84
Undefined_layer=
85
Unit=
86
Vista=Angalia/kagua
87
Warning=
88
Width=
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_el.properties
1
#Translations for language [el]
2
#Mon Sep 21 10:02:12 CEST 2009
3
add_buffer_layers=
4
add_influence_areas_layers=
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=
9
Both=
10
Buffer_cap=
11
Buffer_information=
12
Buffer_width=
13
bufferWidth_TOOLTIP_HTML_explanation=
14
configuration=
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=
17
Creating_temp_file=
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=
19
Error=
20
Error_fallo_geoproceso=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b3\u03b5\u03c9\u03b4\u03b9\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2
21
Error_preparar_escritura_resultados=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03af\u03b1 \u03c4\u03bf\u03c5 \u03bd\u03ad\u03bf\u03c5 \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5
22
extSelectionTools=
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=
25
Failed_creating_the_temporal_layer=
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=
30
Failed_selecting_geometries_in_layer=
31
Failed_selecting_layer=
32
Failed_the_process=
33
Information=
34
Inside=
35
Invalid_width=
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=
39
Layer_with_influence_areas_reprojected=
40
Layer_with_unsupported_geometries_type=
41
Line=
42
lineSideLabel_TOOLTIP_HTML_explanation=
43
Multi_layer_selection_applied_for_influence_area=
44
multiLayer_selection=
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=
46
MultiPoint=
47
multiPointSideLabel_TOOLTIP_HTML_explanation=
48
Ongoing_process_please_wait=
49
Options=
50
Outside=
51
Outside_and_inside=
52
Percent=
53
Point=
54
pointSideLabel_TOOLTIP_HTML_explanation=
55
Polygon=
56
polygonSideLabel_TOOLTIP_HTML_explanation=
57
Process_canceled=
58
Process_cancelled=
59
Process_finished=
60
Process_finished_wont_be_cancelled=
61
Removed_layer_with_influence_areas_to_TOC=
62
Round=
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=
64
seleccion=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae
65
select_all=\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03cc\u03bb\u03c9\u03bd
66
select_all_info=
67
select_by_buffer=
68
select_by_buffer_info=
69
select_by_circle=
70
select_by_circle_info=
71
select_by_polyline=
72
select_by_polyline_info=
73
Selection_by_buffer_process=
74
Selection_process_finished_succesfully=
75
Selection_restored=
76
Side=
77
sideLabel_TOOLTIP_HTML_explanation=
78
Starting_selection_of_layer=
79
Starting_selection_process=
80
Summary_of_the_process_of_selecting_by_buffer=
81
There_are_no_geometries_selected=
82
Tool_unavaliable_with_view_in_geographic_projection=
83
Tools_Select=
84
Undefined_layer=
85
Unit=
86
Vista=\u038c\u03c8\u03b7
87
Warning=
88
Width=
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/about.htm
1
<html>
2
  <head>
3
    <title>Herramientas Selecci&oacute;n. Proyecto Junta de Castilla y Le&oacute;n.</title>
4
    <meta content="">
5
<style type="text/css">
6
body {
7
	background-color: #7e7e7e;
8
	background-image: url(images/about.jpg);
9
	background-position: top center;
10
	background-repeat:no-repeat;
11
}
12

  
13
html, body, h1, h2, h3, h4, div, p, ul, li, input {
14
   font-family: Arial, Helvetica, sans-serif;
15
}
16

  
17
p, h1, h2, h3 {
18
  text-align: center;
19
}
20

  
21
</style>
22
  </head>
23
  <body>
24
  <br><br><br><br><br><br><br><br><br><br><br><br>
25
  <p>Version: 0.1
26
  <br>Build Number: #build.number#</p>
27
  <p><br><br><br><a href="http://www.iver.es/">http://www.iver.es/</a></p>
28
  </body>
29
</html>
0 30

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_en.properties
1
#Translations for language [en]
2
#Mon Sep 21 10:02:11 CEST 2009
3
add_buffer_layers=Add buffer layers
4
add_influence_areas_layers=Add buffer zone layers
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=Added layer with buffer zones to TOC.
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=<html>Add buffer zones for each active layer<br> as new vector layers</html>
9
Both=Both
10
Buffer_cap=Buffer cap
11
Buffer_information=Buffer information
12
Buffer_width=Buffer width
13
bufferWidth_TOOLTIP_HTML_explanation=<html>Buffer width</html>
14
configuration=Configuration
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=Creating layer with areas of influence...
17
Creating_temp_file=Creating temporary file...
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=<html>Distance measurement unit</html>
19
Error=Error
20
Error_fallo_geoproceso=Error during geoprocess execution
21
Error_preparar_escritura_resultados=Error during preparation of result layer
22
extSelectionTools=Selection Tools Extension
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_geometry=Failed to create geometry..
25
failed_creating_the_temporal_layer=Failed to create temporary layer.
26
Failed_creating_the_temporal_layer=Failed to create temporary layer.
27
Failed_performing_the_operation=Failed performing the operation
28
Failed_reloading_the_layer=
29
Failed_selecting_geometries=Failed to select geometries.
30
Failed_selecting_geometries_by_circle_topology_exception_explanation=Failed to select geometries in layer.\nThe circular selection area intersects some faulty geometries. Please revise input data.
31
Failed_selecting_geometries_by_polyline_topology_exception_explanation=Failed to select geometries in layer.\nThe polygonal selection area intersects some faulty geometries. Please revise input data.
32
Failed_selecting_geometries_in_layer=Failed to select geometries from layer.
33
Failed_selecting_layer=Failed to select layer.
34
Failed_the_process=The process failed
35
Information=Information
36
Inside=Inside
37
Invalid_width=Invalid width.
38
Layer_with_buffers_created=
39
Layer_with_buffers_reprojected=
40
Layer_with_influence_areas_created=Created layer with areas of influence.
41
Layer_with_influence_areas_reprojected=Created layer with reprojected areas of influence.
42
Layer_with_unsupported_geometries_type=Layer geometry type not supported.
43
Line=Line
44
lineSideLabel_TOOLTIP_HTML_explanation=<html>Geometries of type "line"</html>
45
Multi_layer_selection_applied_for_influence_area=Multi-layer selection applied to buffer zones.
46
multiLayer_selection=Multi-layer selection
47
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=<html>Select features from all layers</html>
48
MultiPoint=Multipoint
49
multiPointSideLabel_TOOLTIP_HTML_explanation=<html>Geometries of type "multipoint"</html>
50
Ongoing_process_please_wait=Ongoing process, please wait...
51
Operation_not_supported=Operation not supported
52
Options=Options
53
Outside=Outside
54
Outside_and_inside=Outside and inside
55
Percent=Percent
56
Point=Point
57
pointSideLabel_TOOLTIP_HTML_explanation=<html>Geometries of type "point"</html>
58
Polygon=Polygon
59
polygonSideLabel_TOOLTIP_HTML_explanation=<html>Geometries of type "polygon"</html>
60
Process_canceled=Process canceled
61
Process_cancelled=Process cancelled.
62
Process_finished=Process finished
63
Process_finished_wont_be_cancelled=Process has already finished. Will not be cancelled.
64
Removed_layer_with_influence_areas_to_TOC=Removed layer with buffer zones from TOC.
65
Round=Rounded
66
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=Program exception (fatal error) encountered while calling Java Swing thread to refresh main user interface frame.
67
seleccion=Selection
68
select_all=Select all
69
select_all_info=
70
select_by_buffer=Select by buffer zone
71
select_by_buffer_info=<html>Select those features from the view's<br> active vector layers that intersect<br> with a buffer zone created<b> around previously selected features.</html>
72
select_by_circle=Select by circle
73
select_by_circle_info=<html>Select those features from the view's<br> active vector layers that intersect<br> with a user-defined circle.</html>
74
select_by_polyline=Select by polyline
75
select_by_polyline_info=<html>Select those features from the view's<br> active vector layers that intersect<br> with a user-defined polyline.</html>
76
Selection_by_buffer_process=Buffer zone selection tool
77
Selection_process_finished_succesfully=Selection process finished successfully.
78
Selection_restored=Selection restored.
79
Side=Side
80
sideLabel_TOOLTIP_HTML_explanation=<html>Choose the mode for buffer zone selection depending on layer type</html>
81
Starting_selection_of_layer=Initializing layer selection...
82
Starting_selection_process=Initializing selection process...
83
Summary_of_the_process_of_selecting_by_buffer=Summary of "selection by buffer zone" process
84
There_are_no_geometries_selected=There are no selected geometries.
85
Tool_unavaliable_with_view_in_geographic_projection=This tool is not available for views using geographic (lat/long) projection systems.
86
Tools_Select=Tools select
87
Undefined_layer=
88
Unit=Unit
89
Vista=View
90
Warning=Warning
91
Width=Width
92
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=Incompatible projection. Failed to select geometries from layer.
0 93

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_gl.properties
1
#Translations for language [gl]
2
#Mon Sep 21 10:02:11 CEST 2009
3
add_buffer_layers=
4
add_influence_areas_layers=Agregar capas de \u00e1reas de influencia.
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=Agregada capa con \u00e1reas de influencia ao TOC.
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=<html>Agrega as \u00e1reas de influencia de cada capa activa<br> como novas capas vectoriais.</html>
9
Both=Ambos
10
Buffer_cap=Cuberta do buffer
11
Buffer_information=Informaci\u00f3n do buffer
12
Buffer_width=Anchura do buffer
13
bufferWidth_TOOLTIP_HTML_explanation=<html>Anchura do buffer.</html>
14
configuration=configuraci\u00f3n
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=Creando capa con \u00e1reas de influencia.
17
Creating_temp_file=Creando arquivo temporal
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=<html>Unidade de distancia.</html>
19
Error=Erro
20
Error_fallo_geoproceso=Produc\u00eduse un erro durante a execuci\u00f3n do xeoproceso
21
Error_preparar_escritura_resultados=Produc\u00eduse un erro ao preparar a capa de resultados
22
extSelectionTools=Extensi\u00f3n Ferramentas de Selecci\u00f3n
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=Erro ao crear a capa temporal
25
Failed_creating_the_temporal_layer=Erro ao crear a capa temporal.
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=Erro ao seleccionar xeometr\u00edas.
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=Erro ao seleccionar xeometr\u00edas na capa.\nO \u00e1rea circular de selecci\u00f3n intersecta con algunha xeometr\u00eda mal definida, deber\u00eda revisalas.
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=Erro ao seleccionar xeometr\u00edas na capa.\nA polili\u00f1a intersecta con algunha xeometr\u00eda mal definida, deber\u00eda revisalas.
30
Failed_selecting_geometries_in_layer=Erro ao seleccionar xeometr\u00edas na capa
31
Failed_selecting_layer=Erro ao seleccionar a capa
32
Failed_the_process=Erro no proceso.
33
Information=Informaci\u00f3n
34
Inside=Interior
35
Invalid_width=Ancho non v\u00e1lido.
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=Capa con \u00e1reas de influencia creada.
39
Layer_with_influence_areas_reprojected=Capa con \u00e1reas de influencia reproxectada.
40
Layer_with_unsupported_geometries_type=Capa con tipo de xeometr\u00edas non soportadas.
41
Line=Li\u00f1a
42
lineSideLabel_TOOLTIP_HTML_explanation=<html>Xeometr\u00eda de tipo li\u00f1a.</html>
43
Multi_layer_selection_applied_for_influence_area=Selecci\u00f3n multicapa aplicada para \u00e1rea de influencia.
44
multiLayer_selection=Selecci\u00f3n multicapa.
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=<html>A selecci\u00f3n de xeometr\u00edas afecta a todas as capas.</html>
46
MultiPoint=Multipunto
47
multiPointSideLabel_TOOLTIP_HTML_explanation=<html>Xeometr\u00edas de tipo multi punto.</html>
48
Ongoing_process_please_wait=Proceso en marcha, por favor espere...
49
Options=Opci\u00f3ns
50
Outside=Exterior
51
Outside_and_inside=Exterior e interior
52
Percent=Porcentaxe
53
Point=Punto
54
pointSideLabel_TOOLTIP_HTML_explanation=<html>Xeometr\u00edas de tipo punto.</html>
55
Polygon=Pol\u00edgono
56
polygonSideLabel_TOOLTIP_HTML_explanation=<html>Xeometr\u00edas de tipo pol\u00edgono.</html>
57
Process_canceled=Proceso cancelado.
58
Process_cancelled=Proceso cancelado.
59
Process_finished=Proceso rematado.
60
Process_finished_wont_be_cancelled=O proceso rematou, non se cancelar\u00e1.
61
Removed_layer_with_influence_areas_to_TOC=Eliminada capa con \u00e1reas de influencia da TOC.
62
Round=Redondeado
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=Excepci\u00f3n en tempo de execuci\u00f3n refrescando o compo\u00f1ente principal dende un f\u00edo Swing
64
seleccion=Selecci\u00f3n
65
select_all=Seleccionar todo
66
select_all_info=
67
select_by_buffer=Seleccionar por \u00e1rea de influencia
68
select_by_buffer_info=<html>Selecciona as xeometr\u00edas das capas<br>vectoriais activas na vista actual que<br>intersecten co buffer creado das<br>xeometr\u00edas seleccionadas antes.</html>
69
select_by_circle=Seleccionar por c\u00edrculo
70
select_by_circle_info=<html>Selecciona as xeometr\u00edas das capas<br> vectoriais activas na vista actual que<br> intersecta co c\u00edrculo seleccionado.</html>
71
select_by_polyline=Seleccionar por polili\u00f1a
72
select_by_polyline_info=<html>Selecciona as xeometr\u00edas das capas<br> vectoriais activas na vista actual que<br> intersectan coa polili\u00f1a seleccionada.</html>
73
Selection_by_buffer_process=Proceso de selecci\u00f3n por \u00e1rea de influencia
74
Selection_process_finished_succesfully=Proceso de selecci\u00f3n rematado de xeito satisfactorio.
75
Selection_restored=Selecci\u00f3n restaurada.
76
Side=Senso
77
sideLabel_TOOLTIP_HTML_explanation=<html>Indique o sentido que seleccionar\u00e1 o buffer segundo<br> o tipo de capa.</html>
78
Starting_selection_of_layer=A iniciar selecci\u00f3n de capa
79
Starting_selection_process=A iniciar proceso de selecci\u00f3n.
80
Summary_of_the_process_of_selecting_by_buffer=Resumo do proceso de selecci\u00f3n por buffer
81
There_are_no_geometries_selected=Non hai xeometr\u00edas seleccionadas.
82
Tool_unavaliable_with_view_in_geographic_projection=Ferramenta non dispo\u00f1ible en vistas con proxecci\u00f3ns xeogr\u00e1ficas.
83
Tools_Select=Selecci\u00f3n de ferramentas
84
Undefined_layer=
85
Unit=Unidade
86
Vista=Vista
87
Warning=Aviso
88
Width=Anchura
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=Non seleccionar\u00e1 xeometr\u00edas na capa porque ten proxecci\u00f3n incompatible.
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
	<depends plugin-name="org.gvsig.app" />
4
	<resourceBundle name="text"/>
5
	<libraries library-dir="lib"/>
6
	<extensions>
7

  
8
 		<extension class-name="org.gvsig.selectiontools.app.extension.AboutSelectionToolsExtension"
9
            description="Extension Selection Tools of the Consejer?a de Medio Ambiente of the Junta de Castilla y Le?n Project."
10
			active="true"
11
			priority="1">
12
		</extension>
13
		
14
		<extension class-name="org.gvsig.selectiontools.app.extension.SelectAllExtension"
15
			description="Extension that allows select all geometries of the selected vectorial layers."
16
			active="true"
17
			priority="30">
18
			<menu text="Vista/seleccion/select_all"
19
				action-command="SELALL"
20
				tooltip="select_all_info"
21
				icon="select-all-icon"
22
				position="6570"/>
23
			<tool-bar name="Tools_Select" position="6">
24
				<selectable-tool icon="select-all-icon" action-command="SELALL" tooltip="select_all_info" position="7"/>
25
			</tool-bar>
26
		</extension>		
27
		 <extension class-name="org.gvsig.selectiontools.app.extension.SelectByCircleExtension"
28
			description="Extension that allows select all geometries of the selected vectorial layers that are contained or intersect with a circle defined by the user."
29
			active="true"
30
			priority="30">
31
			<menu text="Vista/seleccion/select_by_circle"
32
				action-command="SELCIRCLE"
33
				tooltip="select_by_circle_info"
34
				icon="select-by-circle-icon"
35
				position="6521"/>
36
			<tool-bar name="Tools_Select" position="6">
37
				<selectable-tool icon="select-by-circle-icon" action-command="SELCIRCLE" tooltip="select_by_circle" position="6"/>
38
			</tool-bar>
39
		</extension>		
40
		<extension class-name="org.gvsig.selectiontools.app.extension.SelectByPolylineExtension"
41
			description="Extension that allows select all geometries of the selected vectorial layers that intersect with a polyline defined by the user."
42
			active="false"
43
			priority="30">
44
			<menu text="Vista/seleccion/select_by_polyline"
45
				action-command="SELPOLYLINE"
46
				tooltip="select_by_polyline_info"
47
				icon="select-by-polyline-icon"
48
				position="6531"/>
49
			<tool-bar name="Tools_Select" position="6">
50
				<selectable-tool icon="select-by-polyline-icon" action-command="SELPOLYLINE" tooltip="select_by_polyline" position="5"/>
51
			</tool-bar>
52
		</extension>		
53

  
54
 		<extension class-name="org.gvsig.selectiontools.app.extension.SelectByBufferExtension"
55
			description="Extension that allows select all geometries of the selected vectorial layers that intersect with a buffer around their previously selected geometries."
56
			active="true"
57
			priority="30">
58
			<menu text="Vista/seleccion/select_by_buffer"
59
				action-command="SELBUFFER"
60
				tooltip="select_by_buffer_info"
61
				icon="select-by-buffer-icon"
62
				position="6532"/>
63
			<tool-bar name="Tools_Select" position="6">
64
				<action-tool icon="select-by-buffer-icon" action-command="SELBUFFER" tooltip="select_by_buffer" position="7"/>
65
			</tool-bar>
66
		</extension>
67
				
68
	</extensions>
69
</plugin-config>
0 70

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/jcyl.html
1
<html>
2
<body>
3

  
4
<img src="jcyl.png"><br>
5

  
6
<h2>Junta de Castilla y Le?n</h2>
7
<br>
8

  
9
<p>EN CONSTRUCCION</p>
10

  
11
</body>
12
</html>
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_cs.properties
1
#Translations for language [cs]
2
#Mon Sep 21 10:02:11 CEST 2009
3
add_buffer_layers=
4
add_influence_areas_layers=
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=
9
Both=
10
Buffer_cap=
11
Buffer_information=
12
Buffer_width=
13
bufferWidth_TOOLTIP_HTML_explanation=
14
configuration=
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=
17
Creating_temp_file=
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=
19
Error=
20
Error_fallo_geoproceso=Chyba b\u011bhem vykon\u00e1v\u00e1n\u00ed funkce
21
Error_preparar_escritura_resultados=Chyba b\u011bhem p\u0159\u00edpravy v\u00fdsledn\u00e9 vrstvy 
22
extSelectionTools=
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=
25
Failed_creating_the_temporal_layer=
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=
30
Failed_selecting_geometries_in_layer=
31
Failed_selecting_layer=
32
Failed_the_process=
33
Information=
34
Inside=
35
Invalid_width=
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=
39
Layer_with_influence_areas_reprojected=
40
Layer_with_unsupported_geometries_type=
41
Line=
42
lineSideLabel_TOOLTIP_HTML_explanation=
43
Multi_layer_selection_applied_for_influence_area=
44
multiLayer_selection=
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=
46
MultiPoint=
47
multiPointSideLabel_TOOLTIP_HTML_explanation=
48
Ongoing_process_please_wait=
49
Options=
50
Outside=
51
Outside_and_inside=
52
Percent=
53
Point=
54
pointSideLabel_TOOLTIP_HTML_explanation=
55
Polygon=
56
polygonSideLabel_TOOLTIP_HTML_explanation=
57
Process_canceled=
58
Process_cancelled=
59
Process_finished=
60
Process_finished_wont_be_cancelled=
61
Removed_layer_with_influence_areas_to_TOC=
62
Round=
63
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=
64
seleccion=V\u00fdb\u011br
65
select_all=Vyber v\u0161e
66
select_all_info=
67
select_by_buffer=
68
select_by_buffer_info=
69
select_by_circle=
70
select_by_circle_info=
71
select_by_polyline=
72
select_by_polyline_info=
73
Selection_by_buffer_process=
74
Selection_process_finished_succesfully=
75
Selection_restored=
76
Side=
77
sideLabel_TOOLTIP_HTML_explanation=
78
Starting_selection_of_layer=
79
Starting_selection_process=
80
Summary_of_the_process_of_selecting_by_buffer=
81
There_are_no_geometries_selected=
82
Tool_unavaliable_with_view_in_geographic_projection=
83
Tools_Select=
84
Undefined_layer=
85
Unit=
86
Vista=Pohled
87
Warning=
88
Width=
89
Wont_select_geometries_on_the_layer_because_has_incompatible_projection=
0 90

  
tags/v2_0_0_Build_2021/extensions/org.gvsig.selectiontools.app/org.gvsig.selectiontools.app.extension/src/main/resources/text_pt_BR.properties
1
#Translations for language [pt_BR]
2
#Mon Sep 21 10:02:12 CEST 2009
3
add_buffer_layers=Adicionar buffer no plano de informa\u00e7\u00e3o
4
add_influence_areas_layers=Adicionar plano de informa\u00e7\u00e3o da \u00e1rea de influ\u00eancia
5
addBufferLayers_checkbox_TOOLTIP_HTML_explanation=
6
Added_buffer_areas_to_TOC=
7
Added_layer_with_influence_areas_to_TOC=Adicionado plano de informa\u00e7\u00e3o com \u00e1reas de influ\u00eancia TOC
8
addInfluenceAreasLayers_checkbox_TOOLTIP_HTML_explanation=<html>Adicione as \u00e1reas de influ\u00eancia de cada plano de informa\u00e7\u00e3o ativo<br>como novo plano de informa\u00e7\u00e3o vetorial.<html>
9
Both=Ambos
10
Buffer_cap=Sobrescrever \u00e1rea de influ\u00eancia
11
Buffer_information=Informa\u00e7\u00f5es da \u00e1rea de influ\u00eancia
12
Buffer_width=Largura da \u00e1rea de influ\u00eancia
13
bufferWidth_TOOLTIP_HTML_explanation=<html>Largura da \u00e1rea de influ\u00eancia.</html>
14
configuration=configura\u00e7\u00e3o
15
Creating_layer_with_buffers=
16
Creating_layer_with_influence_areas=Criando plano de informa\u00e7\u00e3o com \u00e1reas de influ\u00eancia.
17
Creating_temp_file=Criando arquivo tempor\u00e1rio
18
distanceUnitsLabel_TOOLTIP_HTML_explanation=<html> Unidade de dist\u00e2ncia. </html>
19
Error=Erro
20
Error_fallo_geoproceso=Falha ao executar o geoprocesso.
21
Error_preparar_escritura_resultados=Erro ao gerar o arquivo de resultados.
22
extSelectionTools=Extens\u00e3o Ferramentas de Sele\u00e7\u00e3o
23
Failed_canceling_the_current_task_of_creation_a_buffer_layer=
24
failed_creating_the_temporal_layer=Falha criando plano de informa\u00e7\u00e3o temporaria.
25
Failed_creating_the_temporal_layer=Falha criando plano de informa\u00e7\u00e3o temporario.
26
Failed_reloading_the_layer=
27
Failed_selecting_geometries=Falha selecionando geometrias.
28
Failed_selecting_geometries_by_circle_topology_exception_explanation=Falha selecionando geometrias do plano de informa\u00e7\u00e3o.\nA \u00e1rea circular de sele\u00e7\u00e3o intersecta com alguma geometria mal definida, revise novamente.
29
Failed_selecting_geometries_by_polyline_topology_exception_explanation=Falha selecionando geometria do plano de informa\u00e7\u00e3o.\nA polilinha intersecta com alguma geometria mal definida, revise novamente.
30
Failed_selecting_geometries_in_layer=Falha selecionando geometria no plano de informa\u00e7\u00e3o.
31
Failed_selecting_layer=Falha selecionando plano de informa\u00e7\u00e3o.
32
Failed_the_process=Falha no processo.
33
Information=Informa\u00e7\u00e3o
34
Inside=Interior
35
Invalid_width=Largura inv\u00e1lida
36
Layer_with_buffers_created=
37
Layer_with_buffers_reprojected=
38
Layer_with_influence_areas_created=plano de Informa\u00e7\u00e3o com \u00e1rea de influ\u00eancia criada.
39
Layer_with_influence_areas_reprojected=Plano de Informa\u00e7\u00e3o com \u00e1rea de influ\u00eancia reprojetada.
40
Layer_with_unsupported_geometries_type=Plano de Informa\u00e7\u00e3o com tipo de geometrias n\u00e3o suportadas.
41
Line=Linha
42
lineSideLabel_TOOLTIP_HTML_explanation=<html> Geometria de tipo de linha. </html>
43
Multi_layer_selection_applied_for_influence_area=Sele\u00e7\u00e3o multi-plano de informa\u00e7\u00e3o aplicado para \u00e1rea de influ\u00eancia.
44
multiLayer_selection=Sele\u00e7\u00e3o multi-plano de informa\u00e7\u00e3o
45
multiLayerSelection_checkbox_TOOLTIP_HTML_explanation=<html>A sele\u00e7\u00e3o da geometria afeta todos os planos de informa\u00e7\u00e3o.</html>
46
MultiPoint=Multiponto
47
multiPointSideLabel_TOOLTIP_HTML_explanation=<html>Geometr\u00eda do tipo multi-ponto.</html>
48
Ongoing_process_please_wait=Processo em andamento, aguarde...
49
Options=Op\u00e7\u00f5es
50
Outside=Exterior
51
Outside_and_inside=Exterior e interior
52
Percent=Porcentagem
53
Point=Ponto
54
pointSideLabel_TOOLTIP_HTML_explanation=<html>Geometr\u00eda do tipo pontual.</html>
55
Polygon=Pol\u00edgono
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff