Revision 8334

View differences:

org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.101/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.101</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.101/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/buildNumber.properties
1
#Sun May 21 23:19:17 CEST 2023
2
buildNumber=112
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.101/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-registrationeditingstores" 
49
          label="_VCS_Registration_of_editing_stores" 
50
          tooltip="_VCS_Registration_of_editing_stores"
51
          position="900700103" 
52
          action-command="tools-vcsgis-registrationeditingstores" 
53
          icon="tools-vcsgis-registrationeditingstores"
54
          accelerator="" 
55
      />
56
      
57
      <action 
58
          name="tools-vcsgis-repositoryentityfeaturetypeeditor" 
59
          label="_VCS_Registration_of_editing_stores" 
60
          tooltip="_VCS_Registration_of_editing_stores"
61
          position="900700104" 
62
          action-command="tools-vcsgis-repositoryentityfeaturetypeeditor" 
63
          icon="tools-vcsgis-repositoryentityfeaturetypeeditor"
64
          accelerator="" 
65
      />
66
      
67
      <action 
68
          name="tools-vcsgis-show_server-entities" 
69
          label="_VCS_Show_server_entities" 
70
          tooltip="_VCS_Show_server_entities"
71
          position="900700105" 
72
          action-command="tools-vcsgis-show_server-entities" 
73
          icon="tools-vcsgis-show-server-entities"
74
          accelerator="" 
75
      />
76

  
77
      <action 
78
          name="tools-vcsgis-show_server-hooks" 
79
          label="_VCS_Show_server_hooks" 
80
          tooltip="_VCS_Show_server_hooks"
81
          position="900700106" 
82
          action-command="tools-vcsgis-show_server-hooks" 
83
          icon="tools-vcsgis-show-server-hooks"
84
          accelerator="" 
85
      />
86

  
87
      <action 
88
          name="tools-vcsgis-init-workspace" 
89
          label="_VCS_Initialize_workingcopy" 
90
          tooltip="_VCS_Initialize_workingcopy"
91
          position="900700200" 
92
          action-command="tools-vcsgis-init-workspace" 
93
          icon="tools-vcsgis-init-workspace"
94
          accelerator="" 
95
      />
96

  
97
      <action 
98
          name="tools-vcsgis-download-workingcopy" 
99
          label="_VCS_download_workingcopy" 
100
          tooltip="_VCS_download_workingcopy"
101
          position="900700210" 
102
          action-command="tools-vcsgis-download-workingcopy" 
103
          icon="tools-vcsgis-download-workingcopy"
104
          accelerator="" 
105
      />
106

  
107
      <action 
108
          name="tools-vcsgis-add-to-workspace" 
109
          label="_Add_to_VCS_workingcopy" 
110
          tooltip="_Add_table_or_layer_to_VCS_workingcopy"
111
          position="900700300" 
112
          action-command="tools-vcsgis-add-to-workspace" 
113
          icon="tools-vcsgis-add-to-workspace"
114
          accelerator="" 
115
      />
116

  
117
      <action 
118
          name="tools-vcsgis-import-history" 
119
          label="_Import_history_to_VCSGis_repository" 
120
          tooltip="_Import_a_table_or_layer_with_history_to_a_VCSGis_repository"
121
          position="900700300" 
122
          action-command="tools-vcsgis-import-history" 
123
          icon="tools-vcsgis-add-to-workspace"
124
          accelerator="" 
125
      />
126

  
127
      <action 
128
          name="tools-vcsgis-checkout" 
129
          label="_VCS_checkout" 
130
          tooltip="_Checkout_table_from_VCS_repository"
131
          position="900700220" 
132
          action-command="tools-vcsgis-checkout" 
133
          icon="tools-vcsgis-checkout"
134
          accelerator="" 
135
      />
136

  
137
      <action 
138
          name="tools-vcsgis-checkout-datamodel" 
139
          label="_VCS_Connect_to_datamodel" 
140
          tooltip="_VCS_Connect_to_datamodel"
141
          position="900701000" 
142
          action-command="tools-vcsgis-checkout-datamodel" 
143
          icon="tools-vcsgis-checkout-datamodel"
144
          accelerator="" 
145
      />
146

  
147
      <action 
148
          name="tools-vcsgis-export" 
149
          label="_VCS_Export" 
150
          tooltip="_Export_to_a_local_table_a_table_of_the_repository"
151
          position="900700500" 
152
          action-command="tools-vcsgis-export" 
153
          icon="tools-vcsgis-export"
154
          accelerator="" 
155
      />
156

  
157
      <action 
158
          name="tools-vcsgis-showchanges" 
159
          label="_VCS_Show_changes" 
160
          tooltip="_VCS_Show_changes"
161
          position="900702000" 
162
          action-command="tools-vcsgis-showchanges" 
163
          icon="tools-vcsgis-showchanges"
164
          accelerator="" 
165
      />
166

  
167
      <action 
168
          name="tools-vcsgis-register-workspace" 
169
          label="_VCS_Register_workingcopy" 
170
          tooltip="_Register_workingcopy"
171
          position="900700300" 
172
          action-command="tools-vcsgis-register-workspace" 
173
          icon="tools-vcsgis-register-workspace"
174
          accelerator="" 
175
      />
176

  
177
      <action 
178
          name="tools-vcsgis-prepare-workingcopy" 
179
          label="_VCS_Prepare_workingcopy" 
180
          tooltip="_Prepare_workingcopy"
181
          position="900700400" 
182
          action-command="tools-vcsgis-prepare-workingcopy" 
183
          icon="tools-vcsgis-prepare-workingcopy"
184
          accelerator="" 
185
      />
186

  
187
      <action 
188
          name="tools-vcsgis-show-revisions" 
189
          label="_VCS_Revisions" 
190
          tooltip="_Show_revisions_panel"
191
          position="900700600" 
192
          action-command="tools-vcsgis-show-revisions" 
193
          icon="tools-vcsgis-show-revisions"
194
          accelerator="" 
195
      />
196
      
197
    <action 
198
          name="tools-vcsgis-create-resource-table" 
199
          label="_VCS_Create_resource_table" 
200
          tooltip="_Create_resource_table"
201
          position="900700104" 
202
          action-command="tools-vcsgis-create-resource-table" 
203
          icon=""
204
          accelerator="" 
205
      />
206
      
207
    <action 
208
          name="tools-vcsgis-logout" 
209
          label="_VCS_Logout_from_working_copy" 
210
          tooltip="_Logout_from_working_copy"
211
          position="900700404" 
212
          action-command="tools-vcsgis-logout" 
213
          icon=""
214
          accelerator="" 
215
    />
216
    
217
    <action 
218
        name="tools-vcsgis-backup-history" 
219
        label="_VCS_Backup_history" 
220
        tooltip="_Backup_history"
221
        position="900700800" 
222
        action-command="tools-vcsgis-backup-history" 
223
        icon="tools-vcsgis-backup-history"
224
        accelerator="" 
225
    />
226

  
227
    <action 
228
        name="tools-vcsgis-restore-history" 
229
        label="_VCS_Restore_history" 
230
        tooltip="_Restore_history"
231
        position="900700900" 
232
        action-command="tools-vcsgis-restore-history" 
233
        icon="tools-vcsgis-restore-history"
234
        accelerator="" 
235
    />
236

  
237

  
238

  
239
      <menu text="tools/_VCSGis/_Administration/_VCS_Initialize_repository" name="tools-vcsgis-init-server" />
240
<!--      
241
      <menu text="tools/_VCSGis/_Administration/_VCS_Registration_workingcopies" name="tools-vcsgis-register-workspace" />
242
      -->
243
      <menu text="tools/_VCSGis/_Administration/_VCS_Registration_of_editing_stores" name="tools-vcsgis-registrationeditingstores" />
244
      <menu text="tools/_VCSGis/_Administration/_VCS_Repository_entity_feature_type_editor" name="tools-vcsgis-repositoryentityfeaturetypeeditor" />
245
      <menu text="tools/_VCSGis/_Administration/_VCS_Prepare_workingcopy" name="tools-vcsgis-prepare-workingcopy" />
246
      <menu text="tools/_VCSGis/_Administration/_VCS_Create_resource_table" name="tools-vcsgis-create-resource-table" />
247
      <menu text="tools/_VCSGis/_Administration/_VCS_Import_history" name="tools-vcsgis-import-history" />
248
      <menu text="tools/_VCSGis/_Administration/_Backups/_VCS_Backup_history" name="tools-vcsgis-backup-history" />
249
      <menu text="tools/_VCSGis/_Administration/_Backups/_VCS_Restore_history" name="tools-vcsgis-restore-history" />
250
      <menu text="tools/_VCSGis/_VCS_Initialize_workingcopy" name="tools-vcsgis-init-workspace" />
251
      <menu text="tools/_VCSGis/_VCS_Download_workingcopy" name="tools-vcsgis-download-workingcopy" />
252
      <menu text="tools/_VCSGis/_VCS_Add_to_workingcopy" name="tools-vcsgis-add-to-workspace" />
253
      <menu text="tools/_VCSGis/_VCS_Checkout" name="tools-vcsgis-checkout" />
254
      <!--
255
      <menu text="tools/_VCSGis/_VCS_Export" name="tools-vcsgis-export" />
256
    -->
257
      <menu text="tools/_VCSGis/_VCS_Show_revisions" name="tools-vcsgis-show-revisions" />
258
      <menu text="tools/_VCSGis/_VCS_Logout" name="tools-vcsgis-logout" />
259
      <menu text="tools/_VCSGis/_VCS_Show_changes" name="tools-vcsgis-showchanges" />
260
      <menu text="tools/_VCSGis/_VCS_Connect_to_datamodel" name="tools-vcsgis-checkout-datamodel" />
261

  
262
      <tool-bar name="vcsgis" position="900700300">
263
        <!--<action-tool name="tools-vcsgis-init-server" />-->
264
        <!--<action-tool name="tools-vcsgis-init-workspace" />-->
265
        <action-tool name="tools-vcsgis-download-workingcopy" />
266
        <action-tool name="tools-vcsgis-checkout" />
267
        <action-tool name="tools-vcsgis-add-to-workspace" />
268
        <action-tool name="tools-vcsgis-checkout-datamodel" />
269
        <action-tool name="tools-vcsgis-showchanges" />
270
      </tool-bar>
271

  
272
    </extension>
273
    <extension class-name="org.gvsig.vcsgis.app.VCSGisExecuteTopologyPlanExtension"
274
      description="" active="true" priority="1">
275

  
276
      <action 
277
            name="tools-vcsgis-execute-topologyplan" 
278
            label="_VCS_Execute_topology_plan" 
279
            tooltip="_VCS_Execute_topology_plan_of_active_layer"
280
            position="908300300" 
281
            action-command="tools-vcsgis-execute-topologyplan" 
282
            icon="tools-vcsgis-execute-topologyplan"
283
            accelerator="" 
284
      />
285
      <menu text="tools/_Topology/_VCS_Execute_topology_plan" name="tools-vcsgis-execute-topologyplan" />
286
    </extension>
287
  </extensions>
288
</plugin-config>
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.101/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.101/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
        <field name="EmptyEffectiveDateAllowedInCommitPanel" type="Boolean" mandatory="false" defaultValue="false">
15
          <description></description>
16
        </field>
17
        <field name="CurrentDateAsEffectiveDateByDefaultInCommitPanel" type="Boolean" mandatory="false" defaultValue="false">
18
          <description></description>
19
        </field>
20
        <field name="RepositoryEntityFeatureTypeEditorMode" type="Integer" mandatory="false" defaultValue="0">
21
          <description></description>
22
        </field>
23
      </fields>
24
    </class>
25
  </classes>
26
</definitions>
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.101/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_Registration_workingcopies=Registro de copias 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_tables_or_layers_to_the_project=No a\u00f1adir las tablas/capas al proyecto
92
_Add_layers_to_view=A\u00f1adir las capas a la vista
93
_Add_tables_to_project=A\u00f1adir las tablas 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}''.
253
_Working_copy_not_valid=Copia de trabajo no v\u00e1lida
254
_The_repository_of_the_selected_working_copy_is_not_accessible_by_this_tool=Esta herramienta no puede acceder al repositorio de la copia de trabajo seleccionada.
255
_Folder=Carpeta
256
_Backups=Copias de seguridad
257
_VCS_Backup_history=Copia de seguridad del historial
258
_VCS_Restore_history=Restaurar historial
259
_Backup_history=Crea una copia de seguridad en csv del historial de una entidad
260
_Restore_history=Restaura una copia de seguridad en csv del historial de una entidad
261
_Entity_history_backup_files=Archivos de copia de seguridad del historial de entidades
262
_EntitiesFile=Archivo de entidades
263
_Replace_layer_if_exists=Reemplazar la capa si existe
264
_Export_only_extent_of_current_view=Exportar solo la extensi\u00f3n de la vista actual.
265
_Cant_retrieve_extent_of_active_document=No se puede recuperar la extensi\u00f3n del documento activo.
266
_Replace_layers_if_exists=Reemplazar capas si existen
267
_Use_label_instead_of_name=Usar etiqueta en lugar del nombre
268
_Are_selected_XTablesX_Are_you_sure_to_continue=Hay seleccionadas {0} tablas. \u00bf Esta seguro de querer continuar ?
269
_Select_recomended=Seleccionar lo recomendado
270
_Check_scale=Comprobar escala.
271
_Add_to_ToC_when_loading_all=Agregar al ToC al cargar todo.
272
_VCS_Registration_of_editing_stores=Registro de stores en edici\u00f3n
273
_Finish_editing=Terminar edici\u00f3n
274
_Cancel_editing=Cancelar edici\u00f3n
275
_Release=Liberar
276
_The_name_of_some_tables_of_the_data_model_coincide_with_those_of_another_model_already_registered=El nombre de algunas tablas del modelo de datos coincide con las de otro modelo ya registrado.
277
_If_you_connect_to_this_model_and_have_tables_or_layers_loaded_from_the_previous_model_you_may_notice_inconsistencies_in_the_data=Si se conecta con este modelo y tiene tablas o capas cargadas del modelo anterior, puede notar inconsistencias en los datos.
278
_Do_you_want_to_connect_with_the_current_model_anyway=\u00bfDesea conectarse con el modelo actual de todos modos?
279
_Disconnected=Desconectado
280
_Checkout_only_one_area=Obtener solo un area
281
_Coordinate_reference_system=Sistema de referencia de coordenadas
282
_Bounding_box=Envolvente
283
_Index_geometries=Indexar las geometrias
284
_Collapse_all=Colapsar todo
285
_Expand_all=Expandir todo
286
_Last_revision=Ultima revisi\u00f3n
287
_Connect_to_model_required=Se requiere conectar al modelo
288
_Some_of_the_selected_tables_require_connection_to_a_data_model=Algunas de las tablas seleccionadas requieren conexion con un modelo de datos. 
289
_Do_you_want_to_add_the_selected_tables_anyway=\u00bf Desea a\u00f1adir las tablas seleccionadas de todas formas ?
290
_It_is_recommended_that_you_connect_to_the_data_model_before_loading_the_tables=Es recomendable que se conecte al modelo de datos antes de cargar las tablas.
291
_AddLayer=A\u00f1adir capa
292
_AddTable=A\u00f1adir tabla
293
_VCS_download_workingcopy=Descargar una copia de trabajo
294
_Clipping_area_is_empty=El \u00e1rea de recorte est\u00e1 vac\u00eda
295
_You_have_selected_to_get_the_data_to_an_effective_date_but_you_have_not_indicated_a_clipping_area_Do_you_want_to_continue_anyway=Tiene seleccionado obtener los datos a una fecha de entrada en vigor pero no ha indicado un area de recorte.\n\u00bf Desea continuar de todas maneras ?
296
_Stoping_h2_server=Deteniendo el servidor de H2
297
_Download_working_copy=Descargando la copia de trabajo
298
_Removing_previous_working_copy=Eliminando la copia de trabajo previa
299
_Extracting_local_working_copy=Extrayendo copia de trabajo local
300
_Cant_unzip_downloaded_working_copy=No se puede descomprimir la copia de trabajo descargada
301
_Registering_working_copy=Registrando la copia de trabajo
302
_Dounload_terminate=Descarga terminada
303
_Effective_date_is_required=La fecha efectiva es requerida
304
_Select_tables_to_view_changes=Seleccione la tabla para ver los cambios
305
_Select_the_changes_to_commit=Seleccione los cambios a confirmar (commit)
306
_Cant_locate_changes_in_selected_tables=No hay cambios en las tablas seleccionadas
307
_Cant_locate_the_tables_related_to_changes=No se pueden localizar las tablas asociadas a los cambios
308
_Revision_not_selected=Revisi\u00f3n no seleccionada
309
_Close_window_on_connect=Cerrar la ventana al conectar
310
_Changes_panel=Panel de cambios
311
_Working_copies=Copias de trabajo
312
_Use_of_empty_effective_date_is_allowed=Esta permitido usar una fecha efectiva en blanco
313
_Use_current_date_as_effective_date_by_default=Usar la fecha actual como fecha efectiva por defecto
314
_You_will_delete_from_the_registry_XXX=Va a eliminar del registro ''{0}''.
315
_VCSGIS_You_will_delete_from_the_registry=VCSGIS: Va a eliminar del registro
316
_Are_you_sure=\u00bf Esta usted seguro ?
317
_VCS_Repository_entity_feature_type_editor=Editor del "FeatureType de la entidad" del repositorio.
318
_VCS_Repository_entity_feature_type_editor_mode=Modo del editor del "FeatureType de la entidad" del repositorio.
319
_It_is_not_possible_to_download_working_copies_while_you_have_a_table_in_edit=No es posible descargar copias de trabajo mientras tenga alguna tabla en edici\u00f3n.
320
_The_table_is_under_version_control_The_changes_you_make_will_be_lost_next_checkout=La tabla est\u00e1 bajo el control de versiones. Los cambios que realice se perder\u00e1n en pr\u00f3ximos checkout.
321
_Some_of_the_selected_tables_are_in_edition=Algunas de las tablas seleccionadas estan en edici\u00f3n
322
_There_is_some_table_that_can_be_conflicting_in_editing_mode=Hay alguna tabla que puede ser conflictiva en modo de edici\u00f3n.
323
_Connect_to_models=Conectar a los modelos
324
_Select_the_models_to_connect=Seleccione los modelos a conectar
325
_Uncompressing=Descomprimiento
326
_Export_for_a_VCSGis_repository=Exportar para un repositorio de VCSGis
327
_Just_perform_checks_It_does_not_write_to_the_repository=Solo realizar comprobaciones. No escribe en el repositorio.
328
_Some_of_the_selected_tables_are_damaged=Algunas de las tablas seleccionadas estan da\u00f1adas.
329
_Categories=Categorias
330
_Models=Modelos
331
_Entity=Entidad
332
_Save=Guardar
333
_The_requested_operation_cannot_be_undone=La operaci\u00f3n solicitada no se puede deshacer
334
_Do_you_want_to_save_the_changes_despite_this=\u00bfDesea guardar los cambios a pesar de esto?
335
_Save_definition=Guardar definici\u00f3n
336
_There_are_selected_corrupted_or_disconnected_entities=Hay entidades corruptas o desconectadas seleccionadas.
337
_Remove_entity=Eliminar entidad
338
_Label=Etiqueta
339
_Some_of_the_selected_tables_are_marked_as_corrupt=Alguna de las tablas seleccionadas est\u00e1 marcadas como corrupta.
340
_Some_of_the_selected_tables_are_marked_as_disconnected=Alguna de las tablas seleccionadas est\u00e1 marcadas como desconectada.
341

  
342
_The_table_XtablenameX_under_control_version_is_marked_as_corrupt=La tabla ''{0}'' bajo el control de versiones esta marcada como corrupta. 
343
_The_table_XtablenameX_under_control_version_is_marked_as_offline=La tabla ''{0}'' bajo el control de versiones esta marcada como desconectada. 
344
_Changes_you_make_cannot_be_committed=Los cambios que realice no se podr\u00e1n "commitar"
345
_The_table_under_control_version_is_marked_as_corrupt=La tabla bajo el control de versiones esta marcada como corrupta. 
346
_The_table_under_control_version_is_marked_as_offline=La tabla bajo el control de versiones esta marcada como desconectada. 
347

  
348
_The_XFieldNameX_field_of_the_XTableNameX_under_version_control_does_not_exist=El campo ''{0}'' de la tabla ''{1}'' bajo control de versiones no existe.
349
_Cancel_editing_and_download_the_table_from_the_repository_again_to_correct_the_problem=Cancele edicion y descargue de nuevo la tabla del repositorio para corregir el problema.
350
_Changes_made_during_this_editing_session_will_be_lost=Los cambios hechos durante esta sesion de edicion se perderan.
351

  
352
_Missing_vcsgis_pkfield_after_terminate_editing=Falta vcsgis pkfield despu\u00e9s de finalizar la edici\u00f3n.
353

  
354
_It_is_necessary_to_select_a_valid_database_connection_as_repository=Se precisa seleccionar una conexion de base de datos valida como repositorio
355
_Resources=Recursos
356
_The_repository_selected_is_not_a_valid_database=El repositorio seleccionado no es una base de datos valida.
357
_The_repository_selected_is_not_a_valid_repository=El repositorio seleccionado no es un repositorio valido.
358

  
359
_Select_a_working_copy=Seleccionar una copia de trabajo
360
_Too_many_repositories_only_one_allowed=Demasiados repositorios, solo esta permitido uno.
361

  
362
_Cant_update_table_XtablaX_dont_exists=No es posible actualizar la tabla ''{0}'', no existe.
363
_Cant_update_table_XtablaX_are_in_edition=No es posible actualizar la tabla ''{0}'', esta en edici\u00f3n.
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.101/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_Registration_workingcopies=Registtration of working copies
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_tables_or_layers_to_the_project=Don't add the tables or layers to the project
81
_Add_layers_to_view=Add layers to view
82
_Add_tables_to_project=Add tables 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}''.
241
_Working_copy_not_valid=Working copy not valid
242
_The_repository_of_the_selected_working_copy_is_not_accessible_by_this_tool=The repository of the selected working copy is not accessible byr this tool
243
_Folder=Folder
244
_Backups=Copias de seguridad
245
_VCS_Backup_history=Backup history
246
_VCS_Restore_history=Restore historial
247
_Entity_history_backup_files=Entity history backup files
248
_EntitiesFile=Archivo de entidades
249
_Replace_layer_if_exists=Replace layer if exists
250
_Export_only_extent_of_current_view=Export only the extent of the current view.
251
_Cant_retrieve_extent_of_active_document=Unable to retrieve the extent of the active document.
252
_Replace_layers_if_exists=Replace layers if exists
253
_Use_label_instead_of_name=Use label instead of name
254
_Are_selected_XTablesX_Are_you_sure_to_continue=Are selected {0} tables. Are you sure to continue ?
255
_Select_recomended=Select recomended
256
_Check_scale=Check scale.
257
_Add_to_ToC_when_loading_all=Add to ToC when loading all.
258
_VCS_Registration_of_editing_stores=Registration of editing stores
259
_Finish_editing=Finish editing
260
_Cancel_editing=Cancel editing
261
_Release=Release
262
_The_name_of_some_tables_of_the_data_model_coincide_with_those_of_another_model_already_registered=The name of some tables of the data model coincide with those of another model already registered.
263
_If_you_connect_to_this_model_and_have_tables_or_layers_loaded_from_the_previous_model_you_may_notice_inconsistencies_in_the_data=If you connect to this model and have tables or layers loaded from the previous model you may notice inconsistencies in the data.
264
_Do_you_want_to_connect_with_the_current_model_anyway=Do you want to connect with the current model anyway?
265
_Disconnected=Disconnected
266
_Checkout_only_one_area=Checkout only one area
267
_Coordinate_reference_system=Coordinate reference system
268
_Bounding_box=Bounding box
269
_Index_geometries=Index the geometries
270
_Collapse_all=Collapse all
271
_Expand_all=Expand all
272
_Last_revision=Last revision
273
_Connect_to_model_required=Connect to model required
274
_Some_of_the_selected_tables_require_connection_to_a_data_model=Some of the selected tables require connection to a data model.
275
_Do_you_want_to_add_the_selected_tables_anyway=Do you want to add the selected tables anyway ?
276
_It_is_recommended_that_you_connect_to_the_data_model_before_loading_the_tables=It is recommended that you connect to the data model before loading the tables.
277
_AddLayer=Add layer
278
_AddTable=Add table
279
_VCS_download_workingcopy=Download working copy
280
_Clipping_area_is_empty=Clipping area is empty
281
_You_have_selected_to_get_the_data_to_an_effective_date_but_you_have_not_indicated_a_clipping_area_Do_you_want_to_continue_anyway=You have selected to get the data to an effective date but you have not indicated a clipping area.\nDo you want to continue anyway ?
282
_Stoping_h2_server=Stoping H2 server
283
_Download_working_copy=Download working copy
284
_Removing_previous_working_copy=Removing previous working copy
285
_Extracting_local_working_copy=Extracting local working copy
286
_Cant_unzip_downloaded_working_copy=Can't unzip downloaded working copy
287
_Registering_working_copy=Registering working copy
288
_Dounload_terminate=Dounload terminate
289
_Effective_date_is_required=Effective date is required
290
_Select_tables_to_view_changes=Select tables to view changes
291
_Select_the_changes_to_commit=Select the changes to commit
292
_Cant_locate_changes_in_selected_tables=Can't locate changes in selected tables
293
_Cant_locate_the_tables_related_to_changes=Can't locate the tables related to changes
294
_Revision_not_selected=Revision not selected
295
_Close_window_on_connect=Close window on connect
296
_Changes_panel=Changes panel
297
_Working_copies=Working copies
298
_Use_of_empty_effective_date_is_allowed=Use of empty effective date is allowed
299
_Use_current_date_as_effective_date_by_default=Use current date as effective date by default
300
_You_will_delete_from_the_registry_XXX=You will delete from the registry  ''{0}''.
301
_VCSGIS_You_will_delete_from_the_registry=VCSGIS: You will delete from the registry 
302
_Are_you_sure=Are you sure ?
303
_VCS_Repository_entity_feature_type_editor=Repository "entity FeatureType" editor
304
_VCS_Repository_entity_feature_type_editor_mode=Repository "entity FeatureType" editor mode
305
_It_is_not_possible_to_download_working_copies_while_you_have_a_table_in_edit=It is not possible to download working copies while you have a table in edit.
306
_The_table_is_under_version_control_The_changes_you_make_will_be_lost_next_checkout=The table is under version control. The changes you make will be lost next checkout.
307
_Some_of_the_selected_tables_are_in_edition=Some of the selected tables are in edition
308
_There_is_some_table_that_can_be_conflicting_in_editing_mode=There is some table that can be conflicting in editing mode.
309
_Connect_to_models=Connect to models
310
_Select_the_models_to_connect=Select the models to connect
311
_Uncompressing=Uncompressing
312
_Export_for_a_VCSGis_repository=Export for a VCSGis repository
313
_Just_perform_checks_It_does_not_write_to_the_repository=Just perform checks. It does not write to the repository.
314
_Some_of_the_selected_tables_are_damaged=Some of the selected tables are damaged.
315
_Categories=Categories
316
_Models=Models
317
_Entity=Entity
318
_Save=Save
319
_The_requested_operation_cannot_be_undone=The requested operation cannot be undone
320
_Do_you_want_to_save_the_changes_despite_this=Do you want to save the changes despite this
321
_Save_definition=Save definition
322
_There_are_selected_corrupted_or_disconnected_entities=There are selected corrupted or disconnected entities.
323
_Remove_entity=Remove entity
324
_Label=Label
325
_Some_of_the_selected_tables_are_marked_as_corrupt=Some of the selected tables are marked as corrupt.
326
_Some_of_the_selected_tables_are_marked_as_disconnected=Some of the selected tables are marked as disconnected.
327

  
328
_The_table_XtablenameX_is_marked_as_corrupt=The table ''{0}'' is marked as corrupt.
329
_The_table_XtablenameX_is_marked_as_offline=The table ''{0}'' is marked as offline.
330
_Changes_you_make_cannot_be_committed=Changes you make cannot be "committed"
331
_The_table_is_marked_as_corrupt=The table is marked as corrupt.
332
_The_table_is_marked_as_offline=The table is marked as offline.
333

  
334
_The_XFieldNameX_field_of_the_XTableNameX_under_version_control_does_not_exist=The ''{0}'' field of the ''{1}'' table under version control does not exist.
335
_Cancel_editing_and_download_the_table_from_the_repository_again_to_correct_the_problem=Cancel editing and download the table from the repository again to correct the problem.
336
_Changes_made_during_this_editing_session_will_be_lost=Changes made during this editing session will be lost.
337

  
338
_Missing_vcsgis_pkfield_after_terminate_editing=Missing vcsgis pkfield after terminate editing.
339

  
340
_It_is_necessary_to_select_a_valid_database_connection_as_repository=It is necessary to select a valid database connection as repository
341
_Resources=Resources
342
_The_repository_selected_is_not_a_valid_database=The repository selected is not a valid database.
343
_The_repository_selected_is_not_a_valid_repository=The repository selected is not a valid repository.
344
_Select_a_working_copy=Select a working copy
345
_Too_many_repositories_only_one_allowed=Too many repositories, only one allowed.
346

  
347
_Cant_update_table_XtablaX_dont_exists=Can't update the thable ''{0}'', don't exists.
348
_Cant_update_table_XtablaX_are_in_edition=Can't update the thable ''{0}'', are in edition.
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.101/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/scripting/scripts/CatalogVCSGis/workspacesnode.inf
1
[script]
2
enable = true
3

  
4
[Unit]
5
type = Script
6
name = workspacesnode
7
description = 
8
createdBy = 
9
version = 
10

  
11
[Script]
12
main = main
13
Lang = python
14
enable = true
15

  
org.gvsig.vcsgis/tags/org.gvsig.vcsgis-1.0.101/org.gvsig.vcsgis.app/org.gvsig.vcsgis.app.mainplugin/src/main/resources-plugin/scripting/scripts/CatalogVCSGis/autorun.py
1
# encoding: utf-8
2

  
3
import gvsig
4

  
5
from CatalogVCSGis.workspacesnode import selfRegister
6

  
7
def main(*args):
8
    selfRegister()
9
  
10

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff