source: main/trunk/greenstone3/web/WEB-INF/classes/GS2Construct_es.properties@ 29850

Last change on this file since 29850 was 29850, checked in by ak19, 9 years ago

Spanish language greenstone3 module of GS3 interface. Also adding new GS3 language files. Many thanks to Diego Spano.

File size: 1.8 KB
Line 
1#the params used by the services
2
3#service names and submit buttons
4DeleteCollection.name:Borrar
5DeleteCollection.description:Borrar una colección
6DeleteCollection.submit:Borrar
7NewCollection.name:Crear
8NewCollection.description:Crear una nueva colección
9NewCollection.submit:Crear
10ImportCollection.name:Importar
11ImportCollection.description:Importar una colección: tomar los documentos originales y convertirlos al formato interno de Greenstone
12ImportCollection.submit:Importar
13BuildCollection.name:Construir
14BuildCollection.description:Construir una colección: crear los índices y las jerarquías navegables.
15BuildCollection.submit:Construir
16ActivateCollection.name:Activar
17ActivateCollection.description:Activar una colección: Reemplazar el índice antiguo con la nueva versión
18ActivateCollection.submit:Activar
19ReloadCollection.name:Recargar
20ReloadCollection.description:Recargar la colección en la biblioteca
21ReloadCollection.submit:Reload
22
23#error messages used by each service - {0} is the collection name
24#DeleteCollection######
25delete.configure_error:No se ha podido desactivar la colección {0} de la biblioteca.
26delete.delete_error:No se puede borrar {0}.
27
28#NewCollection######
29
30#ImportCollection#####
31
32#BuildCollection#####
33build.success:La colección {0} se ha construído satisfactoriamente.
34
35#ActivateCollection#####
36activate.build_dir_error:La colección{0} no tiene una carpeta "building": no se puede activar.
37activate.build_config_error:La colección {0} no tiene archivo de configuración de construcción: no se puede activar
38activate.rm_index_error:No se puede borrar la carpeta index.
39activate.rename_building_error:No se puede renombrar building como index.
40activate.success:La colección {0} se ha activado satisfactoriamente.
41
42#ReloadCollection#####
43
44#general stuff
Note: See TracBrowser for help on using the repository browser.