This repository has been archived by the owner on Apr 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
/
es.js
53 lines (53 loc) · 2.67 KB
/
es.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
OpenLayers.Lang.es = OpenLayers.Util.extend(OpenLayers.Lang.es, {
"oleCleanFeature": "Borrar la entidad seleccionada",
"oleDeleteFeature": "Borrar la entidad seleccionada",
"oleDeleteAllFeatures": "Borrar todas las entidades",
"oleDownloadFeature": "Descargar las entidades",
"oleDownloadFeatureEmpty": "No hay entidades para descargar",
"oleDownloadFeatureFileFormat": "Seleccionar un formato de archivo",
"oleUploadFeature": "Subir entidades desde el disco local",
"oleUploadFeatureNoFile": "No se ha especificado un archivo. Por favor seleccione un archivo y reinténtelo.",
"oleUploadFeatureNone": "No existen o no se pueden leer las geometrías del archivo",
"oleUploadFeatureReplace": "Sustituye las entidades actuales en la capa",
"oleDragFeature": "Arrastrar entidad",
"oleDrawHole": "Dibujar un agujero",
"oleDrawPolygon": "Dibujar un polígono",
"oleDrawPath": "Dibujar una línea",
"oleDrawPoint": "Dibujar un punto",
"oleDrawText": "Dibujar una etiqueta",
"oleDrawTextEdit": "Agregue la etiqueta en el recuadro, <br>luego presione enter o cierre esta ventana emergente",
"oleDrawRegular": "Dibujar un polígono regular",
"oleDrawRegularShape": "Forma",
"oleDrawRegularIrregular": "Irregular",
"oleDrawRegularSides3": "triangulo",
"oleDrawRegularSides4": "cuadrado",
"oleDrawRegularSides5": "pentágono",
"oleDrawRegularSides6": "hexágono",
"oleDrawRegularCircle": "circulo",
"oleImportFeature": "Importar la entidad seleccionada",
"oleImportFeatureSourceLayer": "No se encontró el origen de la capa.",
"oleImportFeatureSourceFeature": "Por favor seleccione primero una entidad.",
"oleLayerSettingsImportHeader": "Importar",
"oleLayerSettingsImportLabel": "Usar como origen de la capa",
"oleLayerSettingsLegendHeader": "Leyenda",
"oleLayerSettingsOpacityHeader": "Opacidad (%)",
"oleMergeFeature": "Fusionar entidades seleccionadas",
"oleMergeFeatureSelectFeature": "Por favor seleccione al menos 2 entidades.",
"oleModifyFeature": "Modificar entidad",
"oleNavigation": "Navegación",
"olePixelUnit": "px",
"oleSelectFeature": "Seleccionar entidad",
"oleSnappingSettings": "Configuración del snapping",
"oleSnappingSettingsLayer": "Capa snapping",
"oleSnappingSettingsTolerance": "Tolerancia del snapping",
"oleSplitFeature": "Separar las entidades seleccionadas",
"oleTransformFeature": "Escalar, rotar y mover entidad",
"oleCADTools": "Herramientas CAD",
"oleCADToolsDialogParallelDrawing": "Dibujo paralelo",
"oleCADToolsDialogGuidedDrawing": "Dibujo guiado",
"oleCADToolsDialogShowLayer": "Mostrar Líneas Guías",
"oleCADToolsDialogTolerance": "px tolerancia",
"oleDialogCancelButton": "Cancelar",
"oleDialogSaveButton": "Guardar",
"oleDialogOkButton": "Aceptar"
});