Revision 4941

View differences:

org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
    <modelVersion>4.0.0</modelVersion>
3
    <groupId>org.gvsig</groupId>
4
    <artifactId>org.gvsig.vcsgis</artifactId>
5
    <version>1.0.37</version>
6
    <packaging>pom</packaging>
7
    <name>${project.artifactId}</name>
8
    <description />
9
    <parent>
10
        <groupId>org.gvsig</groupId>
11
        <artifactId>org.gvsig.desktop</artifactId>
12
        <version>2.0.342</version>
13
    </parent>
14

  
15
    <properties>
16
        <org.gvsig.h2spatial.provider>org.gvsig.h2spatial.h2gis132.provider</org.gvsig.h2spatial.provider>
17
        <org.gvsig.topology.version>1.0.79</org.gvsig.topology.version>
18
        <org.gvsig.oracle.version>2.0.60</org.gvsig.oracle.version>
19
        <org.gvsig.postgresql.version>2.0.181</org.gvsig.postgresql.version>
20
    </properties>
21

  
22
    <url>https://devel.gvsig.org/sites/org.gvsig.vcsgis/${project.version}</url>
23
    <scm>
24
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-projects-pool/org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37</connection>
25
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-projects-pool/org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37</developerConnection>
26
        <url>https://devel.gvsig.org/svn/gvsig-projects-pool/org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37</url>
27
    </scm>
28

  
29
    <repositories>
30
        <repository>
31
            <id>gvsig-public-http-repository</id>
32
            <name>gvSIG maven public HTTP repository</name>
33
            <url>http://devel.gvsig.org/m2repo/j2se</url>
34
            <releases>
35
                <enabled>true</enabled>
36
                <updatePolicy>daily</updatePolicy>
37
                <checksumPolicy>warn</checksumPolicy>
38
            </releases>
39
            <snapshots>
40
                <enabled>true</enabled>
41
                <updatePolicy>daily</updatePolicy>
42
                <checksumPolicy>warn</checksumPolicy>
43
            </snapshots>
44
        </repository>
45
    </repositories>
46

  
47
    <distributionManagement>
48
        <site>
49
            <id>gvsig-repository</id>
50
            <url>dav:https://devel.gvsig.org/download/projects/gvsig-vcsgis/pool/${project.artifactId}/${project.version}</url>
51
        </site>
52
    </distributionManagement>
53

  
54
    <build>
55
        <pluginManagement>
56
            <plugins>
57

  
58
                <plugin>
59
                    <groupId>org.apache.maven.plugins</groupId>
60
                    <artifactId>maven-compiler-plugin</artifactId>
61
                    <configuration>
62
                        <encoding>UTF-8</encoding>
63
                    </configuration>
64
                </plugin>
65
            </plugins>
66
        </pluginManagement>
67
        <plugins>
68
            <plugin>
69
                <groupId>org.apache.maven.plugins</groupId>
70
                <artifactId>maven-release-plugin</artifactId>
71
                <configuration>
72
                    <tagBase>https://devel.gvsig.org/svn/gvsig-projects-pool/${project.artifactId}/tags</tagBase>
73
                </configuration>
74
            </plugin>
75
        </plugins>
76
    </build>
77

  
78

  
79

  
80
    <dependencyManagement>
81
        <dependencies>
82
            <dependency>
83
                <groupId>org.apache.maven.plugins</groupId>
84
                <artifactId>maven-war-plugin</artifactId>
85
                <version>3.2.3</version>
86
                <type>maven-plugin</type>
87
            </dependency>
88
            <dependency>
89
                <groupId>org.apache.tomcat</groupId>
90
                <artifactId>tomcat-servlet-api</artifactId>
91
                <version>9.0.45</version>
92
            </dependency>
93
            <dependency>
94
                <groupId>javax.servlet</groupId>
95
                <artifactId>javax.servlet-api</artifactId>
96
                <version>3.1.0</version>
97
            </dependency>
98
            <dependency>
99
                <groupId>org.eclipse.jetty</groupId>
100
                <artifactId>jetty-server</artifactId>
101
                <version>9.4.34.v20201102</version>
102
            </dependency>
103
            <dependency>
104
                <groupId>org.eclipse.jetty</groupId>
105
                <artifactId>jetty-servlet</artifactId>
106
                <version>9.4.34.v20201102</version>
107
            </dependency>
108
            <dependency>
109
                <groupId>org.eclipse.jetty</groupId>
110
                <artifactId>jetty-webapp</artifactId>
111
                <version>9.4.34.v20201102</version>
112
                <exclusions>
113
                    <exclusion>
114
                        <groupId>javax.servlet</groupId>
115
                        <artifactId>servlet-api</artifactId>
116
                    </exclusion>
117
                </exclusions>
118
            </dependency>
119
            <dependency>
120
                <groupId>org.eclipse.jetty</groupId>
121
                <artifactId>jetty-util</artifactId>
122
                <version>9.4.34.v20201102</version>
123
            </dependency>
124
            <dependency>
125
                <groupId>org.eclipse.jetty</groupId>
126
                <artifactId>jetty-io</artifactId>
127
                <version>9.4.34.v20201102</version>
128
            </dependency>
129
            <dependency>
130
                <groupId>org.eclipse.jetty</groupId>
131
                <artifactId>jetty-jndi</artifactId>
132
                <version>9.4.34.v20201102</version>
133
            </dependency>
134

  
135

  
136

  
137

  
138
            <dependency>
139
                <groupId>org.gvsig</groupId>
140
                <artifactId>org.gvsig.topology</artifactId>
141
                <version>${org.gvsig.topology.version}</version>
142
                <type>pom</type>
143
                <scope>import</scope>
144
            </dependency>
145
            <dependency>
146
                <groupId>org.gvsig</groupId>
147
                <artifactId>${org.gvsig.h2spatial.provider}</artifactId>
148
            </dependency>
149
            <dependency>
150
                <groupId>org.gvsig</groupId>
151
                <artifactId>org.gvsig.oracle</artifactId>
152
                <version>${org.gvsig.oracle.version}</version>
153
                <type>pom</type>
154
                <scope>import</scope>
155
            </dependency>
156
            <dependency>
157
                <groupId>org.gvsig</groupId>
158
                <artifactId>org.gvsig.postgresql</artifactId>
159
                <version>${org.gvsig.postgresql.version}</version>
160
                <type>pom</type>
161
                <scope>import</scope>
162
            </dependency>
163
            <dependency>
164
                <groupId>org.gvsig</groupId>
165
                <artifactId>org.gvsig.vcsgis.lib.api</artifactId>
166
                <version>1.0.37</version>
167
            </dependency>
168
            <dependency>
169
                <groupId>org.gvsig</groupId>
170
                <artifactId>org.gvsig.vcsgis.lib.impl</artifactId>
171
                <version>1.0.37</version>
172
            </dependency>
173
            <dependency>
174
                <groupId>org.gvsig</groupId>
175
                <artifactId>org.gvsig.vcsgis.swing.api</artifactId>
176
                <version>1.0.37</version>
177
            </dependency>
178
            <dependency>
179
                <groupId>org.gvsig</groupId>
180
                <artifactId>org.gvsig.vcsgis.swing.impl</artifactId>
181
                <version>1.0.37</version>
182
            </dependency>
183
            <dependency>
184
                <groupId>org.gvsig</groupId>
185
                <artifactId>org.gvsig.vcsgis.tomcat.webapp</artifactId>
186
                <version>1.0.37</version>
187
                <type>war</type>
188
            </dependency>
189

  
190
        </dependencies>
191
    </dependencyManagement>
192
    
193
    <modules>
194
        <module>org.gvsig.vcsgis.lib</module>
195
        <module>org.gvsig.vcsgis.swing</module>
196
        <module>org.gvsig.vcsgis.app</module>
197
        <module>org.gvsig.vcsgis.tomcat</module>
198
    </modules>
199
</project>
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
    <modelVersion>4.0.0</modelVersion>
3
    <parent>
4
        <groupId>org.gvsig</groupId>
5
        <artifactId>org.gvsig.vcsgis.app</artifactId>
6
        <version>1.0.37</version>
7
    </parent>
8
    <artifactId>org.gvsig.vcsgis.app.mainplugin</artifactId>
9
    <packaging>jar</packaging>
10
    <name>${project.artifactId}</name>
11
    <properties>
12
        <!-- Package info property values -->
13
        <gvsig.package.info.state>testing</gvsig.package.info.state>
14
        <gvsig.package.info.official>true</gvsig.package.info.official>
15
        <gvsig.package.info.name>vcsgis</gvsig.package.info.name>
16
        <gvsig.package.info.description>Provides tools for Version Control System (VCS) for GIS.</gvsig.package.info.description>
17
        <gvsig.package.info.categories />
18
        <gvsig.package.info.javaVM>j1_8</gvsig.package.info.javaVM>
19
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-vcsgis/pool</gvsig.package.info.poolURL>
20
    </properties>
21

  
22
    <dependencies>
23
        <dependency>
24
            <groupId>org.gvsig</groupId>
25
            <artifactId>org.gvsig.andami</artifactId>
26
            <scope>compile</scope>
27
        </dependency>
28
        <dependency>
29
            <groupId>org.gvsig</groupId>
30
            <artifactId>org.gvsig.vcsgis.swing.api</artifactId>
31
            <scope>compile</scope>
32
        </dependency>
33
        <dependency>
34
            <groupId>org.gvsig</groupId>
35
            <artifactId>org.gvsig.vcsgis.lib.api</artifactId>
36
            <scope>compile</scope>
37
        </dependency>
38
        <dependency>
39
            <groupId>org.gvsig</groupId>
40
            <artifactId>org.gvsig.vcsgis.lib.impl</artifactId>
41
            <scope>runtime</scope>
42
        </dependency>
43
        <dependency>
44
            <groupId>org.gvsig</groupId>
45
            <artifactId>org.gvsig.vcsgis.swing.impl</artifactId>
46
            <scope>runtime</scope>
47
        </dependency>
48
        <dependency>
49
            <groupId>org.gvsig</groupId>
50
            <artifactId>org.gvsig.app.mainplugin</artifactId>
51
            <scope>compile</scope>
52
        </dependency>
53
        <dependency>
54
            <groupId>org.gvsig</groupId>
55
            <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
56
            <scope>compile</scope>
57
        </dependency>
58
        <dependency>
59
            <groupId>org.apache.httpcomponents</groupId>
60
            <artifactId>httpclient</artifactId>
61
            <scope>runtime</scope>
62
        </dependency>
63
        <dependency>
64
            <groupId>org.gvsig</groupId>
65
            <artifactId>org.gvsig.geodb.app.mainplugin</artifactId>
66
            <scope>compile</scope>
67
        </dependency>
68
        <dependency>
69
            <groupId>javax.servlet</groupId>
70
            <artifactId>javax.servlet-api</artifactId>
71
            <version>3.1.0</version>
72
            <scope>compile</scope>
73
        </dependency>
74
        
75
    </dependencies>
76
    
77
    <build>
78
        <plugins>
79

  
80
            <plugin>
81
                <groupId>org.apache.maven.plugins</groupId>
82
                <artifactId>maven-surefire-plugin</artifactId>
83
                <configuration>
84
                    <systemPropertyVariables>
85
                        <user.language>es</user.language>
86
                        <user.region>ES</user.region>
87
                    </systemPropertyVariables>                    
88
                    <!-- Skip test execution ? -->
89
                    <skipTests>true</skipTests>
90
                    <!-- Ignore test execution failure ? -->
91
                    <testFailureIgnore>false</testFailureIgnore>
92
                </configuration>
93
            </plugin>
94
        
95
            <!-- Skip test compilation ? -->
96
            <plugin>
97
                <groupId>org.apache.maven.plugins</groupId>
98
                <artifactId>maven-compiler-plugin</artifactId>
99
                <executions>
100
                    <execution>
101
                        <id>default-testCompile</id>
102
                        <phase>process-test-sources</phase>
103
                        <goals>
104
                            <goal>testCompile</goal>
105
                        </goals>
106
                        <configuration>
107
                            <skip>false</skip>
108
                        </configuration>
109
                    </execution>
110
                </executions>
111
            </plugin>
112

  
113
        </plugins>
114
    </build>
115
    
116
</project>
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/buildNumber.properties
1
#Fri Nov 26 09:23:30 CET 2021
2
buildNumber=44
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/plugin-persistence.def
1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.vcsgis.app.mainplugin.
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.vcsgis.app.mainplugin">
9
      <description>Persistence of VCSGis plugin</description>
10
      <fields>
11
        <field name="workspaces" type="Map" classOfItems="org.gvsig.vcsgis.lib.workspace.VCSGisWorkspaceDescriptor" mandatory="false">
12
          <description></description>
13
        </field>
14
      </fields>
15
    </class>
16
  </classes>
17
</definitions>
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/i18n/text.properties
1
_Connection=Conexi\u00f3n
2
_Initialize=Inicializar
3
_VCS_Initialize_repository=Inicializar repositorio
4
_VCS_Initialize_workingcopy=Inicializar copia de trabajo
5
_Name=Nombre
6
_File=Archivo
7
_Repository=Repositorio
8
_URL=URL
9
_Layers=Capas
10
_Tables=Tablas
11
_VCS_Add_layer=A\u00f1adir capa
12
_VCS_Add_to_workingcopy=A\u00f1adir a la copia de trabajo
13
_Add_table_or_layer_to_VCS_workingcopy=A\u00f1adir tabla o capa a la copia de trabajo de VCSGis
14
_Workingcopy=Copia de trabajo
15
_Cant_initialize_server_{0}=No se ha podido inicializar el repositorio ''{0}''.
16
_Cant_initialize_workingcopy_{0}=No se ha podido inicializar la copia de trabajo ''{0}''.
17
_Cant_add_{0}_as_{1}_in_{2}=No se ha podido a\u00f1adir ''{0}'' como ''{1}'' en ''{2}''.
18
_table=Tabla
19
_Table=Tabla
20
_Revision=Revisi\u00f3n
21
_VCS_Checkout=Obtener copia local (checkout)
22
_Failed_checkout_of_{0}=Ha fallado la obtenci\u00f3n de la copia local de ''{0}''
23
_VCSGis=VCSGis
24
_Workingcopy_VCS=Copia de trabajo VCSGis
25
_Database_server=Servidor de base de datos
26
_Personal_database_H2=Base de datos personal (H2Spatial)
27
_Create_conexion_to_database=Crear conexi\u00f3n a la base de datos
28
_VCS_Repository=Repositorio VCSGis
29
_Database_server=Servidor de base de datos
30
_Remote_repository=Repositorio remoto
31
_URL=URL
32
_Close=Cerrar
33
_Checkout_table_from_VCS_repository=Obtener una tabla desde un repositorio VCSGis
34
_VCS_Show_changes=Mostrar cambios
35
_VCS_Changes=VCSGis Cambios
36
_Local=Local
37
_Remote=Remoto
38
_VCS_Register_workingcopy=Registrar copia de trabajo
39
_VCS_Prepare_workingcopy=Preparar copia de trabajo
40
_Selected_connection_is_not_a_valid_workingcopy=La conexi\u00f3n seleccionada no es una copia de trabajo v\u00e1lida
41
_Cant_register_workingcopy=No se ha podido registrar la copia de trabajo
42
_Administration=Administraci\u00f3n
43
_Field_for_label=Campo para etiqueta
44
_Select_all=Seleccionar todo
45
_Unselect_all=Deseleccionar todo
46
_Refresh=Refrescar
47
_Revert=Revertir
48
_VCS_Commit=Confirmar (commit)
49
_Show_form=Mostrar formulario
50
_Effective_date=Fecha de entrada en vigor
51
_Comment=Comentario
52
_No_errors=Sin errores
53
_dbfile_is_null=El archivo de la base de datos no exite
54
_workingcopy_explorer_is_null=El explorador de la copia de trabajo no exite
55
_label_is_null=La etiqueta no existe
56
_Cant_open_workingcopy=No se puede abrir la copia de trabajo
57
_Store_not_in_control_version=El almac\u00e9n no est\u00e1 en el control de versiones
58
_Cant_create_table=No se puede crear la tabla
59
_Cant_create_config_table=No se puede crear la configuraci\u00f3n de la tabla
60
_Cant_create_table_entities=No se puede crear la tabla de entidades
61
_Cant_create_table_changes=No se puede crear la tabla de cambios
62
_Entity_already_exists=La entidad ya existe
63
_Entity_has_not_VCSGISCODE=La entidad no tiene VCSGISCODE
64
_Cant_open_entities=No se pueden abrir las entidades
65
_Cant_insert_entities=No pueden insertar entidades
66
_Cant_open_changes=No se puedea abrir los cambios
67
_Cant_insert_change=No se puede insertar el cambio
68
_Cant_open_store=No se puede abrir el almac\u00e9n
69
_Cant_retrieve_source_features=No se pueden obtener los datos de la fuente
70
_Cant_insert_features=No se pueden insertar los datos
71
_Cant_commit=No se puede hacer el commit
72
_Cant_commit_workingcopy_is_out_of_date=No se puede hacer el commit, la copia de trabajo est\u00e1 desactualizada
73
_Cant_checkout=No se puede hacer el checkout
74
_Table_already_exists_in_the_workingcopy=La tabla ya existe en la copia de trabajo
75
_Table_not_in_repository=La tabla no est\u00e1 en el repositorio
76
_Cant_update_entities=No se pueden actualizar las entidades
77
_Cant_prepare_update=No se puede preparar la actualizaci\u00f3n
78
_Cant_update=No se puede actualizar
79
_Reload_remote_changes=Recargar cambios remotos
80
_Clean_remote_changes=Limpiar cambios remotos
81
_Update_tables_with_remote_changes=Actualizar tablas.\nSe actualizar\u00e1n las tablas locales con los cambios del repositorio.\nSi hay cambios locales se perder\u00e1n.
82
_Merge_tables_with_remote_changes=Mezclar tablas.\nSe ejecuta sobre la copia local las operaciones seleccionadas.\nSe mantendr\u00e1n los cambios remotos para los registros seleccionados,\ny los cambios locales para los registros no seleccionados.
83
_Download_remote_changes_of_selected_table=Descargar cambios remotos de la tabla seleccionada
84
_VCS_Show_server_entities=Mostrar entidades del repositorio
85
_VCS_Show_server_hooks=Mostrar hooks del repositorio VCSGis
86
_The_selected_connection_does_not_correspond_to_a_version_control_server=La conexi\u00f3n seleccionada no se corresponde con un repositorio de control de versiones
87
_Add_new_table_to_project=A\u00f1adir la tabla nueva al proyecto
88
_Add_new_layer_to_view=A\u00f1adir la nueva capa a la vista
89
_Select_a_view=Seleccione una vista
90
_Cant_show_form_because_entity_isnt_in_workingcopy_yet=No se puede mostrar el formulario porque la entidad no est\u00e1 en la copia de trabajo todav\u00eda.
91
_Dont_add_the_table_or_layer_to_the_project=No a\u00f1adir la tabla/capa al proyecto
92
_Add_layer_to_view=A\u00f1adir la capa a la vista
93
_Add_table_to_project=A\u00f1adir la tabla al proyecto
94
_Cant_retrieve_entities_from_repository=No se han podido obtener las entidades del repositorio
95
_Cant_retrieve_entities=No se han podido obtener las entidades
96
_Working_copy=Copia de trabajo
97
_VCS_Server_entities=Entidades del servidor
98
_VCS_Server_hooks=Hooks del servidor
99
_VCS_Export=Exportar
100
_Export_to_a_local_table_a_table_of_the_repository=Exporta a una tabla local una tabla del repositorio
101
_Add=A\u00f1adir
102
_Remove=Eliminar
103
_Cant_retrieve_entities=No se han podido obtener las entidades
104
_Add_layer=A\u00f1adir capa
105
_Adding_table_layer=A\u00f1adiendo tabla/capa
106
_Preparing_source=Preparando fuente
107
_Finishing=Finalizando
108
_If_you_cant_find_the_layer_click_here_to_initialize_a_new_workingcopy=Si no puede encontar la capa, pulse aqu\u00ed para inicializar una nueva copia de trabajo
109
_Repository_info=Informaci\u00f3n del repositorio
110
_Layer=Capa
111
_Name=Nombre
112
_Committing_changes=Enviando cambios
113
_The_selected_table_is_already_in_the_working_copy=La tabla seleccionada ya est\u00e1 en la copia de trabajo
114
_To_download_updated_data_use_show_changes_tool=Para descargar los datos actualizados utilice la herramienta de mostrar cambios
115
_Processing=Procesando
116
_Ended_process=Proceso finalizado
117
_Workingcopy_changes_list_updated=Lista de cambios de la copia de trabajo actualizada (%s)
118
_Repository_changes_list_updated=Lista de cambios del repositorio actualizada (%s)
119
_If_you_cant_find_the_layer_click_here_to_initialize_a_new_workingcopy=Si no puede encontrar la capa, pulse aqu\u00ed para inicializar una nueva copia de trabajo.
120
_Projection=Proyecci\u00f3n
121
_Zoom=Zoom
122
_Center=Centrar
123
_Clean_highlighted=Limpiar resaltados
124
_Do_you_want_add_layer_to_active_view=\u00bfDesea a\u00f1adir la capa a la vista activa?
125
_Do_you_want_add_table_to_project=\u00bfDesea a\u00f1adir la tabla al proyecto?
126
_Clean_highlighted=Limpiar geometr\u00edas resaltadas
127
_Category=Categor\u00eda
128
_Overwrite_table=Sobrescribir tabla
129
_Delete_existing_table_in_workingcopy_and_checkout_table_from_repository=Borra la copia de local y obtiene de nuevo una copia desde el repositorio.
130
_Select_revision=Seleccionar revisi\u00f3n
131
#_Next_page=Siguiente p\u00e1gina
132
_Retrieve_more_data=Recuperar m\u00e1s datos. 
133
_Retrieve_the_next_page_of_revisions_from_the_repository=Recupera la siguiente p\u00e1gina de revisiones del repositorio.
134
table=tabla
135
operation=operaci\u00f3n
136
label=etiqueta
137
_VCS_Show_revisions=Mostrar revisiones
138
_VCS_Revisions=Revisiones
139
_Cant_remove_entity=No se ha podido eliminar la entidad
140
_Cant_remove_changes=No se han podido eliminar los cambios
141
_Add_the_table_to_the_project=A\u00f1adir la tabla al proyecto
142
_Identifier_field=Campo del identificador
143
_Sort_field=Campo de ordenaci\u00f3n
144
_Use_revision_date=Usar fecha de revisi\u00f3n
145
_Revision_date_field=Campo fecha de revisi\u00f3n
146
_Time_interval_to_group_changes=Intervalo de agrupaci\u00f3n
147
_Use_revision_number=Usar n\u00famero de revisi\u00f3n
148
_Revision_number_field=Campo n\u00famero de revisi\u00f3n
149
_VCS_Import_history=Importar historial
150
_Import_history=Importar historial
151
_The_process_has_created_local_changes_that_would_need_to_be_committed_to_the_repository=El proceso ha creado cambios locales que ser\u00eda necesario "confirmar" en el repositorio
152
_VCSGis_Merge=VCSGis mezcla
153
_User=Usuario
154
_Password=Contrase\u00f1a
155
_User_login=Inicio de sesi\u00f3n de usuario
156
_Others=Otras
157
_Table_already_exists_in_working_copy=La tabla ya existe en la copia de trabajo
158
_You_can_rename_the_table=Puede usted cambiar el nombre de la tabla
159
_VCS_Create_resource_table=Crear tabla de recursos
160
_Create_resource_table_parameters=Par\u00e1metros para la creaci\u00f3n de la tabla de recursos
161
_TableName= Nombre de tabla
162
_Enter_the_identifier_and_password_of_a_user_with_permissions_to_perform_the_requested_operation=Introduzca identificador y contrase\u00f1a de un usuario con permisos para realizar la operaci\u00f3n solicitada
163
_Authorization_required_for_this_operation=Autorizaci\u00f3n necesaria para esta operaci\u00f3n
164
_VCS_Checkout_DataModel=Obtener copia local del modelo de datos
165
_VCS_Connect_to_datamodel=Conectar a modelo de datos
166
_Data_models=Modelos de datos
167
_Failed_connect_to_{0}=Ha fallado la conexi\u00f3n con ''{0}''
168
_Overwrite_existing_tables=Sobreescribir las tablas existentes
169
_Delete_existing_tables_in_workingcopy_and_then_checkout_them_from_repository=Elimina las tablas existentes en la copia de trabajo y las vuelve a obtener del repositorio.
170
_VCS_Logout=Cerrar sesi\u00f3n
171
_Logout_the_current_user_from_a_VCSGis_working_copy=Cierra la sesi\u00f3n de usuario en una copia de trabajo
172
_VCS_operation_add_entity=Nueva entidad
173
_VCS_operation_insert=Nuevo
174
_VCS_operation_update=Modificado
175
_VCS_operation_delete=Borrado
176
_Highlight=Resaltar
177
_Topology_plan_execution_failed_Do_you_wish_to_continue=Ha fallado la ejecuci\u00f3n del plan de topolog\u00eda. \u00bfDesea continuar?
178
_Cant_pass_topology_plans=No se pueden pasar los planes topol\u00f3gicos
179
_TopologyPlan_has_been_updated_please_retry_commit=El plan topol\u00f3gico se ha actualizado. Por favor, reintente el commit.
180
_Sending_topology_plans=Enviando los planes topol\u00f3gicos
181
_Execute_topology_plan=Ejecutar plan de topolog\u00eda
182
_Import_history_to_VCSGis_repository=Importar hist\u00f3rico al respositorio de VCSGis
183
_Import_a_table_or_layer_with_history_to_a_VCSGis_repository=Importar una tabla o capa con hist\u00f3rico al respositorio de VCSGis
184
_Selected_tables_are_editing=Alguna tabla seleccionada est\u00e1 en edici\u00f3n
185
_Unmodified_locally=No modificada en local
186
_New_locally=Nueva en local
187
_Modified_locally=Modificada en local
188
_Modified_in_the_repository=Modificada en el repositorio
189
_Modified_in_the_repository_and_locally=Modificada tanto en el repositorio como en local
190
_Conflict=Conflicto
191
_New_in_the_repository=No existe en la copia de trabajo
192
_Unknow_state=Estado desconocido
193
_Maintain_structure_in_ToC=Mantener estructura en el ToC
194
_Model=Modelo
195
_Resources=Recursos
196
_Are_you_sure_you_want_to_overwrite_the_selected_tables=\u00bf Esta seguro de querer sobreescribir las tablas seleccionadas ?
197
_VCSGis_Checkout_overwrite=VCSGis Checkout - Sobreescribir
198
_A_working_copy_with_that_name_already_exists=Ya existe una copia de trabajo con ese nombre.
199
_It_is_not_in_local_or_in_the_repository=No esta en local ni en el repositorio.
200
_Check_this_option_to_group_the_data_by_a_date_to_when_making_the_commits=Marque esta opci\u00f3n para agrupar los datos por una fecha al realizar los commits
201
_Unique_key_field_in_the_table_resulting_from_the_import=Campo de clave \u00fanica en la tabla resultante de la importaci\u00f3n.
202
_The_data_will_be_sorted_by_the_revision_date_or_revision_code_field_and_the_one_indicated_here_before_proceeding_with_the_import_This_field_may_not_be_specified=Los datos se ordenar\u00e1n por el campo de fecha de revisi\u00f3n o c\u00f3digo de revisi\u00f3n y el que se indica aqu\u00ed antes de proceder con la importaci\u00f3n. Se puede no especificar este dato.
203
_Target_table=Tabla de destino
204
_URL_to_repository=URL del repositorio
205
_Available_working_copies=Copias de trabajo disponibles
206
_Folder_in_which_to_save_the_working_copy=Carpeta en la que guardar la copia de trabajo
207
_Overwrite_existing_working_copy=Sobrescribir copia de trabajo existente
208
_Cant_download_working_copy=No se ha podido descargar la copia de trabajo
209
_VCS_Download_workingcopy=Descargar copia de trabajo
210
_The_entered_URL_is_not_valid=La URL introducida no es valida.
211
_Downloading_list_of_available_working_copies=Descargando la lista de copias de trabajo disponibles,
212
_Cant_retrieve_the_list_of_available_working_copies=No se han podido descargar la lista de copias de trabajo disponibles.
213
_Downloading=Descargando
214
_Cant_unzip_downloaded_working_copy=No se ha podido descomprimir la copia de trabajo descargada.
215
_A_downloaded_working_copy_already_exists_Check_the_option_to_overwrite_if_you_want_to_download_it_or_select_another_destination_folder=Ya existe una copia de trabajo descargada. Marque la opci\u00f3n sobreescribir si desea descargarla o seleccione otra carpeta de destino.
216
_Unable_to_download_working_copy_The_selected_copy_or_destination_folder_is_invalid=No es posible descargar la copia de trabajo. La copia seleccionada o la carpeta de destino no es valida.
217
_Importing_a_history_is_a_heavy_operation_You_have_selected_a_working_copy_that_is_using_a_remote_repository_It_is_recommended_that_your_working_copy_use_a_local_repository_to_perform_this_operation_Also_some_functionality_such_as_setting_the_revision_date_is_not_available_with_remote_repositories=Importar un hist\u00f3rico es una operaci\u00f3n pesada. Ha seleccionado una copia de trabajo que esta usando un repositorio remoto. Es recomendable que su copia de trabajo use un repositorio local para realizar esta operaci\u00f3n. Ademas, alguna funcionalidad como asignar la fecha de la revisi\u00f3n no esta disponible con repositorio remotos.
218
_With_large_tables_it_is_highly_recommended_to_have_an_index_on_the_identifier_field=Con tablas grandes es muy recomendable qye haya un \u00edndice sobre el campo identificador.
219
_With_large_tables_it_is_highly_recommended_to_have_an_index_on_the_sort_field=Con tablas grandes es muy recomendable que haya un \u00edndice sobre el campo de ordenaci\u00f3n.
220
_With_large_tables_it_is_highly_recommended_to_have_an_index_on_the_revision_date_field=Con tablas grandes es muy recomendable que haya un \u00edndice sobre el campo fecha de revisi\u00f3n.
221
_The_field_selected_as_identifier_must_exist_in_the_target_table=El campo seleccionado como identificador debe existir en la tabla de destino.
222
_Deleted_condition=Condici\u00f3n de borrado
223
_Import_data=Importar datos
224
_Cant_add_layer_XLayerNameX_to_the_selected_view=No se ha podido a\u00f1adir la capa {0} a la vista seleccionada.
225
_Cant_add_layer_to_the_working_copy=No se ha podido a\u00f1adir la capa a la copia de trabajo..
226
_Cant_add_table_XtableNameX_to_project=No se ha podido a\u00f1adir la tabla {0} al proyecto.
227
_Cant_add_table_to_project=No se ha podido a\u00f1adir la tabla al proyecto.
228
_Cant_import_history=No se ha podido importar el historico.
229
_VCS_Execute_topology_plan=Ejecutar plan topol\u00f3gico de VCSGis
230
_VCS_Execute_topology_plan_of_active_layer=Ejecutar plan topol\u00f3gico de VCSGis de la capa activa
231
_Efective_date_field=Campo fecha efectiva
232
_Minimize_memory_consumption_Slow=Minimizar el consumo de memoria (Lento).
233
_Minimize_time_intensive_memory_consumption=Minimizar el tiempo (consumo intensivo de memoria).
234
_Balances_time_and_memory_consumption_consumes_disk=Balancea el consume de tiempo y memoria (consume disco)
235
_Minutes=Minutos
236
_Hours=Horas
237
_Days=Dias
238
_Weeks=Semanas
239
_Months=Meses
240
_Years=A\u00f1os
241
_Input_data=Datos de entrada
242
_Options=Opciones
243
_With_large_tables_it_is_highly_recommended_to_have_an_index_on_the_revision_number_field=Con tablas grandes es muy recomendable que haya un \u00edndice sobre el campo n\u00famero de revisi\u00f3n.
244
_Estimated_time_remaining=Tiempo restante estimado
245
_This_will_cause_application_to_crash_if_all_the_memory_assigned_to_the_JVM_is_consumed=<html>Esto har\u00e1 que la aplicaci\u00f3n se bloquee si se consume toda la memoria asignada a la JVM.</html>
246
_Number_of_insert_to_change_to_append_mode=N\u00famero de inserciones para cambiar al modo "append".
247
_Only_upload_locally_no_commits=Solo carga en local, sin commits.
248
_The_selected_layer_does_not_belong_to_a_working_copy=La capa seleccionada no pertenece a una copia de trabajo
249
_The_selected_layer_does_not_have_a_topology_plan_assigned=La capa seleccionada no tiene un plan de topolog\u00eda asignado
250
_The_topology_plan_assigned_to_the_selected_layer_does_not_exist=El plan de topolog\u00eda asignado a la capa seleccionada no existe
251
_Connected_to_{0}=Conectado a ''{0}''.
252
_Connecting_to_{0}=Conectando a ''{0}''.
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/i18n/text_en.properties
1
next_connection=Connection
2
initialize=Initialize
3
initialize_server=Initialize server
4
init_server=Initialize server
5
_Initialize_workingcopy=Initialize working copy
6
init_workingcopy=Initialize working copy
7
_name=Name
8
_file=File
9
_repository=Repository
10
_url=URL
11
_layers=Layers
12
_tables=Tables
13
_Add_to_workingcopy=Add to working copy
14
_Workingcopy=Working copy
15
_Cant_initialize_server_{0}=Can't initialize server ''{0}''.
16
_Cant_initialize_workingcopy_{0}=Can't initialize working copy ''{0}''.
17
_Cant_add_{0}_as_{1}_in_{2}=Can't add ''{0}'' as ''{1}'' in ''{2}''.
18
_table=Table
19
_Table=Table
20
_branch=Branch
21
_revision=Revision
22
checkout=Checkout
23
failed_checkout_of_{0}=failed checkout of ''{0}''
24
_VCS_Register_workingcopy=Register working copy
25
_VCS_Prepare_workingcopy=Prepare working copy
26
_Register_workingcopy=Register working copy
27
_Selected_connection_is_not_a_valid_workingcopy=Selected connection is not a valid working copy
28
_Cant_register_workingcopy=Can't register working copy
29
_Administration=Administration
30
_Field_for_label=Field for label
31
_Select_all=Check all
32
_Unselect_all=Uncheck all
33
_Refresh=Refresh
34
_Revert=Revert
35
_Commit=Commit
36
_Show_form=Show form
37
_Effective_date=Effective date
38
_Coment=Comment
39
_No_errors=No errors
40
_dbfile_is_null=dbfile is null
41
_workingcopy_explorer_is_null=working copy explorer is null
42
_label_is_null=label is null
43
_Cant_open_workingcopy=Can't open working copy
44
_Store_not_in_control_version=Store not in control version
45
_Cant_create_table=Can't create table
46
_Cant_create_config_table=Can't create config table
47
_Cant_create_table_entities=Can't create table entities
48
_Cant_create_table_changes=Can't create table changes
49
_Entity_already_exists=Entity already exists
50
_Entity_has_not_VCSGISCODE=Entity has not VCSGISCODE
51
_Cant_open_entities=Can't open entities
52
_Cant_insert_entities=Can't insert entities
53
_Cant_open_changes=Can't open changes
54
_Cant_insert_change=Can't insert change
55
_Cant_open_store=Can't open store
56
_Cant_retrieve_source_features=Can't retrieve source features
57
_Cant_insert_features=Can't insert features
58
_Cant_commit=Can't commit
59
_Cant_commit_workingcopy_is_out_of_date=Can't commit, working copy is out of date
60
_Cant_checkout=Can't checkout
61
_Table_already_exists_in_the_workingcopy=Table already exists in the working copy
62
_Table_not_in_repository=Table not in repository
63
_Cant_update_entities=Can't update entities
64
_Cant_prepare_update=Can't prepare update
65
_Cant_update=Can't update
66
_Reload_remote_changes=Reload remote changes
67
_Clean_remote_changes=Clear remote changes
68
_Update_tables_with_remote_changes=Update tables.\nThe local tables will be updated with the repository changes.\nIf there are local changes they will be lost.
69
_Merge_tables_with_remote_changes=Merge tables.\nThe selected operations are executed on the local copy.\nRemote changes will be kept for selected records,\nand local changes for unselected records.
70
_Download_remote_changes_of_selected_table=Download remote changes of selected table
71
_VCS_Show_server_entities=Show server entities
72
_Show_server_entities=Show server entities
73
_VCS_Show_server_hooks=Show server hooks
74
_Show_server_hooks=Show server hooks
75
_The_selected_connection_does_not_correspond_to_a_version_control_server=The selected connection does not correspond to a version control server.
76
_Add_new_table_to_project=Add new table to project
77
_Add_new_layer_to_view=Add new layer to view
78
_Select_a_view=Select a view
79
_Cant_show_form_because_entity_isnt_in_workingcopy_yet=Can't show form because entity isn't in working copy yet.
80
_Dont_add_the_table_or_layer_to_the_project=Don't add the table or layer to the project
81
_Add_layer_to_view=Add layer to view
82
_Add_table_to_project=Add table to project
83
_Cant_retrieve_entities_from_repository=Cant retrieve entities from repository
84
_Cant_retrieve_entities=Cant retrieve entities
85
_Working_copy=Working copy
86
_VCS_Show_changes=Show VCS changes
87
_Show_changes=Show chabges
88
_VCS_changes=VCS Changes
89
_VCS_Server_entities=VCS Server entities
90
_VCS_server_hooks=VCS server hooks||||||| .r2891
91
_Cant_retrieve_entities=Cant retrieve entities
92
_Add_layer=Add layer
93
_Adding_table_layer=Adding table/layer
94
_Preparing_source=Preparing source
95
_Finishing=Finishing
96
_If_you_cant_find_the_layer_click_here_to_initialize_a_new_workingcopy=If you can't find the layer click here to initialize a new workspace
97
_Repository_info=Repository info
98
_Layer=Layer
99
_Name=Name
100
_Committing_changes=Commiting changes
101
_The_selected_table_is_already_in_the_working_copy=The selected table is already in the working copy
102
_To_download_updated_data_use_show_changes_tool=To download updated data use show changes tool
103
_Processing=Processing
104
_Ended_process=Ended process
105
_Workingcopy_changes_list_updated=Working copy changes list updated (%s)
106
_Repository_changes_list_updated=Repository changes list updated (%s)
107
_If_you_cant_find_the_layer_click_here_to_initialize_a_new_workingcopy=If you can't find the layer click here to initialize a new workspace.
108
_Projection=Projection
109
_Zoom=Zoom
110
_Center=Center
111
_Clean_Highlighted=Clean highlighted
112
_Do_you_want_add_layer_to_active_view=Do you want add layer to active view?
113
_Do_you_want_add_table_to_project=Do you want add table to project?
114
_Clean_highlighted=Clean highlighted
115
_Category=Category
116
_Overwrite_table=Overwrite table
117
_Delete_existing_table_in_workingcopy_and_checkout_table_from_repository=Delete existing table in working copy and checkout table from repository
118
_Select_revision=Select revision
119
#_Next_page=Next page
120
_Retrieve_more_data=Retrieve more data. 
121
_Retrieve_the_next_page_of_revisions_from_the_repository=Retrieve the next page of revisions from the repository.
122
table=table
123
operation=operation
124
label=label
125
_VCS_Show_revisions=Show revisions
126
_VCS_Revisions=Revisions
127
_Cant_remove_entity=Can't remove entity
128
_Cant_remove_changes=Can't remove changes
129
_Add_the_table_to_the_project=Add the table to the project
130
_Identifier_field=Identifier field
131
_Sort_field=Sort field
132
_Use_revision_date=Use revision date
133
_Revision_date_field=Revision date field
134
_Time_interval_to_group_changes=Time interval to group changes
135
_Use_revision_number=Use revision code
136
_Revision_number_field=Revision number field
137
_VCS_Import_history=Import history
138
_Import_history=Import history
139
_The_process_has_created_local_changes_that_would_need_to_be_committed_to_the_repository=The process has created local changes that would need to be committed to the repository
140
_VCSGis_Merge=VCSGis merge
141
_User=User
142
_Password=Password
143
_User_login=User login
144
_Others=Others
145
_Table_already_exists_in_working_copy=Table already exists in working copy
146
_You_can_rename_the_table=You can rename the table
147
_VCS_Create_resource_table=Create resource table
148
_Create_resource_table_parameters=Create resource table parameters
149
_TableName=Table name
150
_Enter_the_identifier_and_password_of_a_user_with_permissions_to_perform_the_requested_operation=Enter the identifier and password of a user with permissions to perform the requested operation
151
_Authorization_required_for_this_operation=Authorization required for this operation
152
_VCS_Checkout_DataModel=Checkout data model
153
_VCS_Connect_to_datamodel=Connect to datamodel
154
_Data_models=Data models
155
_Failed_connect_to_{0}=Failed connect to ''{0}''
156
_Overwrite_existing_tables=Overwrite existing tables
157
_Delete_existing_tables_in_workingcopy_and_then_checkout_them_from_repository=Delete existing tables in working copy and then checkout them from repository
158
_VCS_Logout=Logout
159
_Logout_the_current_user_from_a_VCSGis_working_copy=Logout the current user from a VCSGis working copy
160
_VCS_operation_add_entity=Add entity
161
_VCS_operation_insert=Insert
162
_VCS_operation_update=Update
163
_VCS_operation_delete=Delete
164
_Highlight=Highlight
165
_Topology_plan_execution_failed_Do_you_wish_to_continue=Topology plan execution failed. Do you wish to continue?
166
_Cant_pass_topology_plans=Can't pass topology plans
167
_TopologyPlan_has_been_updated_please_retry_commit=TopologyPlan has been updated. Please retry commit.
168
_Sending_topology_plans=Sending topology plans
169
_Execute_topology_plan=Execute topology plan
170
_Import_history_to_VCSGis_repository=Import history to VCSGis repository
171
_Import_a_table_or_layer_with_history_to_a_VCSGis_repository=Import a table or layer with history to a VCSGis repository
172
_Selected_tables_are_editing=Selected tables are editing
173
_Unmodified_locally=Unmodified locally
174
_New_locally=New locally
175
_Modified_locally=Modified locally
176
_Modified_in_the_repository=Modified in the repository
177
_Modified_in_the_repository_and_locally=Modified in the repository and locally
178
_Conflict=Conflict
179
_New_in_the_repository=Not in the working copy
180
_Unknow_state=Unknow state
181
_Maintain_structure_in_ToC=Maintain structure in ToC
182
_Model=Model
183
_Resources=Resources
184
_Are_you_sure_you_want_to_overwrite_the_selected_tables=Are you sure you want to overwrite the selected tables? 
185
_VCSGis_Checkout_overwrite=VCSGis Checkout - Overwrite
186
_A_working_copy_with_that_name_already_exists=A working copy with that name already exists.
187
_It_is_not_in_local_or_in_the_repository=It is not in local or in the repository.
188
_Check_this_option_to_group_the_data_by_a_date_when_making_the_commits=Check this option to group the data by a date when making the commits.
189
_Unique_key_field_in_the_table_resulting_from_the_import=Unique key field in the table resulting from the import.
190
_The_data_will_be_sorted_by_the_revision_date_or_revision_code_field_and_the_one_indicated_here_before_proceeding_with_the_import_This_field_may_not_be_specified=The data will be sorted by the revision date or revision code field and the one indicated here before proceeding with the import. This field may not be specified. 
191
_Target_table=Target table
192
_URL_to_repository=URL to repository
193
_Available_working_copies=Available working copies
194
_Folder_in_which_to_save_the_working_copy=Folder in which to save the working copy
195
_Overwrite_existing_working_copy=Overwrite existing working copy
196
_Cant_download_working_copy=Can't download working copy
197
_VCS_Download_workingcopy=Download working copy
198
_The_entered_URL_is_not_valid=The entered URL is not valid.
199
_Downloading_list_of_available_working_copies=Downloading list of available working copies.
200
_Cant_retrieve_the_list_of_available_working_copies=Can't retrieve the list of available working copies.
201
_Downloading=Downloading
202
_Cant_unzip_downloaded_working_copy=Can't unzip downloaded working copy.
203
_A_downloaded_working_copy_already_exists_Check_the_option_to_overwrite_if_you_want_to_download_it_or_select_another_destination_folder=A downloaded working copy already exists. Check the option to overwrite if you want to download it or select another destination folder.
204
_Unable_to_download_working_copy_The_selected_copy_or_destination_folder_is_invalid=Unable to download working copy. The selected copy or destination folder is invalid. 
205
_Importing_a_history_is_a_heavy_operation_You_have_selected_a_working_copy_that_is_using_a_remote_repository_It_is_recommended_that_your_working_copy_use_a_local_repository_to_perform_this_operation_Also_some_functionality_such_as_setting_the_revision_date_is_not_available_with_remote_repositories=Importing a history is a heavy operation. You have selected a working copy that is using a remote repository. It is recommended that your working copy use a local repository to perform this operation. Also, some functionality such as setting the revision date is not available with remote repositories.
206
_With_large_tables_it_is_highly_recommended_to_have_an_index_on_the_identifier_field=With large tables it is highly recommended to have an index on the identifier field.
207
_With_large_tables_it_is_highly_recommended_to_have_an_index_on_the_sort_field=With large tables it is highly recommended to have an index on the sort field.
208
_With_large_tables_it_is_highly_recommended_to_have_an_index_on_the_revision_date_field=With large tables it is highly recommended to have an index on the revision date field.
209
_The_field_selected_as_identifier_must_exist_in_the_target_table=The field selected as identifier must exist in the target table.
210
_Deleted_condition=Deleted condition
211
_Import_data=Import data
212
_Cant_add_layer_XLayerNameX_to_the_selected_view=Can't add layer {0} to the selected view.
213
_Cant_add_layer_to_the_working_copy=Can't add layer to the working copy.
214
_Cant_add_table_XtableNameX_to_project=Can't add table {0} to project.
215
_Cant_add_table_to_project=Can't add table to project.
216
_Cant_import_history=Can't import history.
217
_VCS_Execute_topology_plan=Execute VCSGis topology plan
218
_VCS_Execute_topology_plan_of_active_layer=Execute active layer VCSGis topology plan
219
_Efective_date_field=Efective date field
220
_Minimize_memory_consumption_Slow=Minimize memory consumption (Slow).
221
_Minimize_time_intensive_memory_consumption=Minimize time (intensive memory consumption).
222
_Balances_time_and_memory_consumption_consumes_disk=Balances time and memory consumption (consumes disk)
223
_Minutes=Minutes
224
_Hours=Hours
225
_Days=Days
226
_Weeks=Weeks
227
_Months=Months
228
_Years=Years
229
_Input_data=Input data
230
_Options=Options
231
_With_large_tables_it_is_highly_recommended_to_have_an_index_on_the_revision_number_field=With large tables it is highly recommended to have an index on the revision number field
232
_Estimated_time_remaining=Estimated time remaining
233
_This_will_cause_application_to_crash_if_all_the_memory_assigned_to_the_JVM_is_consumed=<html>This will cause application to crash if all the memory assigned to the JVM is consumed.</html>
234
_Number_of_insert_to_change_to_append_mode=Number of inserto to change to append mode.
235
_Only_upload_locally_no_commits=Only upload locally, no commits.
236
_The_selected_layer_does_not_belong_to_a_working_copy=The selected layer does not belong to a working copy
237
_The_selected_layer_does_not_have_a_topology_plan_assigned=The selected layer does not have a topology plan assigned
238
_The_topology_plan_assigned_to_the_selected_layer_does_not_exist=The topology plan assigned to the selected layer does not exist
239
_Connected_to_{0}=Connected to ''{0}''.
240
_Connecting_to_{0}=Connecting a ''{0}''.
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013 gvSIG
3
  Association. This program is free software; you can redistribute it and/or modify
4
  it under the terms of the GNU General Public License as published by the Free Software
5
  Foundation; either version 3 of the License, or (at your option) any later version.
6
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
7
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
  PURPOSE. See the GNU General Public License for more details. You should have received
9
  a copy of the GNU General Public License along with this program; if not, write to
10
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
11
  USA. For any additional information, do not hesitate to contact us at info AT gvsig.com,
12
  or visit our website www.gvsig.com. -->
13
<plugin-config>
14
  <depends plugin-name="org.gvsig.app.mainplugin" />
15
  <depends plugin-name="org.gvsig.app.document.table.app.mainplugin" />
16
  <depends plugin-name="org.gvsig.topology.app.mainplugin" optional="true"/>
17
<!--  <depends plugin-name="org.gvsig.shp.app.mainplugin" />-->
18
  <depends plugin-name="org.gvsig.geodb.app.mainplugin" />
19
  <depends plugin-name="org.gvsig.csv.app.mainplugin"/>
20
  <depends plugin-name="org.gvsig.h2spatial.h2gis132.app.mainplugin" />
21
  <resourceBundle name="text" />
22
  <libraries library-dir="lib" />
23
  <extensions>
24
    <extension class-name="org.gvsig.vcsgis.app.VCSGisExtension"
25
      description="" active="true" priority="1">
26

  
27
      <action 
28
            name="tools-vcsgis-init-server" 
29
            label="_VCS_Initialize_repository" 
30
            tooltip="_VCS_Initialize_repository"
31
            position="900700101" 
32
            action-command="tools-vcsgis-init-server" 
33
            icon="tools-vcsgis-init-server"
34
            accelerator="" 
35
      />
36

  
37
      <action 
38
          name="tools-vcsgis-register-workspace" 
39
          label="_VCS_Register_workingcopy" 
40
          tooltip="_Register_workingcopy"
41
            position="900700103" 
42
          action-command="tools-vcsgis-register-workspace" 
43
          icon="tools-vcsgis-register-workspace"
44
          accelerator="" 
45
      />
46

  
47
      <action 
48
          name="tools-vcsgis-show_server-entities" 
49
          label="_VCS_Show_server_entities" 
50
          tooltip="_VCS_Show_server_entities"
51
          position="900700104" 
52
          action-command="tools-vcsgis-show_server-entities" 
53
          icon="tools-vcsgis-show-server-entities"
54
          accelerator="" 
55
      />
56

  
57
      <action 
58
          name="tools-vcsgis-show_server-hooks" 
59
          label="_VCS_Show_server_hooks" 
60
          tooltip="_VCS_Show_server_hooks"
61
          position="900700105" 
62
          action-command="tools-vcsgis-show_server-hooks" 
63
          icon="tools-vcsgis-show-server-hooks"
64
          accelerator="" 
65
      />
66

  
67
      <action 
68
          name="tools-vcsgis-init-workspace" 
69
          label="_VCS_Initialize_workingcopy" 
70
          tooltip="_VCS_Initialize_workingcopy"
71
          position="900700200" 
72
          action-command="tools-vcsgis-init-workspace" 
73
          icon="tools-vcsgis-init-workspace"
74
          accelerator="" 
75
      />
76

  
77
      <action 
78
          name="tools-vcsgis-download-workingcopy" 
79
          label="_VCS_download_workingcopy" 
80
          tooltip="_VCS_download_workingcopy"
81
          position="900700210" 
82
          action-command="tools-vcsgis-download-workingcopy" 
83
          icon="tools-vcsgis-download-workingcopy"
84
          accelerator="" 
85
      />
86

  
87
      <action 
88
          name="tools-vcsgis-add-to-workspace" 
89
          label="_Add_to_VCS_workingcopy" 
90
          tooltip="_Add_table_or_layer_to_VCS_workingcopy"
91
          position="900700300" 
92
          action-command="tools-vcsgis-add-to-workspace" 
93
          icon="tools-vcsgis-add-to-workspace"
94
          accelerator="" 
95
      />
96

  
97
      <action 
98
          name="tools-vcsgis-import-history" 
99
          label="_Import_history_to_VCSGis_repository" 
100
          tooltip="_Import_a_table_or_layer_with_history_to_a_VCSGis_repository"
101
          position="900700300" 
102
          action-command="tools-vcsgis-import-history" 
103
          icon="tools-vcsgis-add-to-workspace"
104
          accelerator="" 
105
      />
106

  
107
      <action 
108
          name="tools-vcsgis-checkout" 
109
          label="_VCS_checkout" 
110
          tooltip="_Checkout_table_from_VCS_repository"
111
          position="900700300" 
112
          action-command="tools-vcsgis-checkout" 
113
          icon="tools-vcsgis-checkout"
114
          accelerator="" 
115
      />
116

  
117
      <action 
118
          name="tools-vcsgis-checkout-datamodel" 
119
          label="_VCS_Connect_to_datamodel" 
120
          tooltip="_VCS_Connect_to_datamodel"
121
          position="900701000" 
122
          action-command="tools-vcsgis-checkout-datamodel" 
123
          icon="tools-vcsgis-checkout-datamodel"
124
          accelerator="" 
125
      />
126

  
127
      <action 
128
          name="tools-vcsgis-export" 
129
          label="_VCS_Export" 
130
          tooltip="_Export_to_a_local_table_a_table_of_the_repository"
131
          position="900700500" 
132
          action-command="tools-vcsgis-export" 
133
          icon="tools-vcsgis-export"
134
          accelerator="" 
135
      />
136

  
137
      <action 
138
          name="tools-vcsgis-showchanges" 
139
          label="_VCS_Show_changes" 
140
          tooltip="_VCS_Show_changes"
141
          position="900702000" 
142
          action-command="tools-vcsgis-showchanges" 
143
          icon="tools-vcsgis-showchanges"
144
          accelerator="" 
145
      />
146

  
147
      <action 
148
          name="tools-vcsgis-register-workspace" 
149
          label="_VCS_Register_workingcopy" 
150
          tooltip="_Register_workingcopy"
151
          position="900700300" 
152
          action-command="tools-vcsgis-register-workspace" 
153
          icon="tools-vcsgis-register-workspace"
154
          accelerator="" 
155
      />
156

  
157
      <action 
158
          name="tools-vcsgis-prepare-workingcopy" 
159
          label="_VCS_Prepare_workingcopy" 
160
          tooltip="_Prepare_workingcopy"
161
          position="900700400" 
162
          action-command="tools-vcsgis-prepare-workingcopy" 
163
          icon="tools-vcsgis-prepare-workingcopy"
164
          accelerator="" 
165
      />
166

  
167
      <action 
168
          name="tools-vcsgis-show-revisions" 
169
          label="_VCS_Revisions" 
170
          tooltip="_Show_revisions_panel"
171
          position="900700600" 
172
          action-command="tools-vcsgis-show-revisions" 
173
          icon="tools-vcsgis-show-revisions"
174
          accelerator="" 
175
      />
176
      
177
    <action 
178
          name="tools-vcsgis-create-resource-table" 
179
          label="_VCS_Create_resource_table" 
180
          tooltip="_Create_resource_table"
181
          position="900700104" 
182
          action-command="tools-vcsgis-create-resource-table" 
183
          icon=""
184
          accelerator="" 
185
      />
186
      
187
    <action 
188
          name="tools-vcsgis-logout" 
189
          label="_VCS_Logout_from_working_copy" 
190
          tooltip="_Logout_from_working_copy"
191
          position="900700404" 
192
          action-command="tools-vcsgis-logout" 
193
          icon=""
194
          accelerator="" 
195
      />
196

  
197
      <menu text="tools/_VCSGis/_Administration/_VCS_Initialize_repository" name="tools-vcsgis-init-server" />
198
      <menu text="tools/_VCSGis/_Administration/_VCS_Register_workingcopy" name="tools-vcsgis-register-workspace" />
199
      <menu text="tools/_VCSGis/_Administration/_VCS_Prepare_workingcopy" name="tools-vcsgis-prepare-workingcopy" />
200
      <menu text="tools/_VCSGis/_Administration/_VCS_Create_resource_table" name="tools-vcsgis-create-resource-table" />
201
      <menu text="tools/_VCSGis/_Administration/_VCS_Import_history" name="tools-vcsgis-import-history" />
202
      <menu text="tools/_VCSGis/_VCS_Initialize_workingcopy" name="tools-vcsgis-init-workspace" />
203
      <menu text="tools/_VCSGis/_VCS_Download_workingcopy" name="tools-vcsgis-download-workingcopy" />
204
      <menu text="tools/_VCSGis/_VCS_Add_to_workingcopy" name="tools-vcsgis-add-to-workspace" />
205
      <menu text="tools/_VCSGis/_VCS_Checkout" name="tools-vcsgis-checkout" />
206
      <menu text="tools/_VCSGis/_VCS_Export" name="tools-vcsgis-export" />
207
      <menu text="tools/_VCSGis/_VCS_Show_revisions" name="tools-vcsgis-show-revisions" />
208
      <menu text="tools/_VCSGis/_VCS_Logout" name="tools-vcsgis-logout" />
209
      <menu text="tools/_VCSGis/_VCS_Show_changes" name="tools-vcsgis-showchanges" />
210
      <menu text="tools/_VCSGis/_VCS_Connect_to_datamodel" name="tools-vcsgis-checkout-datamodel" />
211

  
212
      <tool-bar name="vcsgis" position="900700300">
213
        <!--<action-tool name="tools-vcsgis-init-server" />-->
214
        <!--<action-tool name="tools-vcsgis-init-workspace" />-->
215
        <action-tool name="tools-vcsgis-checkout-datamodel" />
216
        <action-tool name="tools-vcsgis-add-to-workspace" />
217
        <action-tool name="tools-vcsgis-checkout" />
218
        <action-tool name="tools-vcsgis-showchanges" />
219
      </tool-bar>
220

  
221
    </extension>
222
    <extension class-name="org.gvsig.vcsgis.app.VCSGisExecuteTopologyPlanExtension"
223
      description="" active="true" priority="1">
224

  
225
      <action 
226
            name="tools-vcsgis-execute-topologyplan" 
227
            label="_VCS_Execute_topology_plan" 
228
            tooltip="_VCS_Execute_topology_plan_of_active_layer"
229
            position="908300300" 
230
            action-command="tools-vcsgis-execute-topologyplan" 
231
            icon="tools-vcsgis-execute-topologyplan"
232
            accelerator="" 
233
      />
234
      <menu text="tools/_Topology/_VCS_Execute_topology_plan" name="tools-vcsgis-execute-topologyplan" />
235
    </extension>
236
  </extensions>
237
</plugin-config>
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/images/action/.directory
1
[Dolphin]
2
PreviewsShown=true
3
Timestamp=2020,10,4,20,43,26
4
Version=4
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/VCSGisEntityColors.properties
1
#Color format supported:
2
# - rgb(0xRR,0xGG,0xBB) (HTML CCS format)
3
# - rgb(red,green,blue) (HTML CCS format)
4
# - #RRGGBB  (HTML format)
5
# - color_number (integer)
6
# - color_name (https://www.w3schools.com/colors/colors_names.asp)
7
#
8
COLOR_LOCAL_NEW=darkgreen
9
COLOR_LOCAL_MODIFIED=darkblue
10
COLOR_LOCAL_UNMODIFIED=black
11
COLOR_LOCAL_AND_REPOSITORY_MODIFIED=red
12
COLOR_REPOSITORY_NEW=darkgoldenRod
13
COLOR_REPOSITORY_MODIFIED=darkmagenta
14
COLOR_CONFLICT=darkred
15
COLOR_UNKNOWN_STATE=lightgray
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/assembly/gvsig-plugin-package.xml
1
<!-- gvSIG. Desktop Geographic Information System. Copyright (C) 2007-2013 gvSIG
2
  Association. This program is free software; you can redistribute it and/or modify
3
  it under the terms of the GNU General Public License as published by the Free Software
4
  Foundation; either version 3 of the License, or (at your option) any later version.
5
  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
6
  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
7
  PURPOSE. See the GNU General Public License for more details. You should have received
8
  a copy of the GNU General Public License along with this program; if not, write to
9
  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
10
  USA. For any additional information, do not hesitate to contact us at info AT gvsig.com,
11
  or visit our website www.gvsig.com. -->
12
<assembly>
13
  <id>gvsig-plugin-package</id>
14
  <formats>
15
    <format>zip</format>
16
  </formats>
17
  <baseDirectory>${project.artifactId}</baseDirectory>
18
  <includeBaseDirectory>true</includeBaseDirectory>
19
  <files>
20
    <file>
21
      <source>target/${project.artifactId}-${project.version}.jar</source>
22
      <outputDirectory>lib</outputDirectory>
23
    </file>
24
    <file>
25
      <source>target/package.info</source>
26
    </file>
27
  </files>
28

  
29
  <fileSets>
30
    <fileSet>
31
      <directory>src/main/resources-plugin</directory>
32
      <outputDirectory>.</outputDirectory>
33
    </fileSet>
34
  </fileSets>
35

  
36

  
37
  <dependencySets>
38
    <dependencySet>
39
      <useProjectArtifact>false</useProjectArtifact>
40
      <useTransitiveDependencies>false</useTransitiveDependencies>
41
      <outputDirectory>lib</outputDirectory>
42
      <includes>
43
        <include>org.gvsig:org.gvsig.vcsgis.lib.api</include>
44
        <include>org.gvsig:org.gvsig.vcsgis.lib.impl</include>
45
        <include>org.gvsig:org.gvsig.vcsgis.swing.api</include>
46
        <include>org.gvsig:org.gvsig.vcsgis.swing.impl</include>
47
        <include>javax.servlet:javax.servlet-api</include>
48
        
49
      </includes>
50
    </dependencySet>
51
  </dependencySets>
52

  
53
</assembly>
54

  
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.37/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/java/org/gvsig/vcsgis/app/FeatureStoresTreeModel.java
1
/*
2
 * To change this license header, choose License Headers in Project Properties.
3
 * To change this template file, choose Tools | Templates
4
 * and open the template in the editor.
5
 */
6
package org.gvsig.vcsgis.app;
7

  
8
import java.util.HashMap;
9
import java.util.Map;
10
import javax.swing.Icon;
11
import javax.swing.ImageIcon;
12
import javax.swing.event.TreeModelListener;
13
import javax.swing.tree.TreeModel;
14
import javax.swing.tree.TreePath;
15
import org.gvsig.app.ApplicationLocator;
16
import org.gvsig.fmap.dal.DataStore;
17
import org.gvsig.fmap.mapcontext.MapContextLocator;
18
import org.gvsig.fmap.mapcontext.layers.FLayer;
19
import org.gvsig.fmap.mapcontext.layers.FLayers;
20
import org.gvsig.fmap.mapcontext.layers.operations.SingleLayer;
21
import org.gvsig.fmap.mapcontext.layers.vectorial.VectorLayer;
22
import org.gvsig.fmap.mapcontrol.LayersTreeModel;
23
import org.gvsig.tools.evaluator.Evaluator;
24
import org.gvsig.tools.evaluator.EvaluatorData;
25
import org.gvsig.tools.evaluator.EvaluatorException;
26
import org.gvsig.tools.evaluator.EvaluatorFieldsInfo;
27
import org.gvsig.tools.swing.api.IconGetter;
28
import org.gvsig.tools.swing.api.ListElement;
29
import org.gvsig.tools.swing.api.ToolsSwingLocator;
30

  
31

  
32
/**
33
 *
34
 * @author fdiaz
35
 */
36
public class FeatureStoresTreeModel implements TreeModel, IconGetter {
37

  
38
    private final LayersTreeModel delegated;
39
    private final ListElement<Object> root;
40
    private final Map<Object,Icon> icons;
41
    
42
    public FeatureStoresTreeModel() {
43
        this.delegated = (LayersTreeModel) ApplicationLocator.getApplicationManager().createProjectLayersTreeModel();
44
        this.icons = new HashMap<>();
45
        this.delegated.setFilter(new Evaluator() {
46
            @Override
47
            public Object evaluate(EvaluatorData data) throws EvaluatorException {
48
                FLayer layer = (FLayer) data.getDataValue("layer");
49
                return (layer instanceof VectorLayer);
50
            }
51

  
52
            @Override
53
            public String getName() {
54
                return "VectorialLayersFilter";
55
            }
56

  
57
            @Override
58
            public String getDescription() {
59
                return null;
60
            }
61

  
62
            @Override
63
            public String getSQL() {
64
                return null;
65
            }
66

  
67
            @Override
68
            public EvaluatorFieldsInfo getFieldsInfo() {
69
                return null;
70
            }
71
        });
72
        this.root = new ListElement<>("Project", this.delegated.getRoot());
73
    }
74
    
75
    private Object getNode(Object value) {
76
        if( value instanceof ListElement ) {
77
            return ((ListElement) value).getValue();
78
        }
79
        return value;
80
    }
81
    
82
    @Override
83
    public Object getRoot() {
84
        return this.root;
85
    }
86

  
87
    @Override
88
    public Object getChild(Object parent, int index) {
89
        parent = this.getNode(parent);
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff