Revision 38062

View differences:

trunk/extensions/extI18n/src/org/gvsig/i18n/impl/I18nManagerImpl.java
26 26
 */
27 27
package org.gvsig.i18n.impl;
28 28

  
29
import java.io.*;
29
import java.io.BufferedReader;
30
import java.io.BufferedWriter;
31
import java.io.File;
32
import java.io.FileOutputStream;
33
import java.io.FileWriter;
34
import java.io.IOException;
35
import java.io.InputStream;
36
import java.io.InputStreamReader;
37
import java.io.OutputStreamWriter;
38
import java.io.PrintStream;
30 39
import java.security.AccessController;
31
import java.util.*;
40
import java.util.ArrayList;
41
import java.util.HashMap;
42
import java.util.HashSet;
43
import java.util.Iterator;
44
import java.util.LinkedHashSet;
45
import java.util.List;
46
import java.util.Locale;
47
import java.util.Map;
32 48
import java.util.Map.Entry;
33
import java.util.zip.*;
49
import java.util.Set;
50
import java.util.StringTokenizer;
51
import java.util.zip.ZipEntry;
52
import java.util.zip.ZipFile;
53
import java.util.zip.ZipOutputStream;
34 54

  
35
import org.gvsig.i18n.*;
55
import org.gvsig.i18n.I18nException;
56
import org.gvsig.i18n.I18nManager;
57
import org.gvsig.i18n.Messages;
36 58

  
37 59
import sun.security.action.GetPropertyAction;
38 60

  
......
96 118
	    new Locale("pl"), // Polish
97 119
	    new Locale("tr"), // Turkish
98 120
	    new Locale("sr"), // Serbio
99
	    new Locale("sw") // Swahili
121
	    new Locale("sw"), // Swahili
122
	    new Locale("km") // Khmer
100 123
	};
101 124

  
102 125
    /**
......
222 245
	    // displayName = Messages.getText("__catalan");
223 246
	    // }
224 247
	    displayName = "Valenci?";
225
	} 
226
	// Correction for the Galician language display name. 
227
	else if ("gl".equals(locale.getLanguage()) 
248
	}
249
	// Correction for the Galician language display name.
250
	else if ("gl".equals(locale.getLanguage())
228 251
		&& "gallegan".equalsIgnoreCase(locale
229 252
			.getDisplayLanguage(displayLocale))) {
230 253
	    displayName = "Galego";
......
435 458
    /**
436 459
     * Adds the keys of the set to the map that aren't still contained in it
437 460
     * with a related empty String.
438
     * 
461
     *
439 462
     * @param texts
440 463
     *            the map to complete with the keys
441 464
     * @param allReferenceKeys
trunk/applications/appgvSIG/config/text_km.properties
1
#Translations for language [km]
2
#2011/09/13 14:12:40.360 GMT+2
3
(escala_maxima)=(\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793\u200b\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6)
4
(escala_minima)=(\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793\u200b\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6)
5
0=\u17e0
6
1=\u17e1
7
10_paginas_delante=\u1790\u1799\u1780\u17d2\u179a\u17c4\u1799 \u17e1\u17e0
8
1\:=\u17e1
9
2X=\u17e2X
10
4X=\u17e4X
11
A0=A0
12
A1=A1
13
A2=A2
14
A3=A3
15
A4=A4
16
A5=A5
17
A6=A6
18
ADJACENT_POLYGON_TOOL_NAME=\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u178a\u17c2\u179b\u200b\u1793\u17c5\u200b\u1787\u17b7\u178f
19
ADVANCED_AFFINE_TRANSFORM=\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u178a\u17c2\u179b\u200b\u1791\u17b6\u1780\u17cb\u200b\u1791\u1784\u1798\u17b6\u1793\u200b\u1780\u17b6\u179a\u200b\u178a\u17b6\u1780\u17cb\u200b\u1780\u1798\u17d2\u179a\u17b7\u178f\u200b
20
AFFINE_TRANSFORM=\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u178a\u17c2\u179b\u200b\u1791\u17b6\u1780\u17cb\u1791\u1784
21
ARC=ARC
22
AREA=\u1795\u17d2\u1791\u17c3
23
AWT=\u1794\u17b6\u1791/\u1785\u17b6\u179f
24
Abrir=\u1787\u17d2\u179a\u17be\u179f
25
Abrir_Geoproceso=\u1794\u17be\u1780 Geoprocess
26
Abrir_Imagen=\u1794\u17be\u1780\u200b\u179a\u17bc\u1794\u1797\u17b6\u1796
27
Abrir_una_capa=\u1794\u17be\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
28
Ac_north=\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u179f\u1780\u1798\u17d2\u1798
29
Accept=\u1782\u17d2\u1798\u17b6\u1793\u200b\u1794\u1789\u17d2\u17a0\u17b6
30
Accion_Predefinida=\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1787\u17b6\u200b\u179f\u17d2\u179a\u17c1\u1785
31
Acciones=\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796
32
Acciones_muestra_atributos=\u1795\u17d2\u179b\u17bc\u179c\u1780\u17b6\u178f\u17cb\u200b\u178f\u17b6\u179a\u17b6\u1784\u200b\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8
33
Accumulated_distance=\u1785\u1798\u17d2\u1784\u17b6\u1799\u200b\u1780\u17be\u1793\u200b\u17a1\u17be\u1784
34
Aceptar=\u1796\u17d2\u179a\u1798\u1791\u1791\u17bd\u179b
35
Acres=\u1792\u17d2\u1793\u17bc
36
Action=\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796
37
Actions=\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796
38
Activar_WOW=\u1794\u17be\u1780\u200b\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u17a0\u17b6\u1789 Phillips WOW
39
Activar_intervalo=\u1785\u1793\u17d2\u179b\u17c4\u17c7\u1796\u17c1\u179b\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u179f\u1780\u1798\u17d2\u1798
40
Activar_profundidad_maxima=\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u1787\u1798\u17d2\u179a\u17c5\u200b\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6\u200b\u179f\u1780\u1798\u17d2\u1798
41
Active=\u179f\u1780\u1798\u17d2\u1798
42
Active_north=\u178f\u17c2\u1784\u178f\u17c2\u200b\u1791\u17c5\u200b\u1791\u17b7\u179f\u200b\u1781\u17b6\u1784\u200b\u1787\u17be\u1784\u200b\u1787\u17b6\u200b\u1793\u17b7\u1785\u17d2\u1785
43
Activo=\u179f\u1780\u1798\u17d2\u1798
44
AddLyrDeleteErrors_WARNING=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u1798\u17b6\u1793\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b \u178a\u17c2\u179b\u200b\u1793\u17b9\u1784\u200b\u200b\u1794\u17c9\u17c7\u1796\u17b6\u179b\u17cb\u200b\u178a\u179b\u17cb\u200b\u1780\u17b6\u179a\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u1798\u17b6\u1793\u200b\u179f\u17bb\u1796\u179b\u200b\u1797\u17b6\u1796\u200b\u1795\u17d2\u179f\u17c1\u1784\u200b\u1791\u17c0\u178f \u17d4\n\u1794\u1793\u17d2\u178f\u200b\u17ac ?
45
Add_Lyr=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
46
Add_Rule=\u1794\u1793\u17d2\u1790\u17c2\u1798...
47
Add_VError=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u1780\u17c6\u17a0\u17bb\u179f
48
Add_Vector=\u1794\u1793\u17d2\u1790\u17c2\u1798
49
Add_action=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796
50
Add_geometric_information_to_layer_process=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17c5\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
51
Added_buffer_areas_to_TOC=\u1794\u17b6\u1793\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u200b\u178f\u17c6\u1794\u1793\u17cb\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u178f\u17b6\u179a\u17b6\u1784\u1798\u17b6\u178f\u17b7\u1780\u17b6\u200b\u17d4
52
Added_layer_with_influence_areas_to_TOC=\u1794\u17b6\u1793\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u178f\u17c6\u1794\u1793\u17cb\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u178f\u17b6\u179a\u17b6\u1784\u200b\u1798\u17b6\u178f\u17b7\u1780\u17b6 \u17d4
53
Advanced_Hyperlink=\u178f\u17c6\u178e\u200b\u200b\u1781\u17d2\u1796\u179f\u17cb\u200b\u1780\u1798\u17d2\u179a\u17b7\u178f\u200b\u200b\u1781\u17d2\u1796\u179f\u17cb\u200b
54
Agregacion=\u1780\u17b6\u200b\u179a\u1795\u17d2\u178a\u17bb\u17c6
55
Agregacion_Desc=Geoprocesses \u178a\u17c2\u179b\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u179b\u1798\u17d2\u17a2\u17b7\u178f\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1794\u1793\u17d2\u178f \u17d4
56
Agudeza=\u1797\u17b6\u1796\u200b\u1785\u17d2\u1794\u17b6\u179f\u17cb
57
Aitoff=Aitoff
58
Ajustar_cobertura_wcs=\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1791\u17c6\u17a0\u17c6 WCS
59
Ajustar_transparencia=\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u200b\u1797\u17b6\u1796\u200b\u1790\u17d2\u179b\u17b6
60
Al_leer_la_leyenda=\u17a2\u17b6\u1793\u200b\u178f\u17b6\u1784
61
Albers_Conic_Equal_Area=Albers Conic Equal Area
62
Altura_en_metros=\u1780\u1798\u17d2\u1796\u179f\u17cb\u200b\u1782\u17b7\u178f\u200b\u1787\u17b6\u200b\u1798\u17c9\u17c2\u178f\u17d2\u179a
63
Altura_fija=\u1780\u1798\u17d2\u1796\u179f\u17cb\u200b\u1790\u17c1\u179a
64
Altura_fija_de_texto=\u1780\u1798\u17d2\u1796\u179f\u17cb\u200b\u17a2\u178f\u17d2\u1790\u1794\u1791\u200b\u1790\u17c1\u179a
65
An_exception_happened=\u1780\u17b6\u179a\u200b\u179b\u17be\u1780\u179b\u17c2\u1784 (\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1792\u17d2\u1784\u1793\u17cb\u1792\u17d2\u1784\u179a) \u1794\u17b6\u1793\u1780\u17be\u178f\u200b\u17a1\u17be\u1784\u00a0\u17d4
66
Anadir=\u1794\u1793\u17d2\u1790\u17c2\u1798
67
Anadir\ capa\ de\ eventos=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd
68
Anadir_Capa=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb...
69
Anadir_al_conjunto=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1791\u17c5\u200b\u179f\u17c6\u178e\u17bb\u17c6
70
Anadir_capa=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb...
71
Anadir_capa_de_eventos=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1796\u17b8\u200b\u178f\u17b6\u179a\u17b6\u1784...
72
Anadir_tema_de_eventos=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd
73
Anadir_todos=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb
74
Anaglyphic=\u179b\u17b6\u1793
75
Analisis=\u1780\u17b6\u179a\u200b\u179c\u17b7\u1797\u17b6\u1782
76
Analisis_Desc=Geoprocesses \u178a\u17c2\u179b\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u1787\u17b6\u1780\u17cb\u179b\u17b6\u1780\u17cb\u200b\u1796\u17b8\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
77
Ancho_Contorno=\u1791\u1791\u17b9\u1784\u200b\u1782\u17d2\u179a\u17c4\u1784
78
Ancho_de_linea=\u1791\u1791\u17b9\u1784\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
79
Animacion=\u1785\u179b\u1793\u17b6
80
Annotation_layer=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb
81
Annotation_layer_not_valid=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u200b\u200b\u200b\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c
82
Annotation_layers=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb
83
Annotations=\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb
84
Anterior=\u1790\u1799\u1780\u17d2\u179a\u17c4\u1799
85
Antialiasing=\u1780\u17b6\u179a\u200b\u1794\u17d2\u179a\u1786\u17b6\u17c6\u1784\u200b\u1797\u17b6\u1796\u200b\u179a\u1786\u17c1\u178f\u179a\u1786\u17bc\u178f
86
Aplicar=\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f
87
Aplicar_tolerancia_de_dangles=\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1799\u17c4\u179b
88
Aplicar_tolerancia_de_snap=\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1798\u17b7\u1793\u200b\u1785\u17d2\u1794\u17b6\u179f\u17cb \u17d4
89
Aplicar_un_CLEAN_sobre_la_capa_original=\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u179f\u17b7\u1793
90
Apply=\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f
91
Archivo=\u17af\u1780\u179f\u17b6\u179a
92
Archivos_de_Disco=\u17af\u1780\u179f\u17b6\u179a\u200b\u1790\u17b6\u179f
93
Area=\u1795\u17d2\u1791\u17c3
94
Area_de_influencia=\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
95
Area_de_influencia_definida_por_un_campo=\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb\u200b\u1794\u17b6\u1793\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u178a\u17c4\u1799\u200b\u179c\u17b6\u179b
96
Area_de_influencia_definida_por_una_distancia=\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb\u200b\u1794\u17b6\u1793\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u178a\u17c4\u1799\u200b\u1785\u1798\u17d2\u1784\u17b6\u1799
97
Areas=\u1795\u17d2\u1791\u17c3
98
Areas_de_influencia=\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
99
Areas_de_influencia._Introduccion_de_datos=\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb \u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
100
Arrival_to=\u1798\u1780\u200b\u178a\u179b\u17cb\u200b\u1793\u17c5
101
Ascending=\u179b\u17c6\u178a\u17b6\u1794\u17cb\u200b\u17a1\u17be\u1784\u200b
102
Asistente_de_geoprocesamiento=\u17a2\u17d2\u1793\u1780\u200b\u1787\u17c6\u1793\u17bd\u1799\u200b\u1780\u17b6\u179a Geoprocessing
103
Associated_layer=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1791\u17b6\u1780\u17cb\u1791\u1784
104
At_the_bottom=\u1793\u17c5\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1781\u17b6\u1784\u1780\u17d2\u179a\u17c4\u1798
105
Atributo=\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8 (Attribute)
106
Atributos_Numericos=\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1787\u17b6\u200b\u179b\u17c1\u1781
107
Ayuda=\u1787\u17c6\u1793\u17bd\u1799
108
Azimut_Navigation=\u1791\u17d2\u179a\u17c1\u178f
109
Azimuthal_Equidistant=Azimuthal equidistant
110
A\u00f1adir_al_TOC_geometrias_erroneas=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1791\u17c5\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u179a\u1794\u179f\u17cb\u200b\u178f\u17b6\u179a\u17b6\u1784\u200b\u1798\u17b6\u178f\u17b7\u1780\u17b6 \u17d4
111
BATCH_FIX=\u1780\u17c2\u200b\u179a\u17bd\u1798\u200b\u1782\u17d2\u1793\u17b6
112
BATCH_FIXING=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u1792\u17d2\u1784\u1793\u17cb\u1792\u17d2\u1784\u179a\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u200b\u1780\u17c2\u200b\u179a\u17bd\u1798\u200b\u1782\u17d2\u1793\u17b6
113
BEZIER=Bezier
114
BRX=X \u1781\u17b6\u1784\u200b\u179f\u17d2\u178a\u17b6\u17c6
115
BRY=Y \u1781\u17b6\u1784\u200b\u1786\u17d2\u179c\u17c1\u1784
116
BURSA_WOLF_TRANSFORM=\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784 Bursa-Wolf
117
B_SPLINE=B-spline
118
Back=\u1798\u17bb\u1793
119
Background_Color=\u1796\u178e\u17cc\u200b\u1795\u17d2\u1791\u17c3\u1781\u17b6\u1784\u200b\u1780\u17d2\u179a\u17c4\u1799\u00a0\u17d6
120
Bajar_capa=\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u200b\u1785\u17bb\u17c7\u1780\u17d2\u179a\u17c4\u1798\u200b\u1798\u17bd\u1799\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
121
Band_Value=\u178f\u1798\u17d2\u179b\u17c3\u200b\u1780\u17d2\u179a\u17bb\u1798
122
Bin_width_12=
123
Bin_width_12.5_metres=\u1791\u1791\u17b9\u1784\u200b\u17a1\u17b6\u17c6\u1784\u200b\u1798\u17b6\u1793\u200b\u1791\u17c6\u17a0\u17c6 \u17e1\u17e2.\u17e5 \u1798\u17c9\u17c2\u178f\u17d2\u179a
124
Bin_width_165_US_survey_feet=\u1791\u1791\u17b9\u1784\u200b\u17a1\u17b6\u17c6\u1784\u200b\u1798\u17b6\u1793\u200b\u1791\u17c6\u17a0\u17c6 \u17e1\u17e6\u17e5 US survey feet
125
Bin_width_25_metres=\u1791\u1791\u17b9\u1784\u200b\u17a1\u17b6\u17c6\u1784\u200b\u1798\u17b6\u1793\u200b\u1791\u17c6\u17a0\u17c6 \u17e2\u17e5 \u1798\u17c9\u17c2\u178f\u17d2\u179a
126
Bin_width_3=
127
Bin_width_3.125_metres=\u1791\u1791\u17b9\u1784\u200b\u17a1\u17b6\u17c6\u1784\u200b\u1798\u17b6\u1793\u200b\u1791\u17c6\u17a0\u17c6 \u17e3.\u17e1\u17e2\u17e5 \u1798\u17c9\u17c2\u178f\u17d2\u179a
128
Bin_width_330_US_survey_feet=\u1791\u1791\u17b9\u1784\u200b\u17a1\u17b6\u17c6\u1784\u200b\u1798\u17b6\u1793\u200b\u1791\u17c6\u17a0\u17c6 \u17e3\u17e3\u17e0 US survey feet
129
Bin_width_37=
130
Bin_width_37.5_metres=\u1791\u1791\u17b9\u1784\u200b\u17a1\u17b6\u17c6\u1784\u200b\u1798\u17b6\u1793\u200b\u1791\u17c6\u17a0\u17c6 \u17e3\u17e7.\u17e5 \u1798\u17c9\u17c2\u178f\u17d2\u179a
131
Bin_width_6=
132
Bin_width_6.25_metres=\u1791\u1791\u17b9\u1784\u200b\u17a1\u17b6\u17c6\u1784\u200b\u1798\u17b6\u1793\u200b\u1791\u17c6\u17a0\u17c6 \u17e6.\u17e2\u17e5 \u1798\u17c9\u17c2\u178f\u17d2\u179a
133
Bin_width_6.25_metresBin=\u1791\u1791\u17b9\u1784 \u17e6.\u17e2\u17e5 \u1798\u17c9\u17c2\u178f\u17d2\u179a
134
Bin_width_82=
135
Bin_width_82.5_US_survey_feet=\u1791\u1791\u17b9\u1784\u200b\u17a1\u17b6\u17c6\u1784\u200b\u1798\u17b6\u1793\u200b\u1791\u17c6\u17a0\u17c6 \u17e8\u17e2.\u17e5 US survey feet
136
Block_Size_=\u1791\u17c6\u17a0\u17c6\u200b\u1794\u17d2\u179b\u17bb\u1780\u00a0\u17d6
137
Bold=\u178a\u17b7\u178f
138
Bonne=Bonne
139
Both=\u1791\u17b6\u17c6\u1784\u1796\u17b8\u179a
140
Brightness=\u1796\u1793\u17d2\u179b\u17ba
141
British_chain_(Benoit_1895_A)=British chains (Benoit 1895 A)
142
British_chain_(Benoit_1895_B)=British chains (Benoit 1895 B)
143
British_chain_(Sears_1922)=British chains (Sears 1922)
144
British_chain_(Sears_1922_truncated)=British chains (Sears 1922 truncated)
145
British_foot_(1865)=British feet (1865)
146
British_foot_(1936)=British feet (1936)
147
British_foot_(Benoit_1895_A)=British feet (Benoit 1895 A)
148
British_foot_(Benoit_1895_B)=British feet (Benoit 1895 B)
149
British_foot_(Sears_1922)=British feet (Sears 1922)
150
British_foot_(Sears_1922_truncated)=British feet (Sears 1922 truncated)
151
British_link_(Benoit_1895_A)=British links (Benoit 1895 A)
152
British_link_(Benoit_1895_B)=British links (Benoit 1895 B)
153
British_link_(Sears_1922)=British links (Sears 1922)
154
British_link_(Sears_1922_truncated)=British links (Sears 1922 truncated)
155
British_yard_(Benoit_1895_A)=British yards (Benoit 1895 A)
156
British_yard_(Benoit_1895_B)=British yards (Benoit 1895 B)
157
British_yard_(Sears_1922)=British yards (Sears 1922)
158
British_yard_(Sears_1922_truncated)=British yards (Sears 1922 truncated)
159
Buffer_cap=\u1782\u17d2\u179a\u1794\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
160
Buffer_information=\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
161
Buffer_width=\u1791\u1791\u17b9\u1784\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
162
Build=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
163
Build_de_poligonos=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1796\u17b8\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
164
CARDINAL_SPLINE=\u1781\u17d2\u179f\u17c2\u200b\u1780\u17c4\u1784\u200b\u179f\u17c6\u1781\u17b6\u1793\u17cb
165
CATMULLROM_SPLINE=\u1781\u17d2\u179f\u17c2\u1780\u17c4\u1784 Catmull-Rom
166
CIRCLE=\u179a\u1784\u17d2\u179c\u1784\u17cb
167
COMP=COMP
168
COMPLETE_UNDERSHOOT_FIX=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799
169
COMPUTE_CLEAN=\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6
170
COUNT=COUNT
171
CREATE_FEATURE_OVERLAP_AREA_FIX=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1790\u17d2\u1798\u17b8\u200b\u1796\u17b8\u200b\u1795\u17d2\u1791\u17c3\u200b\u178f\u17d2\u179a\u17bd\u178f\u1782\u17d2\u1793\u17b6
172
CREATE_NEW_FEATURE_FOR_GAPS=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1790\u17d2\u1798\u17b8\u200b\u1791\u17c5\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1782\u17d2\u179a\u1794
173
CSVStringDriver=\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1789\u17c2\u1780\u200b\u1791\u17d2\u179a\u1784\u17cb\u1791\u17d2\u179a\u17b6\u1799 CSV
174
CUBIC_BSPLINE=B-spline \u1782\u17bc\u1794
175
CURVE_TYPE=\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1781\u17d2\u179f\u17c2\u200b\u1780\u17c4\u1784 \u17d6
176
Calcular_Thiessen=\u1796\u17a0\u17bb\u1780\u17c4\u178e Voronoi (Thiessen)
177
Calcular_Tin=\u178f\u17d2\u179a\u17b8\u1780\u17c4\u178e Delaunay
178
Calcular_intervalos=\u1782\u178e\u1793\u17b6\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7
179
Calcular_la_red_sobre_la_capa_original=\u1794\u17d2\u179a\u17be\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17be\u1798
180
Calculate=\u1782\u178e\u1793\u17b6
181
Calculate_Service_Areas=\u1782\u178e\u1793\u17b6\u200b\u1795\u17d2\u1791\u17c3\u200b\u179f\u17c1\u179c\u17b6
182
Cambio_Color=\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178a\u17bc\u179a\u200b\u1796\u178e\u17cc
183
Cambio_Estilo=\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178a\u17bc\u179a\u200b\u179a\u1785\u1793\u17b6\u1794\u17d0\u1791\u17d2\u1798
184
Cambio_de_estilo=\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178a\u17bc\u179a\u200b\u179a\u1785\u1793\u17b6\u1794\u17d0\u1791\u17d2\u1798
185
Cambios_de_estilo=\u1780\u17b6\u179a\u200b\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178a\u17bc\u179a\u200b\u179a\u1785\u1793\u17b6\u1794\u17d0\u1791\u17d2\u1798
186
Campo=\u179c\u17b6\u179b
187
Campo_clasifica=\u179c\u17b6\u179b\u200b\u1785\u17c6\u178e\u17b6\u178f\u17cb\u200b\u1790\u17d2\u1793\u17b6\u1780\u17cb
188
Campo_de_clasificacion=\u179c\u17b6\u179b\u200b\u1785\u17c6\u178e\u17b6\u178f\u17cb\u200b\u1790\u17d2\u1793\u17b6\u1780\u17cb
189
Campo_de_etiquetado=\u179c\u17b6\u179b\u200b\u1798\u17b6\u1793\u200b\u17a2\u178f\u17d2\u1790\u1794\u1791\u200b\u179f\u17d2\u179b\u17b6\u1780
190
Campo_para_disolver=\u179c\u17b6\u179b\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u179a\u17c6\u179b\u17b6\u1799
191
Campos=\u179c\u17b6\u179b
192
Cancel=\u1794\u17c4\u17c7\u1794\u1784\u17cb
193
Cancelar=\u1794\u17c4\u17c7\u1794\u1784\u17cb
194
Cant_process_this_layer=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1793\u17c1\u17c7\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1 \u17d4
195
Capa=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
196
Capa_Raster=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u17c9\u17b6\u179f\u17d2\u1791\u17d0\u179a
197
Capa_Vectorial=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a
198
Capas=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
199
Capas_A_A\u00f1adir_A_La_Topologia=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1791\u17c5\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6
200
Capas_del_directorio=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1793\u17c5\u200b\u179b\u17be\u200b\u1790\u178f
201
Capas_del_localizador=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1791\u17b8\u178f\u17b6\u17c6\u1784
202
Cascada=\u179b\u17d2\u1794\u17b6\u1780\u17cb
203
Cassini_Soldner=Cassini Soldner
204
Catalog=\u1780\u17b6\u178f\u17b6\u17a1\u17bb\u1780
205
Catalogo=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u1797\u17bc\u1798\u17b7\u179f\u17b6\u179f\u17d2\u178f\u17d2\u179a\u200b\u179b\u17be\u200b\u1794\u178e\u17d2\u178a\u17b6\u1789
206
Centimetros=\u179f\u1784\u17cb\u1791\u17b8\u1798\u17c9\u17c2\u178f\u17d2\u179a
207
Central_meridian=\u1781\u17d2\u179f\u17c2\u200b\u1794\u178e\u17d2\u178a\u17b6\u1789\u200b\u1780\u178e\u17d2\u178a\u17b6\u179b
208
Centrar_la_Vista_sobre_un_punto=\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u1780\u178e\u17d2\u178a\u17b6\u179b\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1785\u1784\u17d2\u17a2\u17bb\u179b\u200b
209
Cerrar=\u1794\u17b7\u1791
210
Check_Text=\u179f\u17ca\u17bb\u1798\u200b\u1798\u17be\u179b\u200b\u1783\u17be\u1789
211
Chew_Incremental_TIN_based_in_a_bounding_triangle=\u178f\u17d2\u179a\u17b8\u1780\u17c4\u178e\u200b\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178a\u17c4\u1799\u200b\u1780\u17be\u1793\u200b\u17a1\u17be\u1784\u200b\u179a\u1794\u179f\u17cb Chew
212
Choose_target_file_DBF=\u1787\u17d2\u179a\u17be\u179f\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u1782\u17c4\u179b\u178a\u17c5 (.DBF)
213
CircleCADTool=
214
CircleCADTool.3p=3P
215
Circulo=\u179a\u1784\u17d2\u179c\u1784\u17cb
216
Circumference=\u1794\u179a\u17b7\u179c\u17c1\u178e
217
Clarke's_chain=\u1787\u17bd\u179a\u200b\u179a\u1794\u179f\u17cb Clarke
218
Clarke's_foot=\u17a0\u17d2\u179c\u17ca\u17b8\u178f\u1790\u17cd\u200b\u179a\u1794\u179f\u17cb Clarke
219
Clarke's_link=\u178f\u17c6\u178e\u200b\u179a\u1794\u179f\u17cb Clarke
220
Clarke's_yard=\u1799\u17c9\u17b6\u178a\u200b\u179a\u1794\u179f\u17cb Clarke
221
Clean=\u179f\u1798\u17d2\u17a2\u17b6\u178f
222
Clean_Test=\u179f\u1798\u17d2\u17a2\u17b6\u178f
223
Clean_de_lineas=\u1780\u17c2\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u200b\u1787\u17d2\u1787\u17b6\u200b\u178a\u17c4\u1799\u200b\u179f\u17d2\u179c\u17d0\u1799\u200b\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7
224
Clean_selection=\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u200b\u1780\u17b6\u179a\u200b\u200b\u1787\u17d2\u179a\u17be\u179f
225
Clear=\u179b\u17bb\u1794
226
Clear_Barriers=\u179b\u17bb\u1794\u200b\u17a7\u1794\u179f\u1782\u17d2\u1782\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb
227
Clear_Flags=\u179b\u17bb\u1794\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1788\u1794\u17cb\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb
228
Clear_Routes=\u179b\u17bb\u1794\u200b\u1795\u17d2\u179b\u17bc\u179c\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb
229
Close=\u1794\u17b7\u1791
230
Close_multiline=\u1794\u17b7\u1791\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1787\u17b6\u200b\u1785\u17d2\u179a\u17be\u1793
231
Closest_Facility=\u1792\u1793\u1792\u17b6\u1793\u200b\u178a\u17c2\u179b\u200b\u1793\u17c5\u200b\u1787\u17b7\u178f\u200b\u1794\u17c6\u1795\u17bb\u178f...
232
Cobertura_de_datos=\u1782\u1798\u17d2\u179a\u1794\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
233
Cobertura_de_entrada=\u1782\u17d2\u179a\u1794\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b
234
Cobertura_de_interseccion=\u1782\u1798\u17d2\u179a\u1794\u200b\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c
235
Cobertura_de_recorte=\u1785\u17d2\u179a\u17b7\u1794\u200b\u1782\u1798\u17d2\u179a\u1794
236
Cobertura_de_salida=\u1782\u1798\u17d2\u179a\u1794\u200b\u179b\u1791\u17d2\u1792\u1795\u179b
237
Cobertura_para_unir=\u1782\u1798\u17d2\u179a\u1794\u200b\u1794\u17d2\u179a\u1787\u17bb\u17c6
238
Coberturas=\u1791\u17c6\u17a0\u17c6
239
Coberturas_de_entrada=\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u179f\u17c6\u178e\u17bb\u17c6\u200b\u1782\u1798\u17d2\u179a\u1794
240
Color_Contorno=\u1796\u178e\u17cc\u200b\u1782\u17d2\u179a\u17c4\u1784
241
Color_de_Relleno=\u1794\u17c6\u1796\u17c1\u1789\u200b\u1796\u178e\u17cc \u17d6
242
Color_de_la_Linea=\u1796\u178e\u17cc\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
243
Color_final=\u1796\u178e\u17cc\u200b\u1785\u17bb\u1784\u1780\u17d2\u179a\u17c4\u1799 \u17d6
244
Color_inicial=\u1796\u178e\u17cc\u200b\u178a\u17c6\u1794\u17bc\u1784 \u17d6
245
Color_inicio=\u1796\u178e\u17cc\u200b\u178a\u17c6\u1794\u17bc\u1784 \u17d6
246
Commentaries=\u179f\u17c1\u1785\u1780\u17d2\u178a\u17b8\u200b\u1796\u17b7\u1796\u178e\u17cc\u1793\u17b6 \u17d6
247
Compare=\u1794\u17d2\u179a\u17c0\u1794\u1792\u17c0\u1794
248
ComplexSelectionCADTool.crosscircle=CC
249
ComplexSelectionCADTool.crosspolygon=CP
250
ComplexSelectionCADTool.end=E
251
ComplexSelectionCADTool.introcircle=IC
252
ComplexSelectionCADTool.intropolygon=IP
253
ComplexSelectionCADTool.outcircle=OC
254
ComplexSelectionCADTool.outpolygon=OP
255
ComplexSelectionCADTool.outrectangle=OR
256
Compression_=\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u17a0\u17b6\u1794\u17cb \u17d6
257
Compute_Build=\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1791\u17c5\u200b\u1787\u17b6\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
258
Compute_Clean=\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6
259
Concordancia=\u1795\u17d2\u1782\u17bc\u1795\u17d2\u1782\u1784
260
Configurar=\u1780\u17c6\u178e\u178f\u17cb\u200b\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792
261
Configurar_localizador=\u1780\u17c6\u178e\u178f\u17cb\u200b\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1791\u17b8\u178f\u17b6\u17c6\u1784...
262
Connectivity=\u1780\u17b6\u179a\u200b\u178f\u1797\u17d2\u1787\u17b6\u1794\u17cb
263
Consola=\u1780\u17bb\u1784\u179f\u17bc\u179b
264
Consola_de_jython=\u1780\u17bb\u1784\u179f\u17bc\u179b Jython
265
Consola_de_jython_tooltip=\u1794\u17be\u1780\u200b\u1780\u17bb\u1784\u179f\u17bc\u179b  jython
266
Contengan=\u1798\u17b6\u1793
267
Contrast=\u1780\u1798\u17d2\u179a\u17b7\u178f\u200b\u1796\u178e\u17cc
268
Control_points=\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u178f\u17d2\u179a\u17bd\u178f\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799
269
Control_points_coordinates_dimension_are_insufficient_for_the_current_transform=\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u1793\u17c1\u17c7\u200b\u1791\u17b6\u1798\u1791\u17b6\u179a\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u178f\u17d2\u179a\u17bd\u178f\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u200b\u179a\u1794\u179f\u17cb\u200b\u179c\u17b7\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17b6\u1793\u200b\u1780\u17bc\u17a2\u179a\u178a\u17c4\u178e\u17c1\u200b\u1781\u17d2\u1796\u179f\u17cb\u200b\u1787\u17b6\u1784 \u17d4
270
Control_points_have_inconsistent_reference_system=\u1785\u17c6\u178e\u17bb\u1785\u200b\u178f\u17d2\u179a\u17bd\u178f\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17b6\u1793\u200b\u1794\u17d2\u179a\u1796\u17d0\u1793\u17d2\u1792\u200b\u1799\u17c4\u1784\u200b\u1798\u17b7\u1793\u200b\u179f\u17d2\u1790\u17b7\u178f\u179f\u17d2\u1790\u17c1\u179a \u17d4
271
Conversion_de_datos=\u1780\u17b6\u179a\u200b\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
272
Conversion_de_datos_Desc=Geoprocesses \u178a\u17c2\u179b\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799 (\u1780\u17b6\u179a\u200b\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1791\u17d2\u179a\u1784\u17cb\u1791\u17d2\u179a\u17b6\u1799 \u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1785\u17c6\u178e\u17c4\u179b\u200b\u17a1\u17be\u1784\u179c\u17b7\u1789 \u17d4\u179b\u17d4)
273
Convex_Hull=\u1795\u17d2\u1791\u17c3\u1794\u17c9\u17c4\u1784
274
Convex_Hull._Introduccion_de_datos=\u1795\u17d2\u1791\u17c3\u1794\u17c9\u17c4\u1784 \u17d4 \u1780\u17b6\u179a\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
275
Coordinates=\u1780\u17bc\u17a2\u179a\u178a\u17c4\u178e\u17c1
276
Coordinates_of_the_centre=\u1780\u17bc\u17a2\u179a\u178a\u17c4\u178e\u17c1\u200b\u1780\u178e\u17d2\u178a\u17b6\u179b
277
Couldnt_find_column=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u1787\u17bd\u179a\u1788\u179a
278
Craster_Parabolic=\u1794\u17c9\u17b6\u179a\u17c9\u17b6\u1794\u17bc\u179b\u200b Craster
279
Crear_Buffer=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb...
280
Crear_Indice=\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179b\u17b7\u1794\u17b7\u1780\u17d2\u179a\u1798\u200b\u1791\u17c6\u17a0\u17c6...
281
Crear_Indice_Intro=\u179b\u17b7\u1794\u17b7\u1780\u17d2\u179a\u1798\u200b\u1791\u17c6\u17a0\u17c6 \u17a2\u17b6\u1785\u200b\u1794\u1784\u17d2\u1780\u17be\u1793\u200b\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f\u200b\u200b\u1791\u17c6\u17a0\u17c6 \u17d4
282
Crear_Indice_Pregunta_1=\u178f\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1785\u1784\u17cb\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179b\u17b7\u1794\u17b7\u1780\u17d2\u179a\u1798\u200b\u1791\u17c6\u17a0\u17c6\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179a\u200b\u17ac\u1791\u17c1
283
Crear_Indice_Pregunta_2=?
284
Crear_capa_osg=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb OSG \u1790\u17d2\u1798\u17b8
285
Create_Network=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6...
286
Create_Open_layer=\u1794\u1784\u17d2\u1780\u17be\u178f/\u1794\u17be\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
287
Create_TIN=\u1794\u1784\u17d2\u1780\u17be\u178f TIN (Delaunay)
288
Create_Topology=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6
289
Creating_layer_with_buffers=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u200b\u1798\u17b6\u1793\u200b\u1795\u17d2\u1791\u17c3\u200b\u178a\u17c2\u179b\u200b\u1794\u17c9\u17c7\u1796\u17b6\u179b\u17cb
290
Creating_layer_with_influence_areas=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1798\u17b6\u1793\u200b\u1795\u17d2\u1791\u17c3\u200b\u178a\u17c2\u179b\u200b\u1794\u17c9\u17c7\u1796\u17b6\u179b\u17cb...
291
Creating_temp_file=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u1794\u178e\u17d2\u178a\u17c4\u17c7\u17a2\u17b6\u179f\u1793\u17d2\u1793...
292
Creation_Date=\u1780\u17b6\u179b\u200b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791\u200b\u1794\u1784\u17d2\u1780\u17be\u178f \u17d6
293
Creation_derivative_geometry_layer_process=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1790\u17d2\u1798\u17b8\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1780\u17d2\u179b\u17b6\u1799 \u17d4
294
Crucen_con=\u1780\u17b6\u178f\u17cb\u200b\u179b\u17be
295
Cruz=\u1780\u17b6\u178f\u17cb
296
Cuadrado=\u1780\u17b6\u179a\u17c1
297
Cylindrical_Equal_Area=Cylindrical Equal Area
298
DBF=DBF
299
DBF_files=\u17af\u1780\u179f\u17b6\u179a DBF
300
DBManager=\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784 DataBase
301
DELETE_FIX=\u179b\u17bb\u1794\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f
302
DGNFiles=DGNFiles
303
Dado_un_campo_de_atributos=\u1794\u17b6\u1793\u1795\u17d2\u178a\u179b\u17cb\u200b\u179c\u17b6\u179b\u200b\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1785\u17c6\u178e\u17b6\u178f\u17cb\u200b\u1790\u17d2\u1793\u17b6\u1780\u17cb
304
Dat_CodeCrs=\u1780\u17bc\u178a
305
Dat_Datum=\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u17b2\u17d2\u1799 \u17d6
306
Dat_DefinirPor=\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb \u17d6
307
Dat_Elips=\u1788\u17d2\u1798\u17c4\u17c7\u200b\u179a\u17b6\u1784\u200b\u1796\u1784\u1780\u17d2\u179a\u1796\u17be \u17d6
308
Dat_Importar=\u1793\u17b6\u17c6\u1785\u17bc\u179b
309
Dat_InvF=\u178a\u17b6\u1780\u17cb\u200b\u1794\u1789\u17d2\u1785\u17d2\u179a\u17b6\u179f\u200b\u1780\u17b6\u179a\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u179f\u17c6\u1794\u17c9\u17c2\u178f
310
Dat_InvFToolTipText=\u178a\u17b6\u1780\u17cb\u200b\u1794\u1789\u17d2\u1785\u17d2\u179a\u17b6\u179f\u200b\u1794\u17c9\u17b6\u179a\u17c9\u17b6\u1798\u17c9\u17c2\u178f\u17d2\u179a\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u179f\u17c6\u1794\u17c9\u17c2\u178f \u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1794\u17d2\u179a\u17be\u200b\u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u200b\u179a\u17b6\u1784\u200b\u200b\u179a\u1794\u179f\u17cb\u200b\u179f\u17d2\u179c\u17ca\u17c2\u179a
311
Dat_Long=\u179a\u1799\u17c8\u1794\u178e\u17d2\u178a\u17c4\u1799 \u17d6
312
Dat_Meridian=\u1788\u17d2\u1798\u17c4\u17c7\u200b\u1781\u17d2\u179f\u17c2\u200b\u1794\u178e\u17d2\u178a\u17c4\u1799 \u17d6
313
Dat_NombreCrs=\u1788\u17d2\u1798\u17c4\u17c7
314
Dat_SemMay=\u17a2\u17d0\u1780\u17d2\u179f\u200b\u1796\u17b6\u1780\u17cb\u1780\u178e\u17d2\u178a\u17b6\u179b\u200b\u179a\u1784\u17d2\u179c\u17be\u179b
315
Dat_SemMayToolTipText=\u17a2\u17d0\u1780\u17d2\u179f\u200b\u1796\u17b6\u1780\u17cb\u200b\u1780\u178e\u17d2\u178a\u17b6\u179b\u200b\u179a\u1784\u17d2\u179c\u17be\u179b\u200b \u1780\u17c6\u178e\u178f\u17cb\u200b\u1791\u17c6\u17a0\u17c6\u200b\u179a\u17b6\u1784\u200b\u1796\u1784\u1780\u17d2\u179a\u1796\u17be\u200b\u1793\u17c5\u200b\u1791\u17b7\u179f\u200b\u1781\u17b6\u1784\u200b\u178f\u17d2\u1794\u17bc\u1784\u200b\u1791\u17c5\u200b\u200b\u1781\u17b6\u1784\u200b\u1787\u17be\u1784
316
Dat_SemMen=\u17a2\u17d0\u1780\u17d2\u179f\u200b\u1796\u17b6\u1780\u17cb\u1780\u178e\u17d2\u178a\u17b6\u179b\u200b\u1789\u17b9\u1780
317
Dat_SemMenToolTipText=\u17a2\u17d0\u1780\u17d2\u179f\u200b\u1796\u17b6\u1780\u17cb\u200b\u1780\u178e\u17d2\u178a\u17b6\u179b\u200b\u179a\u1784\u17d2\u179c\u17be\u179b \u1780\u17c6\u178e\u178f\u17cb\u200b\u1791\u17c6\u17a0\u17c6\u200b\u179a\u1794\u179f\u17cb\u200b\u179a\u17b6\u1784\u200b\u1796\u1784\u1780\u17d2\u179a\u1796\u17be\u200b\u1793\u17c5\u200b\u1791\u17b7\u179f\u200b\u1781\u17b6\u1784\u200b\u200b\u179b\u17b7\u1785\u200b\u1791\u17c5\u200b\u1781\u17b6\u1784\u200b\u1780\u17be\u178f
318
Dat_nDatum=\u1785\u17c6\u178e\u17bb\u1785\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u17b2\u17d2\u1799
319
Dat_nElipsoide=\u179a\u17b6\u1784\u200b\u1796\u1784\u1780\u17d2\u179a\u1796\u17be
320
Dat_nMeridian=\u1781\u17d2\u179f\u17c2\u200b\u1794\u178e\u17d2\u178a\u17c4\u1799
321
Data_source_not_initialized=\u1794\u17d2\u179a\u1797\u1796\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1785\u17b6\u1794\u17cb\u200b\u1795\u17d2\u178a\u17be\u1798\u200b\u1791\u17c1
322
Date=\u1780\u17b6\u179b\u1794\u179a\u17b7\u1785\u17d2\u1786\u17c1\u1791
323
De=\u1793\u17c3
324
Debe_seleccionar_un_\u00fanico_elemento=\u179f\u17bc\u1798\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u1792\u17b6\u178f\u17bb\u200b\u178f\u17c2\u200b\u1798\u17bd\u1799\u200b\u1782\u178f\u17cb \u17d4
325
Debe_seleccionar_una_capa_de_lineas_en_el_TOC=\u179f\u17bc\u1798\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1796\u17b8\u200b\u178f\u17b6\u179a\u17b6\u1784\u200b\u1798\u17b6\u178f\u17b7\u1780\u17b6 \u17d4
326
Decimetros=\u178a\u17c1\u179f\u17ca\u17b8\u1798\u17c9\u17c2\u178f\u17d2\u179a\u200b
327
DefCrsUsr_Seleccionar_Crs=\u1787\u17d2\u179a\u17be\u179f\u200b SRS \u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1794\u17d2\u179a\u17be\u200b\u1790\u17d2\u1798\u17b8\u17d7
328
DefCrsUsr_existente=\u1796\u17b8 SRS \u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u179f\u17d2\u179a\u17b6\u1794\u17cb \u17d6
329
DefCrsUsr_importar_wkt=\u1793\u17b6\u17c6\u1785\u17bc\u179b\u200b\u1781\u17d2\u179f\u17c2\u200b\u17a2\u1780\u17d2\u179f\u179a WKT
330
DefCrsUsr_nuevo=\u1796\u17b8\u200b\u1780\u17b6\u200b\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179a\u1794\u179f\u17cb\u200b\u17a2\u17d2\u1793\u1780\u200b\u1794\u17d2\u179a\u17be
331
DefCrsUsr_wkt=\u1796\u17b8\u200b\u1781\u17d2\u179f\u17c2\u200b\u17a2\u1780\u17d2\u179f\u179a WKT \u17d6
332
Default_Navigation=\u1780\u17b6\u179a\u200b\u179a\u17bb\u1780\u179a\u1780\u200b\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798
333
Default_order_manager=\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u200b\u1780\u17b6\u179a\u200b\u179a\u17c0\u1794\u200b\u1787\u17b6\u200b\u179b\u17c6\u178a\u17b6\u1794\u17cb\u200b\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798 \u17d6
334
Define_the_labeling_expression_=\u1780\u17c6\u178e\u178f\u17cb\u200b\u1780\u1793\u17d2\u179f\u17c4\u1798\u200b\u178a\u17b6\u1780\u17cb\u200b\u179f\u17d2\u179b\u17b6\u1780\u200b
335
Defines_a_dot_density_symbol_based_on_a_field_value=\u1780\u17c6\u178e\u178f\u17cb\u200b\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6\u200b\u178a\u1784\u17cb\u179f\u17ca\u17b8\u178f\u17c1\u200b\u1785\u17bb\u1785\u17d7 \u1795\u17d2\u17a2\u17c2\u1780\u200b\u179b\u17be\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u179c\u17b6\u179b
336
Delete_VError=\u179b\u17bb\u1794
337
Dentro=\u1781\u17b6\u1784\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
338
Dentro_y_fuera=\u1781\u17b6\u1784\u200b\u1780\u17d2\u1793\u17bb\u1784 \u1793\u17b7\u1784\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u179a\u17c5\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
339
Derecha=\u179f\u17d2\u178a\u17b6\u17c6
340
Derecho=\u179f\u17d2\u178a\u17b6\u17c6
341
Derivative_geometries_control_panel_listener_removed=\u1794\u17b6\u1793\u200b\u1799\u1780\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u200b\u178a\u17c2\u179b\u200b\u1780\u17d2\u179b\u17b6\u1799\u200b\u1785\u17c1\u1789\u200b\u1796\u17b8\u200b\u1794\u1793\u17d2\u1791\u17c7\u200b\u1794\u1789\u17d2\u1787\u17b6 \u17d4
342
Des_north=\u1794\u17b7\u1791
343
Descending=\u179b\u17c6\u178a\u17b6\u1794\u17cb\u200b\u1785\u17bb\u17c7
344
Descripcion=\u179f\u17c1\u1785\u1780\u17d2\u178a\u17b8\u200b\u1796\u17b7\u1796\u178e\u17cc\u1793\u17b6
345
Desea_a\u00f1adir_capa_con_geometrias_que_no_forman_parte_de_poligonos=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u1790\u17d2\u1793\u17b6\u17c6\u1784 \u1793\u17b7\u1784\u200b\u1782\u17c2\u1798\u200b \u178a\u17c2\u179b\u200b\u1798\u17b7\u1793\u1798\u17c2\u1793\u200b\u1787\u17b6\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u179a\u1794\u179f\u17cb\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e ?
346
Desea_a\u00f1adir_capa_con_pseudonodos=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u1790\u17d2\u1793\u17b6\u17c6\u1784 pseudo \u178a\u17c2\u179b\u200b\u179a\u1780\u200b\u1783\u17be\u1789 ?
347
Desea_calcular_el_build_solo_con_las_polilineas_seleccionadas=\u178a\u17b6\u1780\u17cb\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u178f\u17c2\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f\u200b ?
348
Desea_calcular_el_clean_solo_con_las_polilineas_seleccionadas=\u178a\u17b6\u1780\u17cb\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u178f\u17c2\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f ?
349
Desplazamiento=\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8
350
Destination_layer_type=\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1782\u17c4\u179b\u178a\u17c5
351
Detalles=\u179f\u17c1\u1785\u1780\u17d2\u178a\u17b8\u179b\u1798\u17d2\u17a2\u17b7\u178f
352
Devuelvo_el_foco_a_=\u178f\u17d2\u179a\u17a1\u1794\u17cb\u200b\u1780\u17b6\u179a\u200b\u1795\u17d2\u178a\u17c4\u178f\u200b\u1791\u17c5
353
Diferencia=\u1797\u17b6\u1796\u200b\u1781\u17bb\u179f\u1782\u17d2\u1793\u17b6
354
Diferencia_Introduccion_de_datos=\u1797\u17b6\u1796\u200b\u1781\u17bb\u179f\u200b\u1782\u17d2\u1793\u17b6 \u17d4 \u1794\u17c6\u1796\u17c1\u1789\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
355
Disolver=\u179a\u17c6\u179b\u17b6\u1799
356
Disolver._Introduccion_de_datos=\u179a\u17c6\u179b\u17b6\u1799 \u17d4 \u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
357
Disolver_entidades=\u179a\u17c6\u179b\u17b6\u1799\u200b\u1792\u17b6\u178f\u17bb
358
Display=\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u1793\u17c3\u200b\u1780\u17b6\u179a\u200b\u200b\u1798\u17be\u179b\u200b\u1783\u17be\u1789
359
Distancia_dangle_incorrecta=\u1780\u17c6\u17a0\u17bb\u179f \u17d4 \u178f\u1798\u17d2\u179b\u17c3\u200b\u1794\u17d2\u179a\u17a1\u17c4\u17c7\u200b\u1799\u17c4\u179b\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
360
Distancia_interocular=\u1785\u1798\u17d2\u1784\u17b6\u1799\u200b\u179a\u179c\u17b6\u1784\u200b\u1780\u17c2\u179c\u1797\u17d2\u1793\u17c2\u1780
361
Distancia_pantalla=\u1785\u1798\u17d2\u1784\u17b6\u1799\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u1784\u17d2\u17a0\u17b6\u1789
362
Distancia_snap_incorrecta=\u1780\u17c6\u17a0\u17bb\u179f \u17d4 \u178f\u1798\u17d2\u179b\u17c3\u200b\u1794\u17d2\u179a\u17a1\u17c4\u17c7\u200b\u1798\u17b7\u1793\u200b\u1785\u17d2\u1794\u17b6\u179f\u17cb\u200b\u179b\u17b6\u179f\u17cb\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c\u200b\u1791\u17c1 \u17d4
363
Dont_close=\u1780\u17bb\u17c6\u200b\u1794\u17b7\u1791
364
Dxffiles=AutoCAD Drawing Exchange Format (*.dxf)
365
ELLIPSE=\u179a\u17b6\u1784\u200b\u1796\u1784\u1780\u17d2\u179a\u1796\u17be\u200b
366
EMPTY_STATUS=\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6 \u17d4
367
EPSG=EPSG
368
ERROR=\u1780\u17c6\u17a0\u17bb\u179f
369
ERRORS=\u1780\u17c6\u17a0\u17bb\u179f
370
ERROR_FIX_ERROR=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u200b\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u200b\u1780\u17b6\u179a\u200b\u200b\u1780\u17c2\u1794\u17d2\u179a\u17c2 \u17d4
371
ERROR_FIX_SUCCESS=\u1780\u17b6\u179a\u200b\u1780\u17c2\u1794\u17d2\u179a\u17c2\u200b\u1794\u17b6\u1793\u200b\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799 \u17d4
372
ERROR_INSPECTOR_ALL_RULES=\u1782\u17d2\u179a\u1794\u17cb\u200b\u179c\u17b7\u1792\u17b6\u1793
373
ERROR_INSPECTOR_TITLE=\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u17a1\u17be\u1784\u200b\u200b\u200b\u179c\u17b7\u1789 \u17d6
374
ESRI=ESRI
375
EXCEPTIONS=\u1798\u17b7\u1793\u200b\u179a\u17b6\u1794\u17cb\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b
376
EXTEND_DANGLE_FIX=\u1799\u1780\u200b\u1790\u17d2\u1793\u17b6\u17c6\u1784\u200b\u1799\u17c4\u179b\u200b\u178a\u17c2\u179b\u200b\u1794\u17c9\u17c7\u200b\u1793\u17b9\u1784\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17c5\u200b\u1787\u17b7\u178f\u200b\u1794\u17c6\u1795\u17bb\u178f\u200b\u1785\u17c1\u1789
377
EXTEND_DANGLE_TO_BOUNDARY_FIX=\u1781\u17d2\u1791\u17b6\u179f\u17cb\u200b\u1790\u17d2\u1793\u17b6\u17c6\u1784\u200b\u1799\u17c4\u179b\u200b\u1791\u17c5\u200b\u1793\u17b9\u1784\u200b\u1790\u17d2\u1793\u17b6\u17c6\u1784\u200b\u1796\u17d2\u179a\u17c6\u178a\u17c2\u1793\u200b\u178a\u17c2\u179b\u200b\u1793\u17c5\u200b\u1787\u17b7\u178f\u200b\u1794\u17c6\u1795\u17bb\u178f
378
East=E
379
Eckert_I=Eckert I
380
Eckert_II=Eckert II
381
Eckert_III=Eckert III
382
Eckert_IV=Eckert IV
383
Eckert_V=Eckert V
384
Eckert_VI=Eckert VI
385
EditVertexCADTool.addvertex=A
386
EditVertexCADTool.delvertex=D
387
EditVertexCADTool.nextvertex=N
388
EditVertexCADTool.previousvertex=P
389
Editar_leyenda=\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7
390
Edition=\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b
391
Edition_Properties=\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u200b\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7
392
Ejecutando=comando:=Execute command \u17d6
393
Ejecutando\ comando==Execute command\:
394
Ejecutando\ comando\:=Execute=command\:
395
Ejecutando\ comando\:\=Execute command\:
396
Elegir_Color=\u1787\u17d2\u179a\u17be\u179f\u200b\u1796\u178e\u17cc
397
Elegir_Fuente=\u1787\u17d2\u179a\u17be\u179f\u200b\u1796\u17bb\u1798\u17d2\u1796\u17a2\u1780\u17d2\u179f\u179a
398
Elegir_pantalla=\u1787\u17d2\u179a\u17be\u179f\u200b\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u17a0\u17b6\u1789
399
Elementos_seleccionados_de_la_capa=... \u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1796\u17b7\u179f\u17c1\u179f\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb \u17d6
400
Elevacion=\u179a\u1799\u17c8\u1780\u1798\u17d2\u1796\u179f\u17cb
401
Elevation_layer_question=\u1794\u17d2\u179a\u17be\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1793\u17c1\u17c7 \u1787\u17b6\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u1799\u17c8\u1780\u1798\u17d2\u1796\u179f\u17cb (\u1794\u17b6\u1791/\u1785\u17b6\u179f-\u1791\u17c1)\u200b ?
402
Elija_una_herramienta_de_analisis=\u1787\u17d2\u179a\u17be\u179f\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u179c\u17b7\u1797\u17b6\u1782
403
Eliminar=\u179b\u17bb\u1794
404
En_metros=\u1782\u17b7\u178f\u200b\u1787\u17b6\u200b\u1798\u17c9\u17c2\u178f\u17d2\u179a
405
En_pixels=\u1782\u17b7\u178f\u200b\u1787\u17b6\u200b\u1797\u17b8\u1780\u179f\u17c2\u179b
406
Enable_hyperlink=\u1794\u17be\u1780\u200b\u178f\u17c6\u178e\u200b\u1781\u17d2\u1796\u179f\u17cb
407
Enable_layer_preview=\u1794\u17be\u1780\u200b\u1780\u17b6\u179a\u200b\u1798\u17be\u179b\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1787\u17b6\u200b\u1798\u17bb\u1793
408
Encoding=\u1780\u17b6\u179a\u200b\u17a2\u17ca\u17b7\u1793\u1780\u17bc\u178a\u200b\u178f\u17bd\u17a2\u1780\u17d2\u179f\u179a
409
Encuadre=\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u200b\u1780\u17b6\u179a\u200b\u1796\u1784\u17d2\u179a\u17b8\u1780...
410
Encuadre_Vista=\u1780\u17b6\u179a\u200b\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8
411
Enlace_espacial=\u1780\u17b6\u179a\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c6\u17a0\u17c6
412
Enlace_espacial._Introduccion_de_datos=\u1780\u17b6\u179a\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c6\u17a0\u17c6 \u17d4 \u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
413
Enlazar_a_documento_PDF=\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u17af\u1780\u179f\u17b6\u179a PDF
414
Enlazar_a_fichero_de_texto=\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u17a2\u178f\u17d2\u1790\u1794\u1791
415
Enlazar_a_ficheros_de_imagen=\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u179a\u17bc\u1794\u1797\u17b6\u1796
416
Enlazar_a_imagen_SVG=\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u1782\u17c6\u1793\u17bc\u179a SVG
417
Equidistance_=\u1785\u1798\u17d2\u1784\u17b6\u1799\u200b\u179f\u17d2\u1798\u17be\u1782\u17d2\u1793\u17b6
418
Equidistant_Conic=\u179f\u17b6\u1787\u17b8\u200b\u1798\u17b6\u1793\u200b\u1785\u1798\u17d2\u1784\u17b6\u1799\u200b\u179f\u17d2\u1798\u17be\u200b\u1782\u17d2\u1793\u17b6
419
Equirectangular=\u17a2\u17c1\u1782\u17b8\u200b\u200b\u1787\u17b6\u200b\u1785\u178f\u17bb\u1780\u17c4\u178e\u1780\u17c2\u1784
420
Error=\u1780\u17c6\u17a0\u17bb\u179f
421
Error\ creating\ table\ aliases=
422
Error\ reading\ layer\ fields=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u17a2\u17b6\u1793\u200b\u179c\u17b6\u179b
423
Error_De_Acceso_Datos=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1796\u17c1\u179b\u200b\u1785\u17bc\u179b\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799 \u17d4
424
Error_abriendo_el_fichero=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1796\u17c1\u179b\u200b\u1794\u17be\u1780\u200b\u17af\u1780\u179f\u17b6\u179a
425
Error_accediendo_a_los_datos=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1796\u17c1\u179b\u200b\u1785\u17bc\u179b\u200b\u178a\u17c6\u178e\u17be\u179a\u200b\u1780\u17b6\u179a\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799 \u17d4
426
Error_al_calcular_RMS=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1782\u178e\u1793\u17b6 RMS \u17d4
427
Error_atributo_no_numerico=\u1798\u17b7\u1793\u1798\u17c2\u1793\u200b\u1787\u17b6\u200b\u179c\u17b6\u179b\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb\u200b\u179b\u17c1\u1781
428
Error_calculo_transformacion=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1782\u178e\u1793\u17b6\u200b\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784
429
Error_capa_vacia=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179b\u1791\u17d2\u1792\u1795\u179b\u200b\u1791\u1791\u17c1 \u17d4 \n\u200b\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793 \u17d4
430
Error_cargando_links=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u1780\u17c6\u17a0\u17bb\u179f \u17d4
431
Error_chequeando_precondiciones=\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1794\u17bb\u179a\u17c1\u179b\u1780\u17d2\u1781\u1781\u178e\u17d2\u178c\u200b
432
Error_chequeo_tipo_geometria=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u200b\u1780\u17c6\u17a1\u17bb\u1784\u200b\u1796\u17c1\u179b\u200b\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b\u200b\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a
433
Error_computing_RMS=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1782\u178e\u1793\u17b6 RMS \u17d4
434
Error_creating_annotation_layer=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb
435
Error_creating_mathTransform=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u179f\u1798\u17b8\u1780\u17b6\u179a \u17d4
436
Error_creating_new_table=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178f\u17b6\u179a\u17b6\u1784\u200b\u1790\u17d2\u1798\u17b8
437
Error_distancia_buffer=\u17a2\u17d2\u1793\u1780\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1785\u1798\u17d2\u1784\u17b6\u1799\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
438
Error_ejecucion=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7
439
Error_entrada_datos=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
440
Error_escritura_resultados=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u179f\u179a\u179f\u17c1\u179a\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
441
Error_evaluationg_expression=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u179c\u17b6\u1799\u178f\u1798\u17d2\u179b\u17c3\u200b\u1780\u1793\u17d2\u179f\u17c4\u1798 \u17d4
442
Error_exportando_SLD=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1793\u17b6\u17c6\u1785\u17c1\u1789 SLD
443
Error_exportando_las_estadisticas=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1793\u17b6\u17c6\u1785\u17c1\u1789\u200b\u179f\u17d2\u1790\u17b7\u178f\u17b7 \u17d4
444
Error_fallo_geoproceso=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1796\u17c1\u179b\u200b\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7 geoprocess
445
Error_getting_table_fields=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u200b\u1791\u1791\u17bd\u179b\u200b\u1799\u1780\u200b\u179c\u17b6\u179b\u200b\u178f\u17b6\u179a\u17b6\u1784 \u17d4
446
Error_guardando_la_leyenda=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u178f\u17b6\u1784
447
Error_guardando_la_plantilla=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1796\u17bb\u1798\u17d2\u1796 \u17d4
448
Error_in_Autocomplete_Polygon_Tool_=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u17c6\u1796\u17c1\u1789\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u178a\u17c4\u1799\u200b\u179f\u17d2\u179c\u17d0\u1799\u200b\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7
449
Error_loading_driver=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1794\u1789\u17d2\u1787\u17b6
450
Error_offset_no_numerico=\u1780\u17c6\u17a0\u17bb\u179f \u17d4 \u178f\u1798\u17d2\u179b\u17c3\u200b\u17a2\u17bb\u17a0\u17d2\u179c\u179f\u17b7\u178f\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
451
Error_opening_annotation_layer=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1794\u17be\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb
452
Error_preparar_escritura_resultados=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17c6\u17a1\u17bb\u1784\u200b\u1796\u17c1\u179b\u200b\u179a\u17c0\u1794\u1785\u17c6\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179b\u1791\u17d2\u1792\u1795\u179b
453
Error_proyecciones_iguales=\u1780\u17c6\u17a0\u17bb\u179f \u17d4 \u1785\u17c6\u178e\u17c4\u179b\u200b\u1794\u17d2\u179a\u1797\u1796 \u1793\u17b7\u1784\u200b\u1782\u17c4\u179b\u178a\u17c5\u200b\u179f\u17d2\u1798\u17be\u200b\u200b\u1782\u17d2\u1793\u17b6 \u17d4
454
Error_reading_andami_config_New_file_created_A_backup_was_made_on_=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u17a2\u17b6\u1793\u200b\u17af\u1780\u179f\u17b6\u179a andami-config.xml \u17d6 \u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u1790\u17d2\u1798\u17b8 \u17d4 \u17af\u1780\u179f\u17b6\u179a\u200b\u1794\u1798\u17d2\u179a\u17bb\u1784\u200b\u1791\u17bb\u1780\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f
455
Error_reading_from_the_driver=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u17a2\u17b6\u1793\u200b\u1796\u17b8\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1794\u1789\u17d2\u1787\u17b6 \u17d4
456
Error_reading_isocodes_file=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u17a2\u17b6\u1793\u200b\u17af\u1780\u179f\u17b6\u179a isocodes \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1797\u17b6\u179f\u17b6
457
Error_reading_plugin_persinstence_New_file_created_A_backup_was_made_on_=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u17a2\u17b6\u1793\u200b\u17af\u1780\u179f\u17b6\u179a plugin-persistence.xml \u17d4 \u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u1790\u17d2\u1798\u17b8 \u17d4 \u17af\u1780\u179f\u17b6\u179a\u200b\u1794\u1798\u17d2\u179a\u17bb\u1784\u200b\u1791\u17bb\u1780\u200b\u178f\u17d2\u179a\u17bc\u179c\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f
458
Error_seleccionar_capas_merge=\u17a2\u17d2\u1793\u1780\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1782\u17d2\u1793\u17b6 \u17d4
459
Error_seleccionar_esquema_merge=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u179a\u17be\u179f\u200b\u1782\u17d2\u179a\u17c4\u1784\u1780\u17b6\u179a\u178e\u17cd\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1782\u17d2\u1793\u17b6
460
Error_seleccionar_gp=\u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1787\u17d2\u179a\u17be\u179f\u200b geoprocess \u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1798\u17c2\u1780\u200b\u1792\u17b6\u1784
461
Error_seleccionar_gp_desc="\u17a2\u17d2\u1793\u1780\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u1780\u1789\u17d2\u1785\u1794\u17cb\u200b\u1798\u17bd\u1799 \u17d4\n\u1780\u1789\u17d2\u1785\u1794\u17cb\u200b \u1782\u17ba\u200b\u1787\u17b6\u200b\u1780\u17d2\u179a\u17bb\u1798\u200b\u178f\u1780\u17d2\u1780\u200b\u179a\u1794\u179f\u17cb geoprocesses \u17d4 \u1796\u1784\u17d2\u179a\u17b8\u1780\u200b\u200b\u1798\u17c2\u1780\u1792\u17b6\u1784 \u17a0\u17be\u1799\u200b\u1787\u17d2\u179a\u17be\u179f\u200b geoprocess \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u200b\u179c\u17b6
462
Error_seleccionar_resultado=\u17a2\u17d2\u1793\u1780\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u179b\u1791\u17d2\u1792\u1795\u179b
463
Error_spjoinmn_sin_funcion=\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c6\u17a0\u17c6 1-N \u17a2\u17d2\u1793\u1780\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u200b\u1798\u17bb\u1781\u1784\u17b6\u179a\u200b\u179f\u1784\u17d2\u1781\u17c1\u1794
464
Error_summarizing_table=Error_summarizing_table
465
Error_updating_user_DB_Probably_it_is_locked_by_other_process=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u200b\u17a2\u17d2\u1793\u1780\u200b\u1794\u17d2\u179a\u17be \u17d4 \u1794\u17d2\u179a\u17a0\u17c2\u179b\u200b\u1787\u17b6\u200b\u1787\u17b6\u1794\u17cb\u200b\u179f\u17c4\u200b \u178a\u17c4\u1799\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1795\u17d2\u179f\u17c1\u1784
466
Errors=\u1780\u17c6\u17a0\u17bb\u179f
467
Escala=\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793
468
Escala_Maxima=\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793\u200b\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6
469
Escala_Minima=\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793\u200b\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6
470
EscaladoX=\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793 X \u17d6
471
EscaladoY=\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793 Y \u17d6
472
EscaladoZ=\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793 Z \u17d6
473
Escoger_Fun_Resumen=<-
474
Especifique_fichero_shp_resultante=\u17a2\u17d2\u1793\u1780\u200b\u1793\u17b9\u1784\u200b\u178f\u17d2\u179a\u17bc\u200b\u179c\u1794\u17b6\u1793\u200b\u179f\u17d2\u1793\u17be\u200b\u17b2\u17d2\u1799\u200b\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb shapefile \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb \n\u1795\u17d2\u1791\u17bb\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1794\u178e\u17d2\u178a\u17b6\u1789\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u179f\u1798\u17d2\u17a2\u17b6\u178f \u17d4
475
Este\ fichero\ no\ es\ posible\ abirlo\ como\n\ \ \ \ \ \ \ \ //\ capa\ de\ anotaciones=\u17af\u1780\u179f\u17b6\u179a\u200b\u1793\u17c1\u17c7\u200b\u1798\u17b7\u1793\u17a2\u17b6\u1785\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1794\u17be\u1780\u200b\u1787\u17b6\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1\u00a0\u17d4
476
Esten_contenidos_en=\u1798\u17b6\u1793\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784
477
Estilo=\u179a\u1785\u1793\u17b6\u1794\u17d0\u1791\u17d2\u1798 \u17d6
478
Etiqueta=\u179f\u17d2\u179b\u17b6\u1780
479
Etiquetado=\u178a\u17b6\u1780\u17cb\u200b\u179f\u17d2\u179b\u17b6\u1780
480
Etiquetados=\u178a\u17b6\u1780\u17cb\u179f\u17d2\u179b\u17b6\u1780
481
Etiquetas_estandar=\u179f\u17d2\u179b\u17b6\u1780\u200b\u179f\u17d2\u178f\u1784\u17cb\u178a\u17b6\u179a
482
Evaluate_Topology=\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u179f\u1780\u1798\u17d2\u1798
483
Examinar=\u1787\u17d2\u179a\u17be\u179f\u200b\u200b...
484
Examine=\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b
485
Excel=Excel
486
Exception=\u1798\u17b7\u1793\u200b\u179a\u17b6\u1794\u17cb\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b
487
Exception_adding_geometric_info=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1781\u178e\u17c8\u1796\u17c1\u179b\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a
488
Ext3D.latitude=LAT
489
Ext3D.longitude=LONG
490
Extension=\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798
491
Extent=\u1796\u1784\u17d2\u179a\u17b8\u1780
492
Extrusion=\u1780\u17b6\u179a\u200b\u1799\u1780\u1785\u17c1\u1789
493
FACTORY_EXCEPTION=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784 \u17d4
494
FEATURE_ID=FID
495
FFrameBasic=FFrameBasic
496
FFrameGraphics=FFrameGraphics
497
FFrameGrid=FFrameGrid
498
FFrameGroup=FFrameGroup
499
FFrameLegend=FFrameLegend
500
FFrameNorth=FFrameNorth
501
FFrameOverView=FFrameOverView
502
FFramePicture=FFramePicture
503
FFrameScaleBar=FFrameScaleBar
504
FFrameSymbol=FFrameSymbol
505
FFrameTable=FFrameTable
506
FFrameText=FFrameText
507
FFrameView=FFrameView
508
FIXING_ERROR=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1780\u17c2\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6...
509
FMAPMUSTBECLOSED=<HTML> \u1782\u17d2\u179a\u1794\u17cb\u200b<b>\u1796\u17a0\u17bb\u1780\u17c4\u178e</b> \u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u200b\u179a\u1794\u179f\u17cb\u200b <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b <b>\u1794\u17b7\u1791</b></HTML>
510
Factor=\u1780\u178f\u17d2\u178f\u17b6
511
Failed_adding_the_layer_to_TOC=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796 \u17d4
512
Failed_calculating_area_of_geometry=\u1794\u17b6\u1793\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1782\u178e\u1793\u17b6\u200b\u1795\u17d2\u1791\u17c3\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a
513
Failed_calculating_geometry_points=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1782\u178e\u1793\u17b6\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a \u17d4
514
Failed_calculating_perimeter_of_geometry=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1782\u178e\u1793\u17b6\u200b\u200b\u1794\u179a\u17b7\u1798\u17b6\u178f\u17d2\u179a\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b
515
Failed_canceling_the_current_task_of_creation_a_buffer_layer=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u17c4\u17c7\u1794\u1784\u17cb\u200b\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793
516
Failed_canceling_the_layer=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u17c4\u17c7\u1794\u1784\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
517
Failed_creating_XML_document=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u17af\u1780\u179f\u17b6\u179a XML \u17d4
518
Failed_creating_geometry=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a \u17d4
519
Failed_creating_the_new_layer=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1790\u17d2\u1798\u17b8 \u17d4
520
Failed_creating_the_temporal_layer=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1794\u178e\u17d2\u178a\u17c4\u17c7\u17a2\u17b6\u179f\u1793\u17d2\u1793 \u17d4
521
Failed_creting_new_field=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179c\u17b6\u179b\u200b\u1790\u17d2\u1798\u17b8
522
Failed_doing_backup_of_project_to_be_overwritten=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1798\u17d2\u179a\u17bb\u1784\u200b\u1791\u17bb\u1780\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u1782\u1798\u17d2\u179a\u17c4\u1784\u200b\u17b2\u17d2\u1799\u200b\u179f\u179a\u179f\u17c1\u179a\u200b\u1787\u17b6\u1793\u17cb\u200b\u179b\u17be \u17d4
523
Failed_filling_table=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u17c6\u1796\u17c1\u1789\u200b\u178f\u17b6\u179a\u17b6\u1784
524
Failed_finishing_the_derivative_geometries_tool_in_layer=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1789\u17d2\u1785\u1794\u17cb\u200b\u1780\u17b6\u179a\u200b\u1782\u178e\u1793\u17b6\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u178a\u17c2\u179b\u200b\u1780\u17d2\u179b\u17b6\u1799\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
525
Failed_getting_a_geometry_a_line_wont_be_created=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1791\u17c5\u200b\u1799\u1780\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a \u17d4 \u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1793\u17b9\u1784\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1791\u17c1 \u17d4
526
Failed_getting_a_geometry_a_polygon_wont_be_created=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1791\u17c5\u200b\u1799\u1780\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a \u17d4 \u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1793\u17b9\u1784\u200b\u1798\u17b7\u1793\u200b\u200b\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1791\u17c1 \u17d4
527
Failed_getting_geometries=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1791\u1791\u17bd\u179b\u200b\u200b\u1799\u1780\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b
528
Failed_getting_geometry=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1791\u17c5\u200b\u1799\u1780\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a \u17d4
529
Failed_getting_the_features_indexes=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1791\u17c5\u200b\u1799\u1780\u200b\u200b\u179b\u17b7\u1794\u17b7\u1780\u17d2\u179a\u1798\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1796\u17b7\u179f\u17c1\u179f \u17d4
530
Failed_initializing_the_backup_of_previous_project_to_be_overwritten_extension=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u200b\u1795\u17d2\u1793\u17c2\u1780\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1794\u1798\u17d2\u179a\u17bb\u1784\u200b\u1791\u17bb\u1780\u200b\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u1782\u1798\u17d2\u179a\u17c4\u1784 \u17d4
531
Failed_loading_features=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u200b\u179a\u1795\u17d2\u1791\u17bb\u1780\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f \u17d4
532
Failed_loading_fields=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u179c\u17b6\u179b
533
Failed_loading_the_project=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u1782\u1798\u17d2\u179a\u17c4\u1784
534
Failed_loding_quick_info_tool_data_selection_panel=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u1794\u1793\u17d2\u1791\u17c7\u200b\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u179a\u17a0\u17d0\u179f \u17d4
535
Failed_pausing_the_process=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1795\u17d2\u17a2\u17b6\u1780\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a \u17d4
536
Failed_processing_the_geometries=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a \u17d4
537
Failed_reloading_the_layer=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u200b\u179a\u1795\u17d2\u1791\u17bb\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789
538
Failed_restoring_active_layers=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u179f\u17d2\u178a\u17b6\u179a\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179f\u1780\u1798\u17d2\u1798\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789
539
Failed_restoring_layer_fields_should_remove_and_add_the_layer_to_have_consistent_data=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u179f\u17d2\u178a\u17b6\u179a\u200b\u179c\u17b6\u179b\u200b\u179a\u1794\u179f\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\n \u17a2\u17d2\u1793\u1780\u200b\u1782\u17bd\u179a\u200b\u178f\u17c2\u200b\u179b\u17bb\u1794\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb \u17a0\u17be\u1799\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179c\u17b6\u200b\u1798\u17d2\u178a\u1784\u200b\u1791\u17c0\u178f\u200b\u1791\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u178f\u17b6\u179a\u17b6\u1784\u200b\u1798\u17b6\u178f\u17b7\u1780\u17b6\u200b\u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1791\u1791\u17bd\u179b\u200b\u1794\u17b6\u1793\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u179f\u17d2\u1790\u17b7\u178f\u179f\u17d2\u1790\u17c1\u179a \u17d4
540
Failed_restoring_layer_in_edition_mode=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u179f\u17d2\u178a\u17b6\u179a\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u179a\u1794\u17c0\u1794\u200b\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u200b\u17a1\u17be\u1784\u179c\u17b7\u1789
541
Failed_resuming_the_process=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1793\u17d2\u178f\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a \u17d4
542
Failed_saving_active_layer_indexes=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u179b\u17b7\u1794\u17b7\u1780\u17d2\u179a\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179f\u1780\u1798\u17d2\u1798
543
Failed_saving_the_layer=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
544
Failed_selecting_geometries=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a \u17d4
545
Failed_selecting_geometries_by_circle_topology_exception_explanation=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u1792\u179a\u178e\u17b7\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb \u17d4\n\u1795\u17d2\u1791\u17c3\u200b\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u179a\u1784\u17d2\u179c\u17b6\u179f\u17cb\u200b\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c\u200b\u1781\u17d2\u179b\u17c7 \u17d4 \u179f\u17bc\u1798\u200b\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789 \u17d4
546
Failed_selecting_geometries_by_polyline_topology_exception_explanation=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u200b\u179a\u1787\u17d2\u179a\u17be\u179f\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb \u17d4\n\u1795\u17d2\u1791\u17c3\u200b\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17bd\u1799\u200b\u1785\u17c6\u1793\u17bd\u1793\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4 \u179f\u17bc\u1798\u200b\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789 \u17d4
547
Failed_selecting_geometries_in_layer=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1796\u17b8\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb \u17d4
548
Failed_selecting_layer=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb \u17d4
549
Failed_the_load=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1795\u17d2\u1791\u17bb\u1780 \u17d4
550
Failed_the_process=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799
551
Failed_the_process_Shouldnt_work_with_the_layer=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u17a0\u17be\u1799 \u17d4 \u17a2\u17d2\u1793\u1780\u200b\u1798\u17b7\u1793\u1782\u17bd\u179a\u200b\u1792\u17d2\u179c\u17be\u1780\u17b6\u179a\u200b\u1787\u17b6\u200b\u1798\u17bd\u1799\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1793\u17c1\u17c7\u200b\u1791\u17c1
552
Failed_transforming_XML_to_String=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u200b\u179a\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1796\u17b8 XML \u1791\u17c5\u200b\u1787\u17b6\u200b\u1781\u17d2\u179f\u17c2\u17a2\u1780\u17d2\u179f\u179a \u17d4
553
Failed_unregistering_derivative_geometry_control_panel_listener=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u179b\u17bb\u1794\u200b\u1788\u17d2\u1798\u17c4\u17c7\u200b\u200b\u1794\u1793\u17d2\u1791\u17c7\u200b\u178f\u17d2\u179a\u17bd\u178f\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1795\u17d2\u1793\u17c2\u1780\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u178a\u17c2\u179b\u200b\u1780\u17d2\u179b\u17b6\u1799 \u17d4
554
Failed_updating_features=\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u200b\u1797\u17b6\u1796\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1796\u17b7\u179f\u17c1\u179f \u17d4
555
Feature_1=\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f A
556
Feature_2=\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f B
557
Features=\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f
558
Fichero=\u17af\u1780\u179f\u17b6\u179a
559
Fichero_para_capa_corregida=\u17af\u1780\u179f\u17b6\u179a\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c
560
Ficheros_ADF=Arc/Info Binary Grid (*.adf)
561
Ficheros_DGN=MicroStation Design (*.dgn)
562
Ficheros_DWG=CAD Drawing (*.dwg)
563
Ficheros_ECW=ERMapper Compressed Wavelet (*.ecw)
564
Ficheros_ERS=ERMapper (*.ers)
565
Ficheros_EXP=Expression (*.exp)
566
Ficheros_GGR=Gimp Gradient
567
Ficheros_GIF=Graphics Interchange Format (*.gif)
568
Ficheros_GPL=Gimp Palette
569
Ficheros_GSB=Grid Shift Binary (*.gsb)
570
Ficheros_IMG=ERDAS IMAGINE (*.img)
571
Ficheros_KML=Keyhole Markup Language (*.kml)
572
Ficheros_LAN=ERDAS 7 (*.lan, *.gis)
573
Ficheros_MPL=ILWIS Raster Map (*.mpr, *.mpl)
574
Ficheros_NET=Network (*.net)
575
Ficheros_PGM=Netpbm Greyscale (*.pgm)
576
Ficheros_PIX=PCI Geomatics Database File (*.pix)
577
Ficheros_PPM=Netpbm RGB (*.ppm)
578
Ficheros_PROP=Properties (*.properties)
579
Ficheros_RAW=ERDAS IMAGINE Raw (*.raw)
580
Ficheros_RMF=Raster Metafile (*.rmf)
581
Ficheros_RST=IDRISI Raster (*.rst)
582
Ficheros_SHP=\u17af\u1780\u179f\u17b6\u179a SHP
583
Ficheros_SID=MrSID (*.sid)
584
Ficheros_SVG=Scalable Vector Graphics (*.svg)
585
Ficheros_TFW=TIFF World File (*.tfw)
586
Ficheros_TIF=(Geo)TIFF (*.tif, *.tiff)
587
Ficheros_TREE=Decision Tree (*.tree)
588
Ficheros_TXT=Text (*.txt)
589
Ficheros_WLD=World File (*.wld)
590
Ficheros_XLS=Excel Spreadsheet (*.xls)
591
Ficheros_XML=Extensible Markup Language (*.xml)
592
Ficheros_csv=Comma Separated Values (*.csv)
593
Ficheros_dbf=DBase File (*.dbf)
594
Ficheros_de_cartografia=\u17af\u1780\u179f\u17b6\u179a\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
595
FieldDecimalCount=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1781\u17d2\u1791\u1784\u17cb\u200b\u1791\u179f\u1797\u17b6\u1782
596
FieldDefaultValue=\u178f\u1798\u17d2\u179b\u17c3\u200b\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798
597
FieldLength=\u1794\u17d2\u179a\u179c\u17c2\u1784
598
FieldName=\u1788\u17d2\u1798\u17c4\u17c7
599
FieldType=\u1794\u17d2\u179a\u1797\u17c1\u1791
600
Field_already_exists__=\u1798\u17b6\u1793\u200b\u179c\u17b6\u179b\u200b\u179a\u17bd\u1785\u200b\u17a0\u17be\u1799 \u17d6
601
Field_prefix_=\u1794\u17bb\u1796\u17d2\u179c\u1794\u1791\u200b\u179c\u17b6\u179b \u17d6
602
Field_to_use_for_JOIN_=\u179c\u17b6\u179b\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb \u17d6
603
Field_with_From_ID=\u179c\u17b6\u179b\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u179b\u17c1\u1781\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u200b\u1798\u1780\u200b\u1796\u17b8
604
Field_with_To_ID=\u179c\u17b6\u179b\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u179b\u17c1\u1781\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u200b\u1787\u17bc\u1793\u200b\u1785\u17c6\u1796\u17c4\u17c7
605
Field_with_turn_cost=\u179c\u17b6\u179b\u200b\u1798\u17b6\u1793\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u178f\u17d2\u179a\u17a1\u1794\u17cb
606
Fields=\u179c\u17b6\u179b
607
File=\u17af\u1780\u179f\u17b6\u179a
608
File_Format=\u17af\u1780\u179f\u17b6\u179a\u200b\u179b\u1791\u17d2\u1792\u1795\u179b
609
File_exists_Do_you_want_to_overwrite_it=\u1798\u17b6\u1793\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u179a\u17bd\u1785\u200b\u17a0\u17be\u1799 \u17d4 \u178f\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1785\u1784\u17cb\u200b\u179f\u179a\u179f\u17c1\u179a\u200b\u1787\u17b6\u1793\u17cb\u200b\u179b\u17be\u200b\u179c\u17b6\u200b\u178a\u17c2\u179a\u17ac\u1791\u17c1 ?
610
File_exists_Do_you_want_to_overwrite_it?=\u1798\u17b6\u1793\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u179a\u17bd\u1785\u200b\u17a0\u17be\u1799 \u17d4 \u178f\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1785\u1784\u17cb\u200b\u179f\u179a\u179f\u17c1\u179a\u200b\u1787\u17b6\u1793\u17cb\u200b\u179b\u17be\u200b\u179c\u17b6\u200b\u178a\u17c2\u179a\u17ac\u1791\u17c1 ?
611
Finished_the_derivative_geometries_tool_in_layers=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u178a\u17c2\u179b\u200b\u1780\u17d2\u179b\u17b6\u1799\u200b\u1794\u17b6\u1793\u200b\u1794\u1789\u17d2\u1785\u1794\u17cb\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb \u17d4
612
First_point_coordinates=\u1780\u17bc\u17a2\u179a\u178a\u17c4\u178e\u17c1\u200b\u1793\u17c3\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u178a\u17c6\u1794\u17bc\u1784
613
Fix_parameters=\u1794\u17c9\u17b6\u179a\u17c9\u17b6\u1798\u17c9\u17c2\u178f\u17d2\u179a\u200b\u1790\u17c1\u179a
614
Fixed_position_counting_from_bottom=\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u1790\u17c1\u179a\u200b\u179a\u17b6\u1794\u17cb\u200b\u1796\u17b8\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u179a\u17c4\u1798
615
Fixed_position_counting_from_top=\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u1790\u17c1\u179a\u200b\u179a\u17b6\u1794\u17cb\u200b\u1796\u17b8\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1781\u17b6\u1784\u200b\u179b\u17be
616
Flat=\u179a\u17b6\u1794\u179f\u17d2\u1798\u17be
617
Flatness=\u1797\u17b6\u1796\u200b\u179a\u17b6\u1794\u179f\u17d2\u1798\u17be
618
Flip_Lines=\u178f\u17d2\u179a\u17a1\u1794\u17cb\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
619
Flip_lines=\u178a\u17b6\u1780\u17cb\u200b\u1794\u1789\u17d2\u1785\u17d2\u179a\u17b6\u179f\u200b\u179b\u17c6\u178a\u17b6\u1794\u17cb\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
620
Font=\u1796\u17bb\u1798\u17d2\u1796\u17a2\u1780\u17d2\u179f\u179a
621
Format_selection=\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u200b\u1791\u17d2\u179a\u1784\u17cb\u1791\u17d2\u179a\u17b6\u1799
622
Formato=\u1791\u17d2\u179a\u1784\u17cb\u1791\u17d2\u179a\u17b6\u1799
623
Formato_de_numero_erroneo=\u1791\u17d2\u179a\u1784\u17cb\u1791\u17d2\u179a\u17b6\u1799\u200b\u179b\u17c1\u1781\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
624
Fuente=\u1796\u17bb\u1798\u17d2\u1796\u17a2\u1780\u17d2\u179f\u179a
625
Fuera=\u1781\u17b6\u1784\u200b\u1780\u17d2\u179a\u17c5\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
626
FullScreen=\u1796\u17c1\u1789\u17a2\u17c1\u1780\u17d2\u179a\u1784\u17cb
627
Funciones_Sumarizacion=\u178a\u17b6\u1780\u17cb\u200b\u1787\u17b6\u200b\u1780\u17d2\u179a\u17bb\u1798\u200b\u178f\u17b6\u1798\u200b\u1798\u17bb\u1781\u1784\u17b6\u179a
628
GAPS=\u1785\u1793\u17d2\u179b\u17c4\u17c7
629
GC=\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u17a2\u17b6\u1785\u200b\u1782\u178e\u1793\u17b6\u200b\u1794\u17b6\u1793
630
GC_Desc=Geoprocesses \u178a\u17c2\u179b\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1780\u17b7\u1785\u17d2\u1785\u1780\u17b6\u179a\u200b\u1791\u17b6\u1780\u17cb\u1791\u1784\u200b\u1787\u17b6\u200b\u1798\u17bd\u1799\u200b\u1793\u17b9\u1784\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u17a2\u17b6\u1785\u200b\u1782\u178e\u1793\u17b6\u200b\u1794\u17b6\u1793 \u17d4
631
GEOMETRY_INFO=\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17c3\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f
632
GEOS=GEOS
633
GEO_position=\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u1797\u17bc\u1798\u17b7\u179f\u17b6\u179f\u17d2\u178f\u17d2\u179a
634
GL=\u1791\u17c1
635
GML=Geography Markup Language (GML)...
636
GROUP=GROUP
637
GT2_BOUNDING_TRIANGLE=Geotools 2 \u1780\u17b6\u179a\u200b\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u200b\u1780\u17d2\u1794\u17bd\u1793\u200b\u178a\u17c4\u17c7\u179f\u17d2\u179a\u17b6\u1799\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u178f\u17d2\u179a\u17b8\u1780\u17c4\u178e\u200b\u178a\u17c2\u179b\u200b\u17a2\u17b6\u1785\u200b\u1794\u1784\u17d2\u1780\u17be\u1793\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u178f\u17d2\u179a\u17b8\u1780\u17c4\u178e\u200b\u1798\u17b6\u1793\u200b\u1796\u17d2\u179a\u17c6\u178a\u17c2\u1793 \u17d4
638
GT2shp=GT2shp
639
Gall_Stereographic=\u179f\u17d2\u178f\u17c1\u179a\u17c9\u17c1\u17a2\u17bc\u200b\u1780\u17d2\u179a\u17b6\u17a0\u17d2\u179c\u17b7\u1780 Gall
640
General=\u1791\u17bc\u1791\u17c5
641
GeneralLabeling.sample_text=\u17a2\u178f\u17d2\u1790\u1794\u1791\u200b\u1782\u17c6\u179a\u17bc
642
Generalitation=\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u1791\u17bc\u1791\u17c5
643
Generalization=\u1791\u17bc\u1791\u17c5\u200b\u1780\u1798\u17d2\u1798
644
Generando_red_a_partir_de_capa_lineal=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1794\u178e\u17d2\u178a\u17b6\u1789\u200b\u1796\u17b8\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb...
645
Generando_topologia_de_poligonos=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
646
Generar_Intervalos=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7
647
Generar_Red==\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u1794\u178e\u17d2\u178a\u17b6\u1789
648
Generate=\u1794\u1784\u17d2\u1780\u17be\u178f
649
Generate_Tfw_=\u1794\u1784\u17d2\u1780\u17be\u178f Tfw \u17d6
650
Generate_line=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
651
Generate_polygon=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
652
Generated_File=\u17af\u1780\u179f\u17b6\u179a\u200b\u179b\u1791\u17d2\u1792\u1795\u179b
653
GeoDB=GeoDB
654
GeoProcessing=Geoprocessing
655
GeoProcessing\ Manager=\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784 Geoprocessing
656
Geom_AREA=Geom_AREA
657
Geom_LENGTH=Geom_LENGTH
658
GeometryPropertyType=\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a
659
Geometry_not_found_in_radius_search=\u179a\u1780\u200b\u1798\u17b7\u1793\u1783\u17be\u1789\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u17c6\u179f\u17d2\u179c\u17c2\u1784\u179a\u1780\u200b\u1791\u17c1 \u17d4
660
Geometry_types=\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a
661
Geometry_without_info=\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1782\u17d2\u1798\u17b6\u1793\u200b\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793
662
Geoprocesos=Geoprocesses
663
German_legal_metre=German legal metres
664
Gestor_de_Geoprocesos=\u1794\u17d2\u179a\u17a2\u1794\u17cb\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd Geoprocess
665
Gnomonic=Gnomonic
666
Gold_Coast_foot=Gold Coast feet
667
Goode=Goode
668
Grados=\u178a\u17ba\u1780\u17d2\u179a\u17c1
669
Graficos=\u1780\u17d2\u179a\u17b6\u17a0\u17d2\u179c\u17b7\u1780
670
Grid=\u1780\u17d2\u179a\u17a1\u17b6\u1785\u178f\u17d2\u179a\u1784\u17d2\u1782
671
Grid_settings=\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1780\u17d2\u179a\u17a1\u17b6\u1785\u178f\u17d2\u179a\u1784\u17d2\u1782
672
Grosor_de_linea=\u1791\u1791\u17b9\u1784\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
673
GroupByField_not_initialized=GroupByField \u1798\u17b7\u1793\u200b\u1794\u17b6\u1793\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u200b\u1791\u17c1
674
Guardar=\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780
675
Guardar_el_zoom_actual=\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1780\u17b6\u179a\u200b\u1796\u1784\u17d2\u179a\u17b8\u1780\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793
676
Guardar_leyenda=\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u178f\u17b6\u1784
677
HTML_and_text_formats=\u178f\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u17a2\u178f\u17d2\u1790\u1794\u1791 \u1793\u17b7\u1784\u200b\u17af\u1780\u179f\u17b6\u179a HTML
678
Habilitar_etiquetado=\u1794\u17be\u1780\u200b\u1780\u17b6\u179a\u200b\u178a\u17b6\u1780\u17cb\u200b\u179f\u17d2\u179b\u17b6\u1780
679
Hammer_Aitoff=Hammer Aitoff
680
HanegadasC=Hanegadas (Castilla)
681
HanegadasV=Hanegadas (Valencia)
682
HeadMounted=\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u1780\u17d2\u1794\u17b6\u179b\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u179a\u17c0\u1794\u1785\u17c6
683
Hectareas=\u17a0\u17b7\u1785\u200b\u178f\u17b6\u200b
684
Height=\u1780\u1798\u17d2\u1796\u179f\u17cb
685
Heigth_Z=\u178f\u1798\u17d2\u179b\u17c3 Z \u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
686
Heigth_layer_question=\u1780\u1798\u17d2\u1796\u179f\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a (\u1782\u17b7\u178f\u200b\u1787\u17b6\u200b\u1798\u17c9\u17c2\u178f\u17d2\u179a)
687
Herramienta_georeferenciacion=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1780\u17c6\u178e\u178f\u17cb
688
Herramientas=\u17a7\u1794\u1780\u179a\u178e\u17cd
689
Herramientas_Mapa=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1794\u17d2\u179b\u1784\u17cb
690
Herramientas_SEXTANTE=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a SEXTANTE GIS
691
Herramientas_Tabla=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u178f\u17b6\u179a\u17b6\u1784
692
Herramientas_de_analisis=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u179c\u17b7\u1797\u17b6\u1782
693
Herramientas_localizador=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u179a\u17bb\u1780\u179a\u1780\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798
694
Herramientas_vista=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796
695
Hight=\u1780\u1798\u17d2\u1796\u179f\u17cb \u17d6
696
Hiperenlace=\u178f\u17c6\u178e\u1781\u17d2\u1796\u179f\u17cb\u200b
697
Historial=\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1796\u17b6\u1780\u17d2\u1799\u200b\u1794\u1789\u17d2\u1787\u17b6
698
HorizontalInterlace=\u178f\u17d2\u179a\u1794\u17b6\u1789\u17cb\u200b\u1795\u17d2\u178a\u17c1\u1780
699
HorizontalSplit=\u1796\u17bb\u17c7\u200b\u1795\u17d2\u178a\u17c1\u1780
700
Hotine_Oblique_Mercator_Two_Point_Center=Hotine-Oblique Mercator \u1796\u17b8\u179a\u200b\u1785\u17c6\u178e\u17bb\u1785
701
Hyperlink=\u178f\u17c6\u178e\u200b\u1781\u17d2\u1796\u179f\u17cb
702
Hyperlink_Settings=\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u178f\u17c6\u178e\u200b\u1781\u17d2\u1796\u179f\u17cb
703
Hyperlink__field_value_is_not_valid_file=\u178f\u1798\u17d2\u179b\u17c3\u200b\u179c\u17b6\u179b\u200b\u178f\u17c6\u178e\u200b\u1781\u17d2\u1796\u179f\u17cb\u200b\u1798\u17b7\u1793\u200b\u1798\u17c2\u1793\u200b\u1787\u17b6\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c\u200b\u1791\u17c1
704
Hyperlink_linked_field_doesnot_exist=\u178f\u17c6\u178e\u1781\u17d2\u1796\u179f\u17cb\u200b\u1794\u17b6\u1793\u200b\u178f\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u179c\u17b6\u179b\u200b\u178a\u17c2\u179b\u200b\u1798\u17b7\u1793\u200b\u1791\u17b6\u1793\u17cb\u1798\u17b6\u1793
705
Hyperlink_settings=\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u178f\u17c6\u178e\u1781\u17d2\u1796\u179f\u17cb
706
I18nPreferencePage.Activar=\u179f\u1780\u1798\u17d2\u1798
707
I18nPreferencePage.Desinstalar=\u179b\u17bb\u1794
708
I18nPreferencePage.Desinstalar_idioma_tooltip=\u179b\u17bb\u1794\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) gvSIG
709
I18nPreferencePage.Idioma=\u1797\u17b6\u179f\u17b6
710
I18nPreferencePage.Instalar=\u178a\u17c6\u17a1\u17be\u1784
711
I18nPreferencePage.Instalar_idioma_tooltip=\u178a\u17c6\u17a1\u17be\u1784\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u200b\u1790\u17d2\u1798\u17b8 \u17ac\u200b\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u200b\u1797\u17b6\u1796\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u179f\u17d2\u179a\u17b6\u1794\u17cb
712
I18nPreferencePage.Locale_code=\u1780\u17bc\u178a\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale)
713
I18nPreferencePage.Pais=\u1794\u17d2\u179a\u1791\u17c1\u179f
714
I18nPreferencePage.Variante=\u179c\u17c9\u17b6\u179a\u17d2\u1799\u1784\u17cb
715
I18nPreferencePage.al_archivo=\u1791\u17c5\u200b\u17af\u1780\u179f\u17b6\u179a \u17d6
716
I18nPreferencePage.archivos_jar=\u17af\u1780\u179f\u17b6\u179a .zip \u1793\u17b7\u1784 .jar
717
I18nPreferencePage.ayuda=\u1794\u17d2\u179a\u179f\u17b7\u1793\u200b\u1794\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178a\u17bc\u179a\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793\u200b (Locale) \u179f\u1780\u1798\u17d2\u1798 \u179c\u17b6\u200b\u1793\u17b9\u1784\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1794\u17d2\u179a\u17be\u1794\u17d2\u179a\u17b6\u179f\u17cb\u200b\u200b\u1791\u17c1 \u1791\u17b6\u179b\u17cb\u200b\u178f\u17c2\u200b\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789
718
I18nPreferencePage.colaboracion=\u1794\u17d2\u179a\u179f\u17b7\u1793\u200b\u1794\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1785\u1784\u17cb\u200b\u1787\u17bd\u1799\u200b\u1794\u1780\u1794\u17d2\u179a\u17c2 gvSIG \u1791\u17b6\u1780\u17cb\u1791\u1784\u200b\u1798\u1780\u200b\u1799\u17be\u1784\u200b\u178f\u17b6\u1798\u200b\u179a\u1799\u17c8\u200b\u200b\u17a2\u17b6\u179f\u1799\u178a\u17d2\u178b\u17b6\u1793\u200b\u17a2\u17ca\u17b8\u1798\u17c2\u179b \u17d6 i18n_management@lists.gvsig.org
719
I18nPreferencePage.confirmar_desinstalar_idioma=\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u200b\u1780\u17b6\u179a\u200b\u179b\u17bb\u1794\u200b\u200b\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale)
720
I18nPreferencePage.en_archivo=\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u17af\u1780\u179f\u17b6\u179a \u17d6
721
I18nPreferencePage.error_actualizar_idioma=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1781\u178e\u17c8\u200b\u1796\u17c1\u179b\u200b\u1792\u17d2\u179c\u17be\u200b\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale)
722
I18nPreferencePage.error_desinstalar_idioma=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1781\u178e\u17c8\u200b\u1796\u17c1\u179b\u200b\u179b\u17bb\u1794\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale)
723
I18nPreferencePage.error_instalar_idiomas=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u179a\u200b\u178a\u17c6\u17a1\u17be\u1784\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale)
724
I18nPreferencePage.exportado_textos_idioma=\u17a2\u178f\u17d2\u1790\u1794\u1791\u200b\u179a\u1794\u179f\u17cb\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1793\u17b6\u17c6\u1785\u17c1\u1789
725
I18nPreferencePage.exportar_actualizar=\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796
726
I18nPreferencePage.exportar_actualizar_tooltip=\u1793\u17b6\u17c6\u1785\u17c1\u1789\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1794\u17c6\u1796\u17c1\u1789 \u17ac\u200b\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u200b\u1797\u17b6\u1796\u200b\u179c\u17b6
727
I18nPreferencePage.exportar_idioma=\u1793\u17b6\u17c6\u1785\u17c1\u1789\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale)
728
I18nPreferencePage.exportar_traducir=\u1794\u1780\u1794\u17d2\u179a\u17c2
729
I18nPreferencePage.exportar_traducir_tooltip=\u1793\u17b6\u17c6\u1785\u17c1\u1789\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f\u200b \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1794\u1780\u1794\u17d2\u179a\u17c2\u200b\u1787\u17b6\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793\u200b\u1790\u17d2\u1798\u17b8\u200b\u1798\u17bd\u1799
730
I18nPreferencePage.idioma_actual_no_puede_desinstalar=\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793\u200b (Locale) \u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u200b\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u179b\u17bb\u1794\u200b\u1791\u17c1
731
I18nPreferencePage.idioma_preparado_traducir=\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u179a\u17c0\u1794\u1785\u17c6\u200b \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1794\u1780\u1794\u17d2\u179a\u17c2
732
I18nPreferencePage.idiomas_instalados=\u1794\u17b6\u1793\u200b\u178a\u17c6\u17a1\u17be\u1784 \u17ac\u200b\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u17d6
733
I18nPreferencePage.idiomas_no_encontrados_para_instalar=<html>\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u178a\u17c6\u17a1\u17be\u1784 \u17ac\u200b\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796 \u17d4<br>\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u200b\u1798\u17be\u179b\u200b\u17af\u1780\u179f\u17b6\u179a ZIP \u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1793\u17b6\u17c6\u1785\u17bc\u179b\u200b\u200b\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u17af\u1780\u179f\u17b6\u179a locales.csv \u1793\u17b7\u1784\u200b\u1799\u17c9\u17b6\u1784\u200b\u17a0\u17c4\u1785\u200b\u178e\u17b6\u179f\u17cb<br>\u17af\u1780\u179f\u17b6\u179a \u200ba .properties \u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u17a2\u178f\u17d2\u1790\u1794\u1791\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1797\u17b6\u179f\u17b6\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1793\u17b6\u17c6\u1785\u17bc\u179b</html>
734
I18nPreferencePage.instalar_idiomas=\u178a\u17c6\u17a1\u17be\u1784\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale)
735
I18nPreferencePage.seguro_desea_desinstalar_idioma=\u178f\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1794\u17d2\u179a\u17b6\u1780\u178a\u200b\u1787\u17b6\u200b\u1785\u1784\u17cb\u200b\u179b\u17bb\u1794\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f\u200b \u17d6
736
I18nPreferencePage.seleccione_idioma=\u1787\u17d2\u179a\u17be\u179f\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796
737
I18nPreferencePage.seleccione_idioma_actualizar=\u1787\u17d2\u179a\u17be\u179f\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale)\u200b \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1792\u17d2\u179c\u17be\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796
738
I18nPreferencePage.seleccione_idioma_desinstalar=\u1787\u17d2\u179a\u17be\u179f\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793\u200b (Locale) \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u179b\u17bb\u1794
739
I18nPreferencePage.seleccione_idioma_referencia=\u1787\u17d2\u179a\u17be\u179f\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1794\u17d2\u179a\u17be\u200b\u1787\u17b6\u200b\u179f\u17c1\u1785\u1780\u17d2\u178a\u17b8\u200b\u1799\u17c4\u1784
740
I18nPreferencePage.seleccione_idioma_traducir=\u1787\u17d2\u179a\u17be\u179f\u200b\u1798\u17bc\u179b\u178a\u17d2\u178b\u17b6\u1793 (Locale) \u200b\u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1794\u1780\u1794\u17d2\u179a\u17c2
741
IAU2000=IAU2000
742
ID=\u179b\u17c1\u1781\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb
743
INCORRECT_VERROR_LINKS=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
744
INFO=\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793
745
Icon_not_found_=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u179a\u17bc\u1794\u178f\u17c6\u178e\u17b6\u1784
746
Identificar_Resultados=\u179b\u1791\u17d2\u1792\u1795\u179b\u200b\u200b\u1793\u17c3\u200b\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u179a\u17be\u179f
747
Igual_que_la_impresora=\u178a\u17bc\u1785\u200b\u1798\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u200b\u1794\u17c4\u17c7\u1796\u17bb\u1798\u17d2\u1796
748
Image=\u179a\u17bc\u1794\u1797\u17b6\u1796
749
Image_format=\u178f\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u1780\u17b6\u1793\u17cb\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u179a\u17bc\u1794\u1797\u17b6\u1796
750
Imagen=\u179a\u17bc\u1794\u1797\u17b6\u1796
751
Implimir=\u1794\u17c4\u17c7\u1796\u17bb\u1798\u17d2\u1796...
752
Importar=\u1793\u17b6\u17c6\u1785\u17bc\u179b
753
Importar_Objeto_3D=\u1793\u17b6\u17c6\u1785\u17bc\u179b\u200b\u179c\u178f\u17d2\u1790\u17bb\u200b\u178f\u17d2\u179a\u17b8\u1798\u17b6\u178f\u17d2\u179a
754
Importar_Objeto_3D_Vectorial=\u1793\u17b6\u17c6\u1785\u17bc\u179b\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u178f\u17d2\u179a\u17b8\u1798\u17b6\u178f\u17d2\u179a
755
Impossible_convert_to_polygon=\u1798\u17b7\u1793\u200b\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1791\u17c5\u200b\u1787\u17b6\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
756
Impossible_convert_to_polygon_the_geometry=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17c5\u200b\u1787\u17b6\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
757
Impossible_convert_to_polyline=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1794\u1793\u17d2\u179b\u17c2\u1784\u200b\u1791\u17c5\u200b\u1787\u17b6\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1785\u17d2\u179a\u17be\u1793\u1794\u17b6\u1793\u200b\u1791\u17c1
758
Imprimir=\u1794\u17c4\u17c7\u1796\u17bb\u1798\u17d2\u1796...
759
Incompatible_data_type_in_column_wont_modify_that_column=\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u1798\u17b7\u1793\u200b\u1786\u1794\u200b\u1782\u17d2\u1793\u17b6 \u1787\u17bd\u179a\u1788\u179a\u200b\u200b\u1793\u17b9\u1784\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1780\u17c2\u1794\u17d2\u179a\u17c2\u200b\u1791\u17c1
760
Incompatible_projection=\u1785\u17c6\u178e\u17c4\u179b\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1782\u17d2\u1793\u17b6 \u17d4
761
Increm_distancia_fusion=\u1794\u1784\u17d2\u1780\u17be\u1793\u200b\u1785\u1798\u17d2\u1784\u17b6\u1799\u200b\u179a\u17c6\u179b\u17b6\u1799
762
Incremental_DT_based_in_a_rectangular_bounding_box=TIN \u178a\u17c2\u179b\u200b\u17a2\u17b6\u1785\u200b\u1794\u1784\u17d2\u1780\u17be\u1793\u200b \u1795\u17d2\u17a2\u17c2\u1780\u200b\u179b\u17be\u200b\u178f\u17d2\u179a\u17b8\u1780\u17c4\u178e\u200b\u1798\u17b6\u1793\u200b\u1796\u17d2\u179a\u17c6\u178a\u17c2\u1793 \u17d4
763
Indexando=\u1780\u17c6\u1796\u17bb\u1784\u200b\u178a\u17b6\u1780\u17cb\u200b\u179b\u17b7\u1794\u17b7\u1780\u17d2\u179a\u1798...
764
Indexando_espacialmente=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179b\u17b7\u1794\u17b7\u1780\u17d2\u179a\u1798\u200b\u200b\u200b\u1791\u17c6\u17a0\u17c6\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb...
765
Indian_foot=\u17a0\u17d2\u179c\u17ca\u17b8\u178f\u1790\u17cd\u200b\u200b\u17a5\u178e\u17d2\u178c\u17b6
766
Indian_foot_(1937)=\u17a0\u17d2\u179c\u17ca\u17b8\u178f\u1790\u17cd\u200b\u200b\u17a5\u178e\u17d2\u178c\u17b6 (\u17e1\u17e9\u17e3\u17e7)
767
Indian_foot_(1962)=\u17a0\u17d2\u179c\u17ca\u17b8\u178f\u1790\u17cd\u200b\u200b\u17a5\u178e\u17d2\u178c\u17b6 (\u17e1\u17e9\u17e6\u17e2)
768
Indian_foot_(1975)=\u17a0\u17d2\u179c\u17ca\u17b8\u178f\u1790\u17cd\u200b\u200b\u17a5\u178e\u17d2\u178c\u17b6 (\u17e1\u17e9\u17e7\u17e5)
769
Indian_yard=\u1799\u17c9\u17b6\u178a\u200b\u17a5\u178e\u17d2\u178c\u17b6
770
Indian_yard_(1937)=\u1799\u17c9\u17b6\u178a\u200b\u17a5\u178e\u17d2\u178c\u17b6 (\u17e1\u17e9\u17e3\u17e7)
771
Indian_yard_(1962)=\u1799\u17c9\u17b6\u178a\u200b\u17a5\u178e\u17d2\u178c\u17b6 (\u17e1\u17e9\u17e6\u17e2)
772
Indian_yard_(1975)=\u1799\u17c9\u17b6\u178a\u200b\u17a5\u178e\u17d2\u178c\u17b6 (\u17e1\u17e9\u17e7\u17e5)
773
Inferior=\u1791\u17b6\u1794\u200b\u1787\u17b6\u1784
774
Informacion=\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793
775
Information=\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793
776
Inicializando=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798...
777
Initializing_configuration_quick_info_tool=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u200b\u179a\u17c0\u1794\u1785\u17c6\u200b\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u179a\u17a0\u17d0\u179f...
778
Insertar=\u1794\u1789\u17d2\u1785\u17bc\u179b
779
Inside=\u1781\u17b6\u1784\u200b\u1780\u17d2\u1793\u17bb\u1784
780
Interleave_=\u178a\u17b6\u1780\u17cb\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1791\u17c6\u1796\u17d0\u179a \u17d6
781
InternalPolygonCADTool.end=E
782
Interseccion=\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c
783
Interseccion._Introduccion_de_datos=\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c \u17d4 \u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
784
Intersecten_con=\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c\u200b\u1787\u17b6\u200b\u1798\u17bd\u1799
785
Intervalo=\u1791\u17c6\u17a0\u17c6\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1796\u17c1\u179b \u17d6
786
Intervalos=\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1796\u17c1\u179b
787
Intervalos_equidistantes=\u1782\u17bb\u178e\u1797\u17b6\u1796\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7\u1796\u17c1\u179b
788
Intervalos_por_rupturas_naturales=\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1796\u17c1\u179b\u200b\u178f\u17b6\u1798\u200b\u1780\u17b6\u179a\u200b\u1794\u17c6\u1794\u17c2\u1780\u200b\u200b\u1792\u1798\u17d2\u1798\u1787\u17b6\u178f\u17b7 \u17d4
789
Introduccion_de_datos=\u1780\u17b6\u179a\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
790
Introducir_valores_desplazamiento=\u178f\u1798\u17d2\u179b\u17c3\u200b\u17a2\u17bb\u17a0\u17d2\u179c\u179f\u17b7\u178f
791
Introductory_text_1=\u17a2\u17d2\u1793\u1780\u200b\u1787\u17c6\u1793\u17bd\u1799\u200b\u1780\u17b6\u179a\u200b\u1793\u17c1\u17c7\u200b\u1793\u17b9\u1784\u200b\u1787\u17bd\u1799\u200b\u17a2\u17d2\u1793\u1780\u200b\u17b2\u17d2\u1799\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u1790\u17d2\u1798\u17b8\u200b\u1798\u17bd\u1799 \u17d4
792
Introductory_text_2=\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b \u1782\u17ba\u200b\u1787\u17b6\u200b\u1782\u17c6\u179a\u17bc\u200b\u179a\u1794\u179f\u17cb\u200b\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u200b\u1791\u17c6\u17a0\u17c6\u200b\u178a\u17c2\u179b\u200b\u1791\u17b6\u1780\u17cb\u1791\u1784\u200b\u1782\u17d2\u1793\u17b6\u200b\u179a\u179c\u17b6\u1784\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1796\u17b7\u179f\u17c1\u179f\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1798\u17bd\u1799 \u17ac\u200b\u1785\u17d2\u179a\u17be\u1793 \u17d4 \u179c\u17b6\u200b\u1798\u17b6\u1793\u200b\u1791\u17c6\u1793\u17b6\u1780\u17cb\u1791\u17c6\u1793\u1784\u200b\u178a\u17bc\u1785\u200b\u1787\u17b6 "\u1794\u17c9\u17c7" "\u178f\u17d2\u179a\u17bd\u178f\u200b\u1782\u17d2\u1793\u17b6" "\u1798\u17b6\u1793" \u17d4\u179b\u17d4 \u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u200b\u1798\u17b6\u1793\u200b\u179f\u17b6\u179a\u17c8\u200b\u200b\u179f\u17c6\u1781\u17b6\u1793\u17cb\u200b\u178e\u17b6\u179f\u17cb\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u200b\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b \u1793\u17b7\u1784\u200b\u178f\u17d2\u179a\u17bd\u178f\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1782\u17bb\u178e\u1797\u17b6\u1796 \u17d4
793
Introductory_text_3=\u17a7\u1791\u17b6\u17a0\u179a\u178e\u17cd \u1796\u17d2\u179a\u17c6\u178a\u17c2\u1793\u200b\u1795\u17c2\u1793\u1791\u17b8\u200b\u179b\u17c6\u1793\u17c5\u178b\u17b6\u1793\u200b\u200b\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u178f\u17d2\u179a\u17bd\u178f\u200b\u1782\u17d2\u1793\u17b6\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1 \u17a0\u17be\u1799\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1793\u17c5\u200b\u200b\u1787\u17b6\u1794\u17cb\u200b\u1782\u17d2\u1793\u17b6 \u17d4
794
Invalid_width=\u1791\u1791\u17b9\u1784\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
795
Italic=\u1791\u17d2\u179a\u17c1\u178f
796
Izquierda=\u1786\u17d2\u179c\u17c1\u1784
797
Izquierdo=\u1786\u17d2\u179c\u17c1\u1784
798
JTSVALID=<HTML>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1785\u1798\u17d2\u179b\u1784 <b>\u1780\u17b6\u179a\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799 JTS \u1798\u17b6\u1793\u200b\u179f\u17bb\u1796\u179b\u1797\u17b6\u1796</b></HTML>
799
JoinCADTool.end=E
800
Join_parameters_are_incomplete=\u1780\u17b6\u200b\u179a\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1794\u17c9\u17b6\u179a\u17c9\u17b6\u1798\u17c9\u17c2\u178f\u17d2\u179a\u200b\u1798\u17b7\u1793\u200b\u1796\u17c1\u1789\u179b\u17c1\u1789\u200b\u1791\u17c1 \u17d4
801
Juntar=\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1785\u17bc\u179b\u200b\u1782\u17d2\u1793\u17b6
802
Juntar._Introduccion_de_datos=\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1785\u17bc\u179b\u200b\u1782\u17d2\u1793\u17b6 \u17d4 \u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
803
KML=Keyhole Markup Language (KML)...
804
KeyMapping=\u1780\u17b6\u179a\u200b\u1795\u17d2\u1782\u17bc\u1795\u17d2\u1782\u1784\u200b\u179f\u17c4
805
KeyMapping.Caracter_no_valido=\u178f\u17bd\u17a2\u1780\u17d2\u179f\u179a\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c
806
Kilometros=\u1782\u17b8\u17a1\u17bc\u1798\u17c9\u17c2\u178f\u17d2\u179a
807
Krovak=Krovak
808
LAGRANGE_CURVE=\u1781\u17d2\u179f\u17c2\u200b\u1780\u17c4\u1784 Lagrange
809
LARGERTHANCLUSTERTOL=\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1792\u17c6\u1787\u17b6\u1784\u200b\u1794\u17d2\u179a\u17a1\u17c4\u17c7\u200b\u1780\u17d2\u179a\u17bb\u1798
810
LAYER=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
811
LINE=\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
812
LINEMUSTNOTHAVEDANGLES=<HTML>\u1782\u17d2\u179a\u1794\u17cb\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1798\u17b7\u1793\u1798\u17c2\u1793\u200b\u1787\u17b6\u200b\u179a\u1794\u179f\u17cb <b>\u1790\u17d2\u1793\u17b6\u17c6\u1784\u200b\u1799\u17c4\u179b</b></HTML>
813
LINEMUSTNOTHAVEPSEUDONODES=<HTML>\u1782\u17d2\u1798\u17b6\u1793\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u17a2\u17b6\u1785\u200b\u1798\u17b6\u1793 <b>\u1790\u17d2\u1793\u17b6\u17c6\u1784 pseudo \u178e\u17b6\u1798\u17bd\u1799\u200b\u1791\u17c1</b></HTML>
814
LINENOTSELFINTERSECT=<HTML>\u1782\u17d2\u1798\u17b6\u1793 <b>\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb</b> \u179a\u1794\u179f\u17cb <i>A</i> \u17a2\u17b6\u1785<b>\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c\u200b\u200b\u200b\u1781\u17d2\u179b\u17bd\u1793\u200b\u17af\u1784\u1791\u17c1<b></HTML>
815
LINKS_SPATIAL_ADJUST=\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u1780\u17c6\u17a0\u17bb\u179f
816
LYRMUSTBECONTAINED=<html>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2 <b>\u1798\u17b6\u1793\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784</b> \u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u179a\u1794\u179f\u17cb <i>B</i></html>
817
LYRMUSTBECOVERED=<HTML>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2 <b>\u1794\u17b6\u17c6\u1784\u200b\u178a\u17c4\u1799</b> \u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u179a\u1794\u179f\u17cb <i>B</i></HTML>
818
LYRMUSTBECOVEREDBYLAYER=<HTML>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17bd\u1799\u200b\u179a\u1794\u179f\u17cb<i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2 <b>\u1794\u17b6\u17c6\u1784\u200b\u178a\u17c4\u1799\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17bd\u1799 \u17ac\u200b\u1785\u17d2\u179a\u17be\u1793\u200b\u179a\u1794\u179f\u17cb</b><i>B</i></HTML>
819
LYRMUSTBEEQUAL=<HTML>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17b8\u1798\u17bd\u1799\u17d7\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2 <b>\u178a\u17bc\u1785\u200b\u1782\u17d2\u1793\u17b6</b> <b>\u1794\u17c1\u17c7\u1794\u17b7\u1791\u200b</b> \u1793\u17b9\u1784\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u179a\u1794\u179f\u17cb <i>B</i></HTML>
820
LYRMUSTCONTAINS=<HTML>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17b8\u1798\u17bd\u1799\u17d7\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b <b>\u1798\u17b6\u1793\u200b\u1799\u17c9\u17b6\u1784\u200b\u17a0\u17c4\u1785\u200b\u178e\u17b6\u179f\u17cb</b> \u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17bd\u1799\u200b\u179a\u1794\u179f\u17cb <i>B</i></HTML>
821
LYRMUSTCOVERS=<HTML>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17b8\u1798\u17bd\u1799\u17d7\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2 <b>\u1782\u17d2\u179a\u1794\u200b\u1799\u17c9\u17b6\u1784\u200b\u17a0\u17c4\u1785\u200b\u178e\u17b6\u179f\u17cb</b> \u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17bd\u1799\u200b\u179a\u1794\u179f\u17cb <i>B</i></HTML>
822
LYRMUSTCROSSWITH=<HTML>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17b8\u1798\u17bd\u1799\u17d7\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2 <b>\u1780\u17b6\u178f\u17cb\u200b\u1799\u17c9\u17b6\u1784\u200b\u17a0\u17c4\u1785\u200b\u178e\u17b6\u179f\u17cb</b> \u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17bd\u1799\u200b\u179a\u1794\u179f\u17cb <i>B</i></HTML>
823
LYRMUSTDISJOINTS=<HTML>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u178f\u17c2 <b>\u1798\u17b7\u1793\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb</b> \u1796\u17b8\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u200b\u179a\u1794\u179f\u17cb <i>B</i></HTML>
824
LYRMUSTNOTHAVEDUPLICATES=<HTML>\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb <i>A</i> \u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1798\u17b6\u1793 <b>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u179f\u17d2\u1791\u17bd\u1793\u200b\u1791\u17c1</b></HTML>
825
LYRMUSTTOUCH=<HTML>\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1793\u17b8\u1798\u17bd\u1799\u17d7\u200b\u179a\u1794\u179f\u17cb <i>A</i> \u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2 <b>\u1794\u17c9\u17c7\u200b\u1799\u17c9\u17b6\u1784\u200b\u17a0\u17c4\u1785\u200b\u178e\u17b6\u179f\u17cb</b> \u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17bd\u1799\u200b\u179a\u1794\u179f\u17cb <i>B</i></HTML>
826
Label_Duration=\u1790\u179a\u17b7\u179c\u17c1\u179b\u17b6
827
Label_Mode=\u179a\u1794\u17c0\u1794
828
Label_properties=\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u179f\u17d2\u179b\u17b6\u1780
829
Laborde_Madagascar=Laborde Madagascar
830
LadoVentana=\u1787\u17d2\u179a\u17bb\u1784\u200b\u1794\u1784\u17d2\u17a2\u17bd\u1785
831
Lambert_Azimuthal_Equal_Area=Lambert Azimuthal Equal Area
832
Lambert_Conformal_Conic=Lambert Conformal Conic
833
Lambert_Conformal_Conic_1SP=Lambert Conformal Conic 1SP
834
Lambert_Conformal_Conic_2SP=Lambert Conformal Conic 2SP
835
Lambert_Conformal_Conic_2SP_Belgium=Lambert Conformal Conic 2SP Belgium
836
Lambert_Conic_Near_Conformal=Lambert Conic Near Conformal
837
Las_traducciones_no_pudieron_ser_cargadas=\u1780\u17b6\u179a\u200b\u1794\u1780\u1794\u17d2\u179a\u17c2\u200b\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u1791\u17c1 \u17d4
838
Latitude=\u179a\u1799\u17c8\u1791\u1791\u17b9\u1784 \u17d6
839
Latitude_Of_1st_Point=\u179a\u1799\u17c8\u1791\u1791\u17b9\u1784\u200b\u1793\u17c3\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1791\u17b8\u200b\u1798\u17bd\u1799
840
Latitude_Of_2nd_Point=\u179a\u1799\u17c8\u1791\u1791\u17b9\u1784\u200b\u1793\u17c3\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1791\u17b8\u1796\u17b8\u179a
841
Launcher.Dependencia_no_resuelta_en_plugin=\u1797\u17b6\u1796\u200b\u17a2\u17b6\u179f\u17d2\u179a\u17d0\u1799\u200b\u1793\u17c3\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1787\u17c6\u1793\u17bd\u1799\u200b\u178a\u17c2\u179b\u200b\u1798\u17b7\u1793\u200b\u1796\u17c1\u1789\u1785\u17b7\u178f\u17d2\u178f
842
Launcher.Dos_skin_extension=\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u1794\u17c2\u1780\u200b\u1796\u17b8\u179a \u17d4
843
Launcher.Error_con_las_librerias_del_plugin=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1794\u178e\u17d2\u178e\u17b6\u179b\u17d0\u1799\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1787\u17c6\u1793\u17bd\u1799
844
Launcher.Error_instanciando_la_extension=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1797\u17d2\u179b\u17b6\u1798\u17d7\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
845
Launcher.Error_localizando_la_clase_de_la_extension=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u1790\u17d2\u1793\u17b6\u1780\u17cb\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
846
Launcher.Hay_dependencias_circulares=\u1797\u17b6\u1796\u200b\u17a2\u17b6\u179f\u17d2\u179a\u17d0\u1799\u200b\u179a\u1794\u179f\u17cb\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1787\u17c6\u1793\u17bd\u1799\u200b\u1796\u17b6\u1780\u17cb\u1796\u17d0\u1793\u17d2\u1792\u200b\u1793\u17b9\u1784\u200b\u179a\u1784\u17d2\u179c\u1784\u17cb
847
Launcher.Ignorando_el_directorio=\u1798\u17b7\u1793\u200b\u17a2\u17be\u1796\u17be\u200b\u200b\u1793\u17b9\u1784\u200b\u1790\u178f
848
Launcher.No_se_encontro_la_clase_de_la_extension=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u1790\u17d2\u1793\u17b6\u1780\u17cb\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1791\u17c1
849
Launcher.No_se_encontro_la_clase_mdi_manager=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u1790\u17d2\u1793\u17b6\u1780\u17cb\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u200b mdi \u1791\u17c1
850
Launcher.No_se_pudo_acceder_a_la_clase_mdi_manager=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1785\u17bc\u179b\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784 mdi \u1794\u17b6\u1793\u200b\u1791\u17c1
851
Launcher.No_se_pudo_guardar_la_configuracion_de_andami=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792 Andami \u1794\u17b6\u1793\u200b\u1791\u17c1
852
Launcher.No_se_pudo_instanciar_la_clase_mdi_manager=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u200b mdi \u1797\u17d2\u179b\u17b6\u1798\u17d7\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
853
Launcher.No_se_puede_acceder_a=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1785\u17bc\u179b\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1791\u17c5\u200b\u1780\u17b6\u1793\u17cb
854
Launcher.Se_produjo_un_error_guardando_la_configuracion_de_los_plugins=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1787\u17c6\u1793\u17bd\u1799\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
855
Launcher.Two_extensions_with_the_same_priority=\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1796\u17b8\u179a\u200b\u1798\u17b6\u1793\u200b\u17a2\u17b6\u1791\u17b7\u1797\u17b6\u1796\u200b\u178a\u17bc\u1785\u200b\u200b\u1782\u17d2\u1793\u17b6 \u17d4 \u1793\u17b9\u1784\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u178f\u17c2\u200b\u1798\u17bd\u1799\u200b\u1794\u17c9\u17bb\u178e\u17d2\u178e\u17c4\u17c7 \u17d4
856
Launcher.Two_menus_with_the_same_position=\u1798\u17c9\u17ba\u1793\u17bb\u1799\u200b\u1791\u17b6\u17c6\u1784\u200b\u1796\u17b8\u179a\u200b\u1798\u17b6\u1793\u200b\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u178a\u17bc\u1785\u200b\u1782\u17d2\u1793\u17b6 \u17d4 \u1793\u17b9\u1784\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u178f\u17c2\u200b\u1798\u17bd\u1799\u200b\u1794\u17c9\u17bb\u178e\u17d2\u178e\u17c4\u17c7 \u17d4
857
Launcher.config_mal_formado=. Malformed 'config.xml'
858
Launcher.config_no_encontrado=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789 'config.xml'
859
Launcher.error_getting_class_loader_for_status_bar_control=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u200b\u179a\u200b\u1791\u1791\u17bd\u179b\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u1790\u17d2\u1793\u17b6\u1780\u17cb\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u179a\u1794\u17b6\u179a\u200b\u179f\u17d2\u1790\u17b6\u1793\u1797\u17b6\u1796
860
Launcher.labelset_class=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u1790\u17d2\u1793\u17b6\u1780\u17cb\u200b\u179f\u17c6\u178e\u17bb\u17c6\u200b\u179f\u17d2\u179b\u17b6\u1780\u200b\u1791\u17c1 (\u179f\u17c6\u178e\u17bb\u17c6\u200b\u179f\u17d2\u179b\u17b6\u1780)
861
Launcher.look_and_feel=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179a\u17bc\u1794\u179a\u17b6\u1784 \u1793\u17b7\u1784\u200b\u1798\u17bb\u1781\u1784\u17b6\u179a\u200b\u179a\u1794\u179f\u17cb\u200b\u1794\u17d2\u179a\u1796\u17d0\u1793\u17d2\u1792\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
862
Launcher.menu_without_position=\u1798\u17c9\u17ba\u1793\u17bb\u1799\u200b\u1798\u17b7\u1793\u200b\u1798\u17b6\u1793\u200b\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1795\u17d2\u178a\u179b\u17cb\u200b\u17b2\u17d2\u1799\u200b\u1791\u17c1
863
Layer=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
864
Layer3D=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178f\u17d2\u179a\u17b8\u1798\u17b6\u178f\u17d2\u179a
865
LayerName=\u1788\u17d2\u1798\u17c4\u17c7\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
866
Layer_=Capa \u17d6
867
Layer_1=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1794\u17d2\u179a\u1797\u1796
868
Layer_2=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1782\u17c4\u179b\u178a\u17c5
869
Layer_Destinations=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1791\u17b7\u179f\u178a\u17c5
870
Layer_Origins=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17be\u1798
871
Layer_Properties=\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
872
Layer_Refresh=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1785\u17d2\u1794\u17b6\u179f\u17cb
873
Layer_added_to_TOC=\u1794\u17b6\u1793\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796 \u17d4
874
Layer_created_successfully=\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799 \u17d4
875
Layer_from_active_view=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1796\u17b8\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u179f\u1780\u1798\u17d2\u1798
876
Layer_loading_order=\u179b\u17c6\u178a\u17b6\u1794\u17cb\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
877
Layer_options=\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178f\u17d2\u179a\u17b8\u1798\u17b6\u178f\u17d2\u179a
878
Layer_with_buffers_created=\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
879
Layer_with_buffers_reprojected=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1785\u17c6\u178e\u17c4\u179b\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789
880
Layer_with_influence_areas_created=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1798\u17b6\u1793\u200b\u1795\u17d2\u1791\u17c3\u200b\u179a\u1794\u179f\u17cb\u200b\u17a2\u1793\u17bb\u1797\u17b6\u1796\u200b
881
Layer_with_influence_areas_reprojected=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1798\u17b6\u1793\u200b\u1795\u17d2\u1791\u17c3\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1785\u17c6\u178e\u17c4\u179b \u17d4
882
Layer_with_unsupported_geometries_type=\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1798\u17b7\u1793\u200b\u1794\u17b6\u1793\u200b\u1782\u17b6\u17c6\u1791\u17d2\u179a\u200b\u1791\u17c1
883
Layers=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
884
Layers_fields_loaded_successfully=\u1794\u17b6\u1793\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u179c\u17b6\u179b\u200b\u1782\u17bb\u178e\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799
885
Layout_Tools_Graphics=\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1780\u17c2\u1794\u17d2\u179a\u17c2\u200b\u179c\u178f\u17d2\u1790\u17bb\u200b\u1794\u17d2\u179b\u1784\u17cb
886
Layout_Tools_Insert_Cartografy=\u1794\u17d2\u179b\u1784\u17cb\u200b\u179c\u178f\u17d2\u1790\u17bb\u200b\u1795\u17c2\u1793\u1791\u17b8
887
Layout_Tools_Insert_Simple=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1782\u17bc\u179a\u200b\u1794\u17d2\u179b\u1784\u17cb
888
Layout_Tools_View=\u1794\u17d2\u179b\u1784\u17cb\u200b\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u1794\u17cb\u200b\u1780\u17b6\u179a\u200b\u200b\u179a\u17bb\u1780\u179a\u1780\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
889
Layout_Tools_Zooms=\u1780\u17b6\u179a\u200b\u179a\u17bb\u1780\u179a\u1780\u200b\u1794\u17d2\u179b\u1784\u17cb (\u1796\u1784\u17d2\u179a\u17b8\u1780 \u1793\u17b7\u1784\u200b\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8)
890
LeftEye=\u1797\u17d2\u1793\u17c2\u1780\u200b\u1786\u17d2\u179c\u17c1\u1784
891
Length=\u1794\u17d2\u179a\u179c\u17c2\u1784
892
Leyenda=\u178f\u17b6\u1784
893
Leyenda_Por_Defecto=\u178f\u17b6\u1784\u200b\u179b\u17c6\u1793\u17b6\u17c6\u178a\u17be\u1798
894
Limpiando_lineas=\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
895
Limpiar_antes_geometrias=\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u179f\u17b7\u1793
896
Limpiar_topologicamente_la_capa_de_entrada=\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u179a\u1794\u179f\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b \u17d4
897
Line=\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
898
LineClean=\u179f\u1798\u17d2\u17a2\u17b6\u178f
899
LineClean._Progress_Message=\u1780\u17c6\u1796\u17bb\u1784\u200b\u179f\u1798\u17d2\u17a2\u17b6\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u179a\u1794\u179f\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb...
900
LineOrPolygonToPoints=\u1780\u17b6\u178f\u17cb\u200b\u1794\u1793\u17d2\u1790\u1799\u200b\u1785\u17c6\u178e\u17bb\u1785
901
LineToPoints_layer_message=\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1791\u17c5\u200b\u1787\u17b6\u200b\u1785\u17c6\u178e\u17bb\u1785...
902
Linea=\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
903
Linea_comandos=\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1796\u17b6\u1780\u17d2\u1799\u200b\u1794\u1789\u17d2\u1787\u17b6
904
Lines=\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
905
Link=\u178f\u17c6\u178e...
906
Link_layer_Selection=\u1787\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u1780\u17c6\u17a0\u17bb\u179f
907
Load_Network=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1794\u178e\u17d2\u178a\u17b6\u1789...
908
Load_Network_From_File=\u1795\u17d2\u1791\u17bb\u1780\u200b\u1796\u17b8\u200b\u17af\u1780\u179f\u17b6\u179a...
909
Load_Raster_Layer=\u1795\u17d2\u1791\u17bb\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u17c9\u17b6\u179f\u17d2\u1791\u17d0\u179a
910
Load_Red=\u1795\u17d2\u1791\u17bb\u1780\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1782\u178e\u1793\u17b6\u200b\u1796\u17b8\u200b\u1798\u17bb\u1793
911
Load_Topology=\u1795\u17d2\u1791\u17bb\u1780\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6
912
Load_TurnCosts=\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u178f\u17d2\u179a\u17a1\u1794\u17cb...
913
Load_Vector_Layer=\u1795\u17d2\u1791\u17bb\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a
914
Load_links=\u1795\u17d2\u1791\u17bb\u1780...
915
Load_successful=\u1794\u17b6\u1793\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799 \u17d4
916
Loads_raster_layers_in_gvSIG=\u1795\u17d2\u1791\u17bb\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u17c9\u17b6\u179f\u17d2\u1791\u17d0\u179a\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u179f\u1780\u1798\u17d2\u1798
917
Loads_vector_layers_in_gvSIG=\u1795\u17d2\u1791\u17bb\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u179f\u1780\u1798\u17d2\u1798
918
Localizador=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1791\u17b8\u178f\u17b6\u17c6\u1784
919
Localizador_por_atributo=\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u178f\u17b6\u1798\u200b\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8
920
Longitude=\u179a\u1799\u17c8\u1794\u178e\u17d2\u178a\u17c4\u1799
921
Longitude_Of_1st_Point=\u179a\u1799\u17c8\u200b\u1794\u178e\u17d2\u178a\u17c4\u1799\u200b\u1793\u17c3\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1791\u17b8\u200b\u1798\u17bd\u1799
922
Longitude_Of_2nd_Point=\u179a\u1799\u17c8\u1794\u178e\u17d2\u178a\u17c4\u1799\u200b\u1793\u17c3\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1791\u17b8\u200b\u1798\u17bd\u1799
923
Los_cambios_efectuados_sobre_estos_valores_se_aplicaran_al_reiniciar_la_aplicacion=\u1780\u17b6\u200b\u179a\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1794\u17d2\u178a\u17bc\u179a\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u1791\u17b6\u17c6\u1784\u200b\u1793\u17c1\u17c7\u200b \u1793\u17b9\u1784\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u200b\u200b\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u200b\u1793\u17c5\u1796\u17c1\u179b\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789
924
Loximuthal=Loximuthal
925
MARK_AS_EXCEPTION=\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u200b\u1790\u17b6\u200b\u1794\u17b6\u1793\u200b\u178a\u1780\u200b\u1785\u17c1\u1789
926
MAX=MAX
927
MDIFrame.Error_no_capturado_por_el_usuario=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u17a2\u17d2\u1793\u1780\u200b\u1794\u17d2\u179a\u17be
928
MDIFrame.quiere_salir=\u1785\u17c1\u1789\u200b\u1796\u17b8 gvSIG ?
929
MDIFrame.salir=\u1785\u17b6\u1780\u1785\u17c1\u1789
930
MDIManagerFactory.No_skin_extension_in_the_plugins=\u1782\u17d2\u1798\u17b6\u1793\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u179f\u17d2\u1794\u17c2\u1780\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1787\u17c6\u1793\u17bd\u1799\u200b\u1791\u17c1
931
MEAN=MEAN
932
MERGE_OVERLAP_AREA_FIX=\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1795\u17d2\u1791\u17c3\u200b\u178f\u17d2\u179a\u17bd\u178f\u200b\u1782\u17d2\u1793\u17b6\u200b\u1787\u17b6\u200b\u1798\u17bd\u1799\u200b\u1793\u17b9\u1784\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17bd\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1785\u17c6\u178e\u17c4\u1798\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17b6\u17c6\u1784\u200b\u1793\u17c1\u17c7
933
MERGE_OVERLAP_AREA_WITH_FIX=\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1795\u17d2\u1791\u17c3\u178f\u17d2\u179a\u17bd\u178f\u1782\u17d2\u1793\u17b6\u200b\u1785\u17bc\u179b\u200b\u1782\u17d2\u1793\u17b6\u200b\u1787\u17b6\u200b\u1798\u17bd\u1799\u200b\u1793\u17b9\u1784\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1798\u17bd\u1799\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1785\u17c6\u178e\u17c4\u1798\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1791\u17b6\u17c6\u1784\u200b\u1793\u17c1\u17c7
934
MIN=MIN
935
MOSTRAR=\u1794\u1784\u17d2\u17a0\u17b6\u1789 \u17d6
936
MULTI=MULTI
937
MULTIGEOMETRY=\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1785\u17d2\u179a\u17be\u1793
938
MULTIPOINT=MULTIPOINT
939
MUSTNOTHAVEREPEATED=<HTML>\u1782\u17d2\u1798\u17b6\u1793\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u1793\u17c3 <i>A</i> \u17a2\u17b6\u1785\u200b\u1798\u17b6\u1793 <b>\u1780\u17bc\u17a2\u179a\u178a\u17c4\u178e\u17c1\u200b\u179f\u17d2\u1791\u17bd\u1793\u200b\u1791\u17c1</b></HTML>
940
Manage_Flags=\u1782\u17d2\u179a\u1794\u17cb\u1782\u17d2\u179a\u1784\u200b\u1795\u17d2\u179b\u17bc\u179c...
941
Mapa=\u1795\u17c2\u1793\u1791\u17b8
942
Mapped_Position=\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u178a\u17c2\u179b\u200b\u1795\u17d2\u1782\u17bc\u1795\u17d2\u1782\u1784
943
Mas_100=\u1785\u17c6\u1793\u17bd\u1793\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u1781\u17d2\u1796\u179f\u17cb\u200b\u1787\u17b6\u1784 \u17e1\u17e0\u17e0 \u17a0\u17be\u1799\u200b\u1798\u17b7\u1793\u200b\u200b\u1795\u17d2\u178a\u179b\u17cb\u200b\u1793\u17bc\u179c\u200b\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u1791\u17c1
944
MaxFeaturesEditionCache=\u1783\u17d2\u179b\u17b6\u17c6\u1784\u200b\u179f\u1798\u17d2\u1784\u17b6\u178f\u17cb\u200b\u1780\u17c2\u179f\u1798\u17d2\u179a\u17bd\u179b\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1796\u17b7\u179f\u17c1\u179f\u200b\u17a2\u178f\u17b7.
945
Max_lenght_dangle_nodes=\u1790\u17d2\u1793\u17b6\u17c6\u1784\u200b\u17a0\u17c4\u179b\u200b\u1794\u17d2\u179a\u179c\u17c2\u1784\u200b\u17a2\u178f\u17b7.
946
Max_number_Errors_not_numeric=\u179f\u17bc\u1798\u200b\u1795\u17d2\u178a\u179b\u17cb\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u1787\u17b6\u200b\u179b\u17c1\u1781\u200b \u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1785\u17c6\u1793\u17bd\u1793\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6 \u17d4
947
Maximo=\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6
948
McBryde_Thomas_Flat_Polar_Quartic=McBryde Thomas Flat Polar Quartic
949
Media=\u1798\u1792\u17d2\u1799\u1798
950
Mensaje_buffer=\u1782\u178e\u1793\u17b6\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
951
Mensaje_clip=\u1785\u17d2\u179a\u17b9\u1794 geoprocess...
952
Mensaje_convexhull=Convex hull geoproces
953
Mensaje_difference=geoprocess \u1781\u17bb\u179f\u200b\u1782\u17d2\u1793\u17b6...
954
Mensaje_dissolve=\u179a\u17c6\u179b\u17b6\u1799 geoprocess....
955
Mensaje_enlace_espacial=\u1791\u17c6\u17a0\u17c6\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb geoprocess...
956
Mensaje_interseccion=\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c geoprocess...
957
Mensaje_juntar=\u1794\u1789\u17d2\u1785\u17bc\u179b geoprocess \u1785\u17bc\u179b\u200b\u1782\u17d2\u1793\u17b6...
958
Mensaje_primera_pasada_union=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1782\u178e\u1793\u17b6\u200b\u1780\u17b6\u179a\u200b\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c...
959
Mensaje_procesando_buffer=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
960
Mensaje_procesando_buffer2=\u1780\u17c6\u1796\u17bb\u1784\u200b\u179a\u17c6\u179b\u17b6\u1799\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb...
961
Mensaje_procesando_clip_primero=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1782\u178e\u1793\u17b6\u200b\u1780\u17b6\u200b\u179a\u200b\u1781\u17d2\u1791\u17b6\u179f\u17cb\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e...
962
Mensaje_procesando_clip_segundo=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1781\u17d2\u1791\u17b6\u179f\u17cb\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a...
963
Mensaje_procesando_convexhull=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1782\u178e\u1793\u17b6 convex hull...
964
Mensaje_procesando_diferencia=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1782\u178e\u1793\u17b6\u200b\u1797\u17b6\u1796\u200b\u1781\u17bb\u179f\u200b\u1782\u17d2\u1793\u17b6...
965
Mensaje_procesando_dissolves=\u1780\u17c6\u1796\u17bb\u1784\u200b\u179a\u17c6\u179b\u17b6\u1799\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a...
966
Mensaje_procesando_enlace_espacial=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1785\u17bc\u179b\u179a\u17bd\u1798\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1796\u17b7\u179f\u17c1\u179f...
967
Mensaje_procesando_interseccion=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1782\u178e\u1793\u17b6\u200b\u1780\u17b6\u179a\u200b\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c\u200b\u1782\u17d2\u1793\u17b6...
968
Mensaje_procesando_juntar=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1785\u17bc\u179b\u200b\u1782\u17d2\u1793\u17b6...
969
Mensaje_procesando_split=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1794\u17c6\u1794\u17c2\u1780\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a...
970
Mensaje_segunda_pasada_union=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1782\u178e\u1793\u17b6\u200b\u1797\u17b6\u1796\u200b\u1781\u17bb\u179f\u200b\u1782\u17d2\u1793\u17b6\u179a\u1794\u179f\u17cb A-B\u200b...
971
Mensaje_split=\u1794\u17c6\u1794\u17c2\u1780 geoprocess
972
Mensaje_tercera_pasada_union=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1782\u178e\u1793\u17b6\u200b\u1797\u17b6\u1796\u200b\u1781\u17bb\u179f\u200b\u1782\u17d2\u1793\u17b6\u200b\u179a\u1794\u179f\u17cb B-A\u200b...
973
Mensaje_union=\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c geoprocess...
974
Menu_type_not_supported_=\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1798\u17c9\u17ba\u1793\u17bb\u1799\u200b\u1798\u17b7\u1793\u200b\u1794\u17b6\u1793\u200b\u1782\u17b6\u17c6\u1791\u17d2\u179a\u200b\u1791\u17c1
975
Mercator=Mercator
976
Mercator_1SP=Mercator 2SP
977
Mercator_2SP=Mercator 2SP
978
Message_apply_crack_process=\u1794\u17d2\u179a\u17a1\u17c4\u17c7\u200b\u1781\u17d2\u1791\u17b6\u179f\u17cb\u200b\u1798\u17b7\u1793\u200b\u1798\u17c2\u1793\u200b\u179f\u17bc\u1793\u17d2\u1799\u200b\u1791\u17c1 \u17d4 \u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u200b\u1780\u17b6\u179a\u200b\u1781\u17d2\u1791\u17b6\u179f\u17cb\u200b\u1791\u17c5\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u200b\u17a5\u17a1\u17bc\u179c ?
979
Message_cluster_tol_not_numeric=\u179f\u17bc\u1798\u200b\u1795\u17d2\u178a\u179b\u17cb\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u1787\u17b6\u200b\u179b\u17c1\u1781\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1794\u17d2\u179a\u17a1\u17c4\u17c7\u200b\u1780\u17d2\u179a\u17bb\u1798 \u17d4
980
Message_crack_title=\u17a2\u17c7\u17a2\u17b6\u1784\u200b\u1780\u17b6\u179a\u200b\u179b\u17bd\u1785 \u1793\u17b7\u1784\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1781\u17d2\u1791\u17b6\u179f\u17cb
981
Message_error_creating_topology=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6 \u17d4
982
Message_error_delete_cluster_rule=\u179a\u17b6\u179b\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1787\u17b6\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u179a\u1794\u179f\u17cb\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1798\u17b6\u1793\u200b\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1794\u17d2\u179a\u17a1\u17c4\u17c7\u200b\u1780\u17d2\u179a\u17bb\u1798 \u17d4
983
Message_error_in_data_input=\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
984
Message_error_loading_topology=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1780\u17b6\u200b\u179a\u1795\u17d2\u1791\u17bb\u1780\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6 \u17d4
985
Message_error_select_rule=\u179f\u17bc\u1798\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u200b\u179c\u17b7\u1792\u17b6\u1793 \u17d4
986
Message_layer_already_in_topology=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1787\u17b6\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u179a\u1794\u179f\u17cb\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u179a\u17bd\u1785\u200b\u17a0\u17be\u1799 \u17d4
987
Message_max_number_of_errors=\u179f\u17bc\u1798\u200b\u1795\u17d2\u178a\u179b\u17cb\u200b\u179b\u17c1\u1781\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
988
Message_no_layers_selected=\u179f\u17bc\u1798\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u1799\u17c9\u17b6\u1784\u200b\u17a0\u17c4\u1785\u178e\u17b6\u179f\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1798\u17bd\u1799 \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178b\u17b6\u1793\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u1790\u17d2\u1798\u17b8 \u17d4
989
Message_not_selected_topology_file=\u179f\u17bc\u1798\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u178b\u17b6\u1793\u179c\u17b7\u1787\u17d2\u1787\u17b6 \u17d4
990
Message_rule_already_in_topology=\u179c\u17b7\u1792\u17b6\u1793\u200b\u200b\u1794\u17c2\u1794\u200b\u1793\u17c1\u17c7\u200b\u1787\u17b6\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u179a\u1794\u179f\u17cb\u200b\u178b\u17b6\u1793\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u179a\u17bd\u1785\u200b\u17a0\u17be\u1799 \u17d4
991
Message_rule_definition=\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u200b\u179c\u17b7\u1792\u17b6\u1793\u200b\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
992
Message_rule_not_allowed=\u179c\u17b7\u1792\u17b6\u1793\u200b\u200b\u1798\u17b7\u1793\u17a2\u17b6\u1785\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1791\u17c5\u200b\u1780\u17b6\u1793\u17cb\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1 \u17d4 \u179f\u17bc\u1798\u200b\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b\u200b\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179a\u1794\u179f\u17cb\u200b\u17a2\u17d2\u1793\u1780\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789 \u17d4
993
Message_topology_layers=\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u178f\u17c2\u200b\u1798\u17b6\u1793\u200b\u1799\u17c9\u17b6\u1784\u200b\u17a0\u17c4\u1785\u178e\u17b6\u179f\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1798\u17bd\u1799 \u17d4
994
Message_topology_name_cluster=\u179f\u17bc\u1798\u200b\u178a\u17b6\u1780\u17cb\u200b\u1788\u17d2\u1798\u17c4\u17c7\u200b \u1793\u17b7\u1784\u200b\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1794\u17d2\u179a\u17a1\u17c4\u17c7\u200b\u200b\u1780\u17d2\u179a\u17bb\u1798\u200b\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6 \u17d4
995
Messages._no_se_encontro_la_traduccion_para=\u179a\u1780\u200b\u1798\u17b7\u1793\u1783\u17be\u1789\u200b\u1780\u17b6\u179a\u200b\u1794\u1780\u1794\u17d2\u179a\u17c2\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb
996
Messages.no_se_encontro_la_traduccion_para=\u179a\u1780\u200b\u1798\u17b7\u1793\u1783\u17be\u1789\u1780\u17b6\u179a\u200b\u1794\u1780\u1794\u17d2\u179a\u17c2\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb
997
Metodo_Douglas_Peucker=\u179c\u17b7\u1792\u17b8\u179f\u17b6\u179f\u17d2\u178f\u17d2\u179a Douglas-Peucker
998
Metodo_topology_preserving=\u1780\u17b6\u179a\u1796\u17b6\u179a\u200b\u178b\u17b6\u1793\u179c\u17b7\u1787\u17d2\u1787\u17b6
999
Metros=\u1798\u17c9\u17c2\u178f\u17d2\u179a
1000
Milimetros=\u1798\u17b7\u179b\u17d2\u179b\u17b8\u1798\u17c9\u17c2\u178f\u17d2\u179a
1001
Millas=\u1798\u17c9\u17b6\u1799\u179b\u17cd
1002
Millas_Nauticas=Nautical miles
1003
Miller_Cylindrical=Miller Cylindrical
1004
Minimo=\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6
1005
Minimum_spanning_tree=\u1780\u17b6\u179a\u200b\u1794\u1784\u17d2\u1781\u17bc\u1785\u200b\u1798\u17c2\u1780\u1792\u17b6\u1784\u200b\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6...
1006
Modelizador=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u179b\u17c6\u17a0\u17bc\u179a\u200b\u1782\u17c6\u179a\u17bc
1007
Modified_project_=\u1782\u1798\u17d2\u179a\u17c4\u1784\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u1780\u17c2\u1794\u17d2\u179a\u17c2 \u17d6
1008
Modo_de_Proyeccion=\u179a\u1794\u17c0\u1794\u200b\u1785\u17c6\u178e\u17c4\u179b
1009
Modo_ventana=\u179a\u1794\u17c0\u1794\u200b\u1794\u1784\u17d2\u17a2\u17bd\u1785
1010
Mollweide=Mollweide
1011
Monitor=\u178f\u17d2\u179a\u17bd\u178f\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799
1012
More_control_points_needed_for_the_current_transform=\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u1791\u17b6\u1798\u1791\u17b6\u179a\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u178f\u17d2\u179a\u17bd\u178f\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798 \u17d4
1013
Mostrar_Contorno=\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u1782\u17d2\u179a\u17c4\u1784
1014
Mostrar_siempre=\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u1787\u17b6\u200b\u1793\u17b7\u1785\u17d2\u1785
1015
Move_from_view=\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1796\u17b8\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796
1016
Mover_geo=\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u200b\u179a\u17bc\u1794\u1797\u17b6\u1796\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1780\u17c6\u178e\u178f\u17cb
1017
Muestra_atributos=\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u178f\u17b6\u179a\u17b6\u1784\u200b\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u179a\u1794\u179f\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179f\u1780\u1798\u17d2\u1798
1018
Muestra_los_atributos_de_las_capas_seleccionadas=\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f
1019
Muestra_los_elementos_de_la_capa_usando_una_gama_de_colores_en_funcion_del_valor_de_un_determinado_campo_de_atributos=\u1791\u17b6\u1789\u200b\u1787\u1798\u17d2\u179a\u17b6\u179b\u200b\u1796\u178e\u17cc\u200b\u179b\u17be\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u179c\u17b6\u179b
1020
Muestra_todos_los_elementos_de_una_capa_usando_el_mismo_simbolo=\u1782\u17bc\u179a\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u200b \u178a\u17c4\u1799\u200b\u1794\u17d2\u179a\u17be\u200b\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6\u200b\u178a\u17bc\u1785\u200b\u1782\u17d2\u1793\u17b6 \u17d4
1021
Muestra_todos_s_elementos_de_una_capa_usando_el_mismo_simbolo=\u1782\u17bc\u179a\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb \u200b\u178a\u17c4\u1799\u200b\u1794\u17d2\u179a\u17be\u200b\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6\u200b\u178a\u17bc\u1785\u200b\u1782\u17d2\u1793\u17b6
1022
MultiLineStringPropertyType=\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1785\u17d2\u179a\u17be\u1793
1023
MultiPoint=\u1785\u17c6\u178e\u17bb\u1785\u200b\u1785\u17d2\u179a\u17be\u1793
1024
MultiPointPropertyType=\u1785\u17c6\u178e\u17bb\u1785\u200b\u1785\u17d2\u179a\u17be\u1793
1025
MultiPolygonPropertyType=\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1785\u17d2\u179a\u17be\u1793
1026
Multi_layer_selection_applied_for_influence_area=\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1785\u17d2\u179a\u17be\u1793\u200b\u1794\u17b6\u1793\u200b\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u200b\u179b\u17be\u200b\u178f\u17c6\u1794\u1793\u17cb\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb \u17d4
1027
MultipointCADTool.end=E
1028
Multipoints=\u1785\u17c6\u178e\u17bb\u1785\u200b\u1785\u17d2\u179a\u17be\u1793
1029
Must_select_a_rule_to_correct=\u179f\u17bc\u1798\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u179c\u17b7\u1792\u17b6\u1793\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1780\u17c2\u200b\u1780\u17c6\u17a0\u17bb\u179f (\u1798\u17b7\u1793\u1798\u17c2\u1793 "\u200b\u179c\u17b7\u1792\u17b6\u1793\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb\u200b\u1791\u17c1")
1030
NADGR=
1031
NATURAL_CUBIC_SPLINE=Natural cubic spline
1032
NO=\u1791\u17c1
1033
NOT_FOUND_GEOMETRIES=\u179a\u1780\u200b\u1798\u17b7\u1793\u1783\u17be\u1789\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f \u17d4
1034
NOT_VALIDATED_STATUS=\u1798\u17b7\u1793\u200b\u1791\u17b6\u1793\u17cb\u200b\u1794\u17b6\u1793\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u1798\u17b6\u1793\u200b\u179f\u17bb\u1796\u179b\u1797\u17b6\u1796\u200b\u1793\u17c5\u200b\u17a1\u17be\u1799\u1791\u17c1 \u17d4
1035
NURB_SPLINE=Non-uniform rational B-spline (NURBS)
1036
N_points=\u1785\u17c6\u178e\u17bb\u1785\u200b\u179b\u17c1\u1781\u200b
1037
Name=\u1788\u17d2\u1798\u17c4\u17c7
1038
Name_of_the_new_layer=\u1788\u17d2\u1798\u17c4\u17c7\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1790\u17d2\u1798\u17b8
1039
Near_Sided_Perspective=\u1799\u1790\u17b6\u1791\u179f\u17d2\u179f\u1793\u17cd\u200b\u1793\u17c5\u200b\u1787\u17b7\u178f\u200b\u1787\u17d2\u179a\u17bb\u1784
1040
Network=\u1794\u178e\u17d2\u178a\u17b6\u1789
1041
New=Field=New Field
1042
New_Zealand_Map_Grid=\u1780\u17d2\u179a\u17a1\u17b6\u1785\u178f\u17d2\u179a\u1784\u17d2\u1782\u200b\u1795\u17c2\u1793\u1791\u17b8 New Zealand
1043
New_features=\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f\u200b\u1790\u17d2\u1798\u17b8
1044
New_field=\u179c\u17b6\u179b\u200b\u1790\u17d2\u1798\u17b8
1045
New_field_name_proposed__=\u1788\u17d2\u1798\u17c4\u17c7\u200b\u179c\u17b6\u179b\u200b\u1790\u17d2\u1798\u17b8\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u179f\u17d2\u1793\u17be \u17d6
1046
New_turncost=\u178f\u1798\u17d2\u179b\u17c3\u200b\u178f\u17d2\u179a\u17a1\u1794\u17cb\u200b\u1790\u17d2\u1798\u17b8
1047
Next=\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb
1048
Nivel_de_detalle=\u1780\u1798\u17d2\u179a\u17b7\u178f\u200b\u1793\u17c3\u200b\u179f\u17c1\u1785\u1780\u17d2\u178a\u17b8\u200b\u179b\u1798\u17d2\u17a2\u17b7\u178f
1049
Nivel_de_extrusion=\u1780\u1798\u17d2\u179a\u17b7\u178f\u200b\u17a0\u17bc\u178f\u200b\u1785\u17c1\u1789
1050
Nivel_de_extrusi\u00c3\u00b3n=
1051
Nivel_de_extrusi\u00f3n=\u1780\u1798\u17d2\u179a\u17b7\u178f\u200b\u17a0\u17bc\u178f\u200b\u1785\u17c1\u1789
1052
Nivel_de_transparencia=\u1780\u1798\u17d2\u179a\u17b7\u178f\u200b\u1797\u17b6\u1796\u200b\u1790\u17d2\u179b\u17b6
1053
No=\u1791\u17c1
1054
No.hay.lista.de.idiomas.preferidos.quiza.olvido.inicializar.clase=\u1798\u17b7\u1793\u200b\u1798\u17b6\u1793\u200b\u1794\u1789\u17d2\u1787\u17b8\u200b\u1797\u17b6\u179f\u17b6\u200b\u1796\u17c1\u1789\u1785\u17b7\u178f\u17d2\u178f\u200b\u200b\u1791\u17c1 \u1794\u17d2\u179a\u17a0\u17c2\u179b\u200b\u200b\u1787\u17b6\u200b\u17a2\u17d2\u1793\u1780\u200b\u1797\u17d2\u179b\u17c1\u1785\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u200b\u1780\u17d2\u179a\u17bb\u1798
1055
No_Shape=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1793\u17c1\u17c7\u200b\u1798\u17b7\u1793\u1798\u17c2\u1793\u200b\u1787\u17b6\u200b\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u179a\u17bc\u1794\u179a\u17b6\u1784\u200b\u1791\u17c1
1056
No_available=\u179f\u17c1\u179c\u17b6\u200b\u1798\u17b7\u1793\u17a2\u17b6\u1785\u200b\u1794\u17d2\u179a\u17be\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
1057
No_de_intervalos=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1796\u17c1\u179b \u17d6
1058
No_extension_associated_with_this_event_=\u1782\u17d2\u1798\u17b6\u1793\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1787\u17b6\u200b\u1798\u17bd\u1799\u200b\u1796\u17d2\u179a\u17b9\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u178e\u17cd\u200b\u1793\u17c1\u17c7\u200b\u1791\u17c1
1059
No_ha_sido_posible_realizar_la_operacion=\u1798\u17b7\u1793\u17a2\u17b6\u1785\u200b\u200b\u17a2\u1793\u17bb\u179c\u178f\u17d2\u178f\u200b\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1 \u17d4
1060
No_hay_lista_de_idiomas_preferidos_quiza_olvido_inicializar_clase=\u1798\u17b7\u1793\u1798\u17b6\u1793\u200b\u1794\u1789\u17d2\u1787\u17b8\u200b\u179f\u17b6\u179a\u200b\u178a\u17c2\u179b\u200b\u1796\u17c1\u1789\u1785\u17b7\u178f\u17d2\u178f\u200b\u1791\u17c1 \u17d4 \u1794\u17d2\u179a\u17a0\u17c2\u179b\u200b\u1787\u17b6\u200b\u1790\u17d2\u1793\u17b6\u1780\u17cb '\u179f\u17b6\u179a' \u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u178a\u17b6\u1780\u17cb\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b \u17d4
1061
No_mostrar=\u1780\u17bb\u17c6\u200b\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1793\u17c1\u17c7 \u1794\u17d2\u179a\u179f\u17b7\u1793\u1794\u17be\u200b\u1798\u17be\u179b\u200b\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793
1062
No_mostrar_la_capa_cuando_la_escala=\u1780\u17bb\u17c6\u200b\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1793\u17c1\u17c7 \u1794\u17d2\u179a\u179f\u17b7\u1793\u1794\u17be\u200b\u1798\u17be\u179b\u200b\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793
1063
No_reconocido=\u1798\u17b7\u1793\u200b\u179f\u17d2\u1782\u17b6\u179b\u17cb
1064
No_se_encontro_la_extension_especificada_en_el_parametro_exclusiveUI=\u179a\u1780\u200b\u1798\u17b7\u200b\u1793\u200b\u1783\u17be\u1789\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1794\u1789\u17d2\u1787\u17b6\u1780\u17cb\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1794\u17c9\u17b6\u179a\u17c9\u17b6\u1798\u17c9\u17c2\u178f\u17d2\u179a 'exclusiveUI' \u17d6
1065
No_se_encontro_la_traduccion_para=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u1780\u17b6\u179a\u200b\u1794\u1780\u1794\u17d2\u179a\u17c2\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb
1066
No_se_pudo_obtener_la_tabla_de_la_capa=\u179c\u17b6\u200b\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1791\u17c5\u200b\u1799\u1780\u200b\u1796\u17b8\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
1067
No_usar_buffer_redondeado=\u1782\u1798\u17d2\u179a\u1794\u200b\u1785\u17bb\u1784\u200b\u179a\u17b6\u1784\u200b\u1785\u178f\u17bb\u1780\u17c4\u178e\u1780\u17c2\u1784
1068
No_vector_layer_can_be_save_changes=\u1798\u17b7\u1793\u1798\u17b6\u1793\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u178a\u17c2\u179b\u200b\u17a2\u17b6\u1785\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1791\u17c1
1069
Nombre=\u1788\u17d2\u1798\u17c4\u17c7
1070
Nombre_que_se_le_dara_al_zoom=\u1788\u17d2\u1798\u17c4\u17c7\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1780\u17b6\u179a\u200b\u1796\u1784\u17d2\u179a\u17b8\u1780
1071
Nombres=\u1788\u17d2\u1798\u17c4\u17c7
1072
None=\u1782\u17d2\u1798\u17b6\u1793
1073
Normal_direction=\u1791\u17b7\u179f\u200b\u1792\u1798\u17d2\u1798\u178f\u17b6
1074
Normalizating=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u179f\u17b6\u1798\u1789\u17d2\u1789...
1075
North=N
1076
North_plane=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1793\u17c1\u17c7\u200b\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1794\u17d2\u179a\u17be\u200b\u1794\u17b6\u1793\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u200b\u179a\u17b6\u1794\u200b\u1791\u17c1
1077
Not_possible_generate_unique_field_name=\u179c\u17b6\u200b\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1788\u17d2\u1798\u17c4\u17c7\u200b\u179c\u17b6\u179b\u200b\u178f\u17c2\u200b\u1798\u17bd\u1799\u200b\u1782\u178f\u17cb\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
1078
Nueva_tabla=\u178f\u17b6\u179a\u17b6\u1784\u200b\u1790\u17d2\u1798\u17b8
1079
Nuevo_conjunto=\u179f\u17c6\u178e\u17bb\u17c6\u200b\u1790\u17d2\u1798\u17b8
1080
Num_intervalos=\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1781\u17b6\u1784\u200b\u179f\u17d2\u178a\u17b6\u17c6\u200b\u1793\u17c3 "0" \u17d6
1081
Number_of_geometries_created_successfully=\u1785\u17c6\u1793\u17bd\u1793\u200b\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u1794\u17b6\u1793\u200b\u17a2\u17b6\u1793\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799
1082
Number_of_geometries_that_couldnt_be_created=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u178a\u17c2\u179b\u200b\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u17a2\u17b6\u1793
1083
Number_of_geometries_to_create=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u1784\u17d2\u1780\u17be\u178f
1084
Number_of_lines=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
1085
Number_of_points=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1785\u17c6\u178e\u17bb\u1785
1086
Number_of_polygons=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
1087
Numero_anillos_concentricos=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb\u200b\u1780\u17b6\u17c6
1088
Numero_de_elementos_seleccionados=\u1785\u17c6\u1793\u17bd\u1793\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f
1089
Numero_de_segmentos_por_cuadrante=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1791\u17b8\u200b\u1794\u17bd\u1793\u200b\u1793\u17c3\u200b\u179a\u1784\u17d2\u179c\u1784\u17cb
1090
N\u00fam_intervalos=\u1785\u17c6\u1793\u17bd\u1793\u200b\u1785\u1793\u17d2\u179b\u17c4\u17c7\u200b\u1796\u17c1\u179b
1091
ODMatrix=\u1798\u17c9\u17b6\u1791\u17d2\u179a\u17b8\u179f\u200b\u1791\u17b7\u179f\u178a\u17c5\u200b\u178a\u17be\u1798...
1092
OK=\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798
1093
Objeto_3D=\u179c\u178f\u17d2\u1790\u17bb\u200b\u178f\u17d2\u179a\u17b8\u1798\u17b6\u178f\u17d2\u179a
1094
Objeto_3D_GIS=\u179c\u178f\u17d2\u1790\u17bb GIS \u178f\u17d2\u179a\u17b8\u1798\u17b6\u178f\u17d2\u179a
1095
Objeto_3D_GIS_Vectorial=\u179c\u178f\u17d2\u1790\u17bb GIS \u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u200b\u178f\u17d2\u179a\u17b8\u1798\u17b6\u178f\u17d2\u179a
1096
Oblique_Mercator=\u1794\u1789\u17d2\u1786\u17c0\u1784 Mercator
1097
Oblique_Stereographic=\u179f\u17d2\u178f\u17c1\u179a\u17c9\u17c1\u17a2\u17bc\u200b\u1780\u17d2\u179a\u17b6\u17a0\u17d2\u179c\u17b7\u1780\u200b\u1794\u1789\u17d2\u1786\u17c0\u1784
1098
Obtener_mas_proximo=\u1794\u17d2\u179a\u17be\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a\u200b\u178a\u17c2\u179b\u200b\u1793\u17c5\u200b\u1787\u17b7\u178f\u200b\u1794\u17c6\u1795\u17bb\u178f
1099
Offset=\u17a2\u17bb\u17a0\u17d2\u179c\u179f\u17b7\u178f
1100
Ok=\u1799\u179b\u17cb\u1796\u17d2\u179a\u1798
1101
On_the_top=\u1793\u17c5\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1781\u17b6\u1784\u200b\u179b\u17be
1102
Ongoing_process_please_wait=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1780\u17c6\u1796\u17bb\u1784\u200b\u1794\u1793\u17d2\u178f \u179f\u17bc\u1798\u200b\u179a\u1784\u17cb\u1785\u17b6\u17c6...
1103
Only_one_elevation_messg=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u1799\u17c8\u1780\u1798\u17d2\u1796\u179f\u17cb\u200b\u1798\u17b6\u1793\u200b\u179a\u17bd\u1785\u200b\u17a0\u17be\u1799\u200b\u1793\u17c5\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u178f\u17d2\u179a\u17b8\u1798\u17b6\u178f\u17d2\u179a
1104
Only_one_elevation_title=\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u1799\u17c8\u1780\u1798\u17d2\u1796\u179f\u17cb
1105
Opaco=\u179f\u17d2\u179a\u17a2\u17b6\u1794\u17cb
1106
Opciones=\u1787\u1798\u17d2\u179a\u17be\u179f
1107
Opciones_de_elevaci\u00c3\u00b3n=
1108
Opciones_de_elevaci\u00f3n=\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u179a\u1799\u17c8\u1780\u1798\u17d2\u1796\u179f\u17cb
1109
Opciones_de_imagen=\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u179a\u17bc\u1794\u1797\u17b6\u1796
1110
Opciones_de_objeto=\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u179c\u178f\u17d2\u1790\u17bb
1111
Open=\u1794\u17be\u1780
1112
Operacion_de_overlay=\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u200b\u178f\u17d2\u179a\u17bd\u178f\u200b\u1782\u17d2\u1793\u17b6
1113
Operaciones_adicionales=\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798
1114
Operation_not_initialized=\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a\u200b\u1798\u17b7\u1793\u200b\u1794\u17b6\u1793\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u200b\u1791\u17c1
1115
Optional_layers_fields_loaded_successfully=\u1794\u17b6\u1793\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u179c\u17b6\u179b\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1787\u17b6\u200b\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799 \u17d4
1116
Options=\u1787\u1798\u17d2\u179a\u17be\u179f
1117
Order=\u179b\u17c6\u178a\u17b6\u1794\u17cb
1118
Origen_de_Datos=\u1794\u17d2\u179a\u1797\u1796\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799 \u17d6
1119
Origen_de_datos=\u1794\u17d2\u179a\u1797\u1796\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
1120
Origin_point=\u1785\u17c6\u178e\u17bb\u1785\u200b\u178a\u17be\u1798
1121
Orthographic=\u1793\u17c3\u17a2\u1780\u17d2\u1781\u179a\u17b6\u179c\u17b7\u179a\u17bb\u1791\u17d2\u1792
1122
Other_Layers_=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1795\u17d2\u179f\u17c1\u1784\u17d7\u200b\u1791\u17c0\u178f \u17d6
1123
Otros=\u1795\u17d2\u179f\u17c1\u1784\u17d7\u200b\u1791\u17c0\u178f
1124
Output_layer=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179b\u1791\u17d2\u1792\u1795\u179b
1125
Outside=\u1781\u17b6\u1784\u200b\u1780\u17d2\u179a\u17c5
1126
Outside_and_inside=\u1781\u17b6\u1784\u200b\u1780\u17d2\u179a\u17c5 \u1793\u17b7\u1784\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u1793\u17bb\u1784
1127
Over_Raster_Layers=\u179b\u17be\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u17c9\u17b6\u179f\u17d2\u1791\u17d0\u179a
1128
Over_Vector_Layers=\u179b\u17be\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a
1129
Overlay=\u178f\u17d2\u179a\u17bd\u178f\u200b\u1782\u17d2\u1793\u17b6
1130
Overlay_Desc=Geoprocesses \u178a\u17c2\u179b\u200b\u179f\u17d2\u179a\u1784\u17cb\u200b\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u1790\u17d2\u1798\u17b8\u17d7\u200b\u1785\u17c1\u1789\u200b\u1796\u17b8\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1796\u17b8\u179a\u200b\u178a\u17c2\u179b\u200b\u178f\u17d2\u179a\u17bd\u178f\u200b\u179b\u17be\u200b\u1782\u17d2\u1793\u17b6 \u17d4
1131
Owner=\u1798\u17d2\u1785\u17b6\u179f\u17cb \u17d6
1132
PAN_TO=\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1796\u17b7\u179f\u17c1\u179f
1133
PDF_format=\u178f\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u17af\u1780\u179f\u17b6\u179a PDF
1134
PERIMETER=\u1794\u179a\u17b7\u1798\u17b6\u178f\u17d2\u179a
1135
POINT=\u1785\u17c6\u178e\u17bb\u1785
1136
POINTSMUSTNOTOVERLAP=<HTML>\u1782\u17d2\u1798\u17b6\u1793\u200b\u1785\u17c6\u178e\u17bb\u1785\u1793\u17c3 <i>A</i> \u17a2\u17b6\u1785\u200b<b>\u178f\u17d2\u179a\u17bd\u178f\u179f\u17ca\u17b8\u1782\u17d2\u1793\u17b6</b> \u1787\u17b6\u200b\u1798\u17bd\u1799\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1795\u17d2\u179f\u17c1\u1784\u200b\u179a\u1794\u179f\u17cb <i>A</i></HTML>
1137
POLYGON=\u1796\u17a0\u17bb\u1780\u17c4\u178e
1138
POLYGONMUSTNOTOVERLAP=<HTML>\u1782\u17d2\u1798\u17b6\u1793\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1793\u17c3\u200b <i>A</i> \u17a2\u17b6\u1785 <b>\u178f\u17d2\u179a\u17bd\u178f\u200b\u179b\u17be</b> \u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1795\u17d2\u179f\u17c1\u1784\u200b\u1791\u17c0\u178f\u200b\u1793\u17c3 <b><i>A</i>\u200b\u1791\u17c1</b></HTML>
1139
POLYGONMUSTNOTOVERLAPWITH=<HTML>\u1782\u17d2\u1798\u17b6\u1793\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1793\u17c3 <i>A</i> \u17a2\u17b6\u1785 <b>\u178f\u17d2\u179a\u17bd\u178f\u200b\u179b\u17be</b> \u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1793\u17c3 <b><i>B</i>\u200b\u1791\u17c1</b></HTML>
1140
POLYGONMUSTNOTSELFINTERSECT=<HTML>\u1782\u17d2\u1798\u17b6\u1793 <b>\u1796\u17a0\u17bb\u1780\u17c4\u178e</b> \u1793\u17c3 <i>A</i> \u17a2\u17b6\u1785\u200b\u1798\u17b6\u1793 <b>\u1780\u17b6\u179a\u200b\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c\u200b\u1781\u17d2\u179b\u17bd\u1793\u200b\u17af\u1784\u200b\u1791\u17c1</b></HTML>
1141
POLYGONSMUSTNOTHAVEGAPS=<HTML>\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1798\u17b6\u1793 <b>\u1785\u1793\u17d2\u179b\u17c4\u17c7</b> \u179a\u179c\u17b6\u1784\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1793\u17c3<i> A</i></HTML>
1142
PROJECTIVE_TRANSFORM=\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u1785\u17c6\u178e\u17c4\u179b
1143
Pagina=\u1791\u17c6\u1796\u17d0\u179a
1144
Pan_Navigation=\u1795\u17d2\u179b\u17b6\u179f\u17cb\u1791\u17b8
1145
Parameters=\u1794\u17c9\u17b6\u179a\u17c9\u17b6\u1798\u17c9\u17c2\u178f\u17d2\u179a
1146
Parametros=\u1794\u17c9\u17b6\u179a\u17c9\u17b6\u1798\u17c9\u17c2\u178f\u17d2\u179a
1147
Parametros_De_Entrada_Para_La_Correccion=\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u1780\u17c2
1148
Path=\u1795\u17d2\u179b\u17bc\u179c
1149
Path_where_create_the_new_layer_files=\u1790\u178f\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1790\u17d2\u1798\u17b8
1150
Pegado_sobre_el_terreno=\u1782\u17b6\u17c6\u1784
1151
Percent=\u1797\u17b6\u1782\u179a\u1799
1152
Percent_of_load=\u1797\u17b6\u1782\u200b\u179a\u1799\u200b\u1794\u17b6\u1793\u200b\u1795\u17d2\u1791\u17bb\u1780
1153
Perimeter=\u1794\u179a\u17b7\u1798\u17b6\u178f\u17d2\u179a
1154
Perimetro=\u1794\u179a\u17b7\u1798\u17b6\u178f\u17d2\u179a
1155
Permite_etiquetar_los_elementos_del_mapa_con_el_valor_de_un_determinado_campo=\u178a\u17b6\u1780\u17cb\u200b\u179f\u17d2\u179b\u17b6\u1780\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u1796\u17b7\u179f\u17c1\u179f\u200b\u1793\u17b8\u1798\u17bd\u1799\u17d7\u200b\u178a\u17c4\u1799\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u179a\u1794\u179f\u17cb\u200b\u179c\u17b6\u179b\u200b\u178f\u17b6\u179a\u17b6\u1784\u200b\u1782\u17bb\u178e\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f
1156
Personalizado=\u1795\u17d2\u1791\u17b6\u179b\u17cb\u1781\u17d2\u179b\u17bd\u1793
1157
Photometric_=\u179c\u17b6\u179f\u17cb\u200b\u1796\u1793\u17d2\u179b\u17ba \u17d6
1158
Pies=\u17a0\u17d2\u179c\u17ca\u17b8\u178f\u1790\u17cd
1159
Pixel_Point=\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u1797\u17b8\u1780\u179f\u17c2\u179b
1160
Plain=\u1792\u1798\u17d2\u1798\u178f\u17b6
1161
Plane_coordinates=\u1780\u17bc\u17a2\u179a\u178a\u17c4\u178e\u17c1\u200b\u179a\u17b6\u1794\u179f\u17d2\u1798\u17be
1162
Please_enter_a_valid_number=\u179f\u17bc\u1798\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u179b\u17c1\u1781\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
1163
Please_enter_max_cost_MST=\u178f\u1798\u17d2\u179b\u17c3\u200b\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u1782\u178e\u1793\u17b6\u200b\u1798\u17c2\u1780\u1792\u17b6\u1784\u200b\u1794\u1784\u17d2\u1781\u17bc\u1785\u200b\u17a2\u1794\u17d2\u1794\u179a\u1794\u179a\u1798\u17b6
1164
Please_select_a_valid_file=\u179f\u17bc\u1798\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c \u17d4
1165
PluginClassLoader.Dos_clases_con_el_mismo_nombre_en_el_plugin=\u1780\u17d2\u179a\u17bb\u1798\u200b\u200b\u1796\u17b8\u179a\u200b\u1798\u17b6\u1793\u200b\u1788\u17d2\u1798\u17c4\u17c7\u200b\u178a\u17bc\u1785\u200b\u1782\u17d2\u1793\u17b6
1166
PluginClassLoader.Error_reading_file=\u1780\u17c6\u17a0\u17bb\u179f IO \u17d6
1167
PluginServices.Bug=en el c\u00f3digo=Application bug
1168
PluginServices.Bug\ en\ el\ c\u00f3digo=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8
1169
PluginServices.Bug_en_el_codigo=\u1780\u17c6\u17a0\u17bb\u179f
1170
PluginServices.Error=grave de la aplicaci\u00f3n. Es conveniente que salgas de la aplicaci\u00f3n= \u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8 \u17d4 \u179c\u17b6\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1795\u17d2\u178a\u179b\u17cb\u200b\u17a2\u1793\u17bb\u179f\u17b6\u179f\u1793\u17cd\u200b\u17b2\u17d2\u1799\u200b\u1794\u17b7\u1791\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8 \u17d4
1171
PluginServices.Error\ grave\ de\ la\ aplicaci\u00c3\u00b3n.\ \ \n\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00c3\u00b3n=
1172
PluginServices.Error\ grave\ de\ la\ aplicaci\u00c3\u00b3n.\n\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00c3\u00b3n=
1173
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u00a0\u17d4 \u179c\u17b6\u200b\u1795\u17d2\u178a\u179b\u17cb\u200b\u17a2\u1793\u17bb\u179f\u17b6\u179f\u1793\u17cd\u200b\u17b2\u17d2\u1799\u200b\u1794\u17b7\u1791\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u00a0\u17d4
1174
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\ \ \n\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8 \u17d4 \u179c\u17b6\u200b\u1795\u17d2\u178a\u179b\u17cb\u200b\u17a2\u1793\u17bb\u179f\u17b6\u179f\u1793\u17cd\u200b\u17b2\u17d2\u1799\u200b\u1794\u17b7\u1791\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8 \u17d4
1175
PluginServices.Error\ grave\ de\ la\ aplicaci\u00f3n.\n\ Es\ conveniente\ que\ salgas\ de\ la\ aplicaci\u00f3n=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8 \u17d4 \u179c\u17b6\u200b\u1795\u17d2\u178a\u179b\u17cb\u200b\u17a2\u1793\u17bb\u179f\u17b6\u179f\u1793\u17cd\u200b\u17b2\u17d2\u1799\u200b\u1794\u17b7\u1791\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8 \u17d4
1176
PluginServices.Error_grave_de_la_aplicacion=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1792\u17d2\u1784\u1793\u17cb\u1792\u17d2\u1784\u179a \u17d4 \u1799\u1780\u200b\u179b\u17d2\u17a2 \u17a2\u17d2\u1793\u1780\u200b\u1782\u17bd\u179a\u200b\u178f\u17c2\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780 \u17a0\u17be\u1799\u200b\u1794\u17b7\u1791\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8
1177
PluginServices.Error_grave_de_la_aplicaci\u00f3n=\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1792\u17d2\u1784\u1793\u17cb\u1792\u17d2\u1784\u179a
1178
PluginServices.No_se_encontro_el_recurso_de_traducciones=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u1780\u1789\u17d2\u1785\u1794\u17cb\u200b\u1794\u17d2\u179a\u1797\u1796
1179
PluginServices.No_se_encontro_la_traduccion_para=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u1780\u17b6\u179a\u200b\u1794\u1780\u1794\u17d2\u179a\u17c2\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb
1180
PluginServices.No_se_pudo_poner_el_reloj_de_arena=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u179c\u17b6\u179f\u17cb\u200b\u1796\u17c1\u179b\u200b\u179c\u17c1\u179b\u17b6\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1
1181
PluginServices.No_se_pudo_restaurar_el_cursor_del_raton=\u1798\u17b7\u1793\u200b\u17a2\u17b6\u1785\u200b\u179f\u17d2\u178a\u17b6\u179a\u200b\u1791\u179f\u17d2\u179f\u1793\u17cd\u1791\u17d2\u179a\u1793\u17b7\u1785\u200b\u1794\u17b6\u1793\u200b\u1791\u17c1\u200b
1182
PluginServices.Procesando=\u1780\u17c6\u1796\u17bb\u1784\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a
1183
Point=\u1785\u17c6\u178e\u17bb\u1785
1184
PointPropertyType=\u1785\u17c6\u178e\u17bb\u1785
1185
Point\ Shape\ Files=
1186
Points=\u1785\u17c6\u178e\u17bb\u1785
1187
PointsToLineOrPolygon=\u1785\u17c6\u178e\u17bb\u1785\u200b\u1791\u17c5\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb \u17ac\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
1188
Points_to_line=\u1785\u17c6\u178e\u17bb\u1785\u200b\u1791\u17c5\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
1189
Points_to_polygon=\u1785\u17c6\u178e\u17bb\u1785\u200b\u1791\u17c5\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
1190
Polar_Stereographic=\u179f\u17d2\u178f\u17c1\u179a\u17c9\u17c1\u17a2\u17bc\u200b\u1780\u17d2\u179a\u17b6\u17a0\u17d2\u179c\u17b7\u1780\u200b\u1780\u17d2\u1794\u17c2\u179a\u200b\u1794\u17c9\u17bc\u179b\u200b
1191
Poly_To_Lines=\u1780\u17b6\u178f\u17cb\u200b\u1794\u1793\u17d2\u1790\u1799\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
1192
Polyconic=\u179f\u17b6\u1787\u17b8\u200b\u1785\u17d2\u179a\u17be\u1793
1193
Polygon=\u1796\u17a0\u17bb\u1780\u17c4\u178e
1194
PolygonBuild._Progress_Message=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u178b\u17b6\u1793\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e...
1195
PolygonCADTool.circumscribed=C
1196
PolygonCADTool.into_circle=I
1197
PolygonPropertyType=\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e
1198
PolygonToLines=\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1791\u17c5\u200b\u1787\u17b6\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb
1199
Polygons=\u1796\u17a0\u17bb\u1780\u17c4\u178e
1200
PolylineCADTool.arc=A
1201
PolylineCADTool.close_polyline=C
1202
PolylineCADTool.end=E
1203
PolylineCADTool.line=L
1204
Por_favor_active_el_tema=\u179f\u17bc\u1798\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179f\u1780\u1798\u17d2\u1798
1205
Por_favor_active_la_capa=\u179f\u17bc\u1798\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179f\u1780\u1798\u17d2\u1798
1206
Posicion_origen=\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u178a\u17be\u1798
1207
PowerWall=PowerWall
1208
Preferences=\u1785\u17c6\u178e\u17bc\u179b\u200b\u1785\u17b7\u178f\u17d2\u178f
1209
Preferencias=\u1785\u17c6\u178e\u17bc\u179b\u200b\u1785\u17b7\u178f\u17d2\u178f
1210
Preparar_pagina=\u1780\u17b6\u179a\u200b\u179a\u17c0\u1794\u1785\u17c6\u200b\u1791\u17c6\u1796\u17d0\u179a
1211
Previsualizacion=\u1798\u17be\u179b\u200b\u1787\u17b6\u200b\u1798\u17bb\u1793
1212
Previsualizacion_de_simbolo=\u1798\u17be\u179b\u200b\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6\u200b\u1787\u17b6\u200b\u1798\u17bb\u1793
1213
Print=\u1794\u17c4\u17c7\u1796\u17bb\u1798\u17d2\u1796...
1214
Procesando_linea=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1794\u178e\u17d2\u178a\u17b6\u1789 \u17d6
1215
Process_canceled=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1794\u17c4\u17c7\u1794\u1784\u17cb\u200b
1216
Process_canceled_=\u200b\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1794\u17c4\u17c7\u1794\u1784\u17cb\u200b \u17d4
1217
Process_cancelled=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1794\u17c4\u17c7\u1794\u1784\u17cb\u200b \u17d4
1218
Process_failed=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1794\u179a\u17b6\u1787\u17d0\u1799
1219
Process_finished=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1794\u1789\u17d2\u1785\u1794\u17cb
1220
Process_finished_successfully=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1794\u1789\u17d2\u1785\u1794\u17cb\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799
1221
Process_finished_wont_be_cancelled=\u178a\u17c6\u178e\u17be\u179a\u1780\u17b6\u179a\u200b\u1794\u17b6\u1793\u200b\u1794\u1789\u17d2\u1785\u1794\u17cb\u200b\u179a\u17bd\u1785\u200b\u17a0\u17be\u1799 \u17d4 \u1793\u17b9\u1784\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u1794\u17c4\u17c7\u1794\u1784\u17cb\u200b\u1791\u17c1 \u17d4
1222
Process_type=\u179a\u1794\u17c0\u1794\u200b\u1794\u17d2\u179a\u178f\u17b7\u1794\u178f\u17d2\u178f\u17b7\u1780\u17b6\u179a \u17d6
1223
Progressive_=\u179c\u178c\u17d2\u178d\u1793\u1797\u17b6\u1796 \u17d6
1224
Propiedades_3D=\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u178f\u17d2\u179a\u17b8\u1798\u17b6\u178f\u17d2\u179a
1225
Propiedades_de_la_Capa=\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
1226
Propiedades_del_Tema=\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
1227
Propiedades_escala_grafica=\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u179a\u1794\u17b6\u179a\u200b\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793
1228
Propiedades_texto=\u179b\u1780\u17d2\u1781\u178e\u179f\u1798\u17d2\u1794\u178f\u17d2\u178f\u17b7\u200b\u17a2\u178f\u17d2\u1790\u1794\u1791
1229
Proximidad=\u1787\u17b7\u178f\u17d7\u1782\u17d2\u1793\u17b6
1230
Proximidad_Desc=Geoprocess \u178a\u17c2\u179b\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1780\u17b6\u179a\u200b\u179c\u17b7\u1797\u17b6\u1782\u200b\u1793\u17c5\u200b\u1787\u17b7\u178f\u17d7\u1782\u17d2\u1793\u17b6 \u17d4
1231
Proyeccion_Actual=\u1785\u17c6\u178e\u17c4\u179b\u200b\u1794\u17d2\u179a\u1797\u1796
1232
Proyeccion_Destino=\u1785\u17c6\u178e\u17c4\u179b\u200b\u1782\u17c4\u179b\u178a\u17c5
1233
Proyecciones=\u1785\u17c6\u178e\u17c4\u179b
1234
Proyection_Select=\u1794\u17d2\u179a\u1797\u17c1\u1791 \u17d6
1235
Pulgadas=\u17a2\u17ca\u17b7\u1793\u17d2\u1788\u17cd\u200b
1236
QuadBuffer=\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb Quad
1237
Quartic_Authalic=Quartic Authalic
1238
Quick_Print=\u1794\u17c4\u17c7\u1796\u17bb\u1798\u17d2\u1796\u200b\u179a\u17a0\u17d0\u179f
1239
Quitar=\u1799\u1780\u1785\u17c1\u1789
1240
Quitar_Todos=\u1799\u1780\u1785\u17c1\u1789\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb
1241
Quitar_capa=\u1799\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1785\u17c1\u1789
1242
Quitar_todos=\u1799\u1780\u1785\u17c1\u1789\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb
1243
REMOVE_OVERSHOOT_FIX=\u179b\u17bb\u1794\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u17a0\u17bd\u179f
1244
REMOVE_PSEUDONODE_FIX=\u179b\u17bb\u1794\u200b\u1790\u17d2\u1793\u17b6\u17c6\u1784 pseudo
1245
REMOVE_REPEATED_COORDS_FIX=\u179b\u17bb\u1794\u200b\u1780\u17bc\u17a2\u179a\u178a\u17c4\u178e\u17c1\u200b\u178a\u17c2\u179b\u200b\u179f\u17d2\u1791\u17bd\u1793
1246
RGB=RGB
1247
RMS=RMS
1248
RUBBER_SHEET_TIN_LAYER=\u1780\u17b6\u179a\u200b\u1794\u17c2\u1784\u1787\u17b6\u200b\u200b\u200b\u178f\u17d2\u179a\u17b8\u1780\u17c4\u178e\u200b\u1793\u17c3\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u178f\u17d2\u179a\u17bd\u178f\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799
1249
RUBBER_SHEET_TRANSFORM=\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u1797\u17b6\u1796 Rubber-sheet
1250
R_format=R format (only cost in secs). Use A <- matrix(scan('matrix.dat', n = 200*2000), 200, 2000, byrow = TRUE)
1251
Radius=\u1780\u17b6\u17c6
1252
Rango_de_escalas=\u1787\u17bd\u179a\u200b\u1798\u17b6\u178f\u17d2\u179a\u178a\u17d2\u178b\u17b6\u1793
1253
Rango_maximo=\u1787\u17bd\u179a\u200b\u17a2\u178f\u17b7\u1794\u179a\u1798\u17b6
1254
Rango_minimo=\u1787\u17bd\u179a\u17a2\u1794\u17d2\u1794\u1794\u179a\u1798\u17b6
1255
Raster=\u179a\u17c9\u17b6\u179f\u17d2\u1791\u17d0\u179a\u200b
1256
Raster_Layers_=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u17c9\u17b6\u179f\u17d2\u1791\u17d0\u179a \u17d6
1257
Raster_layer=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u17c9\u17b6\u179f\u17d2\u1791\u17d0\u179a
1258
Rasterfiles=\u17af\u1780\u179f\u17b6\u179a\u200b\u179a\u17c9\u17b6\u179f\u17d2\u1791\u17d0\u179a
1259
Rasterize_layer_question=\u178f\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1785\u1784\u17cb\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179a\u17c9\u17b6\u179f\u17d2\u1791\u17d0\u179a\u200b\u200b\u178a\u17c2\u179a\u200b\u17ac\u200b\u1791\u17c1 (\u1794\u17b6\u1791/\u1791\u17c1) ?
1260
RealityCenter=\u1780\u178e\u17d2\u178a\u17b6\u179b\u200b\u1796\u17b7\u178f\u1794\u17d2\u179a\u17b6\u1780\u178a
1261
Recortar=\u1785\u17d2\u179a\u17b9\u1794
1262
Recortar._Introduccion_de_datos=\u1785\u17d2\u179a\u17b9\u1794 \u17d4 \u1780\u17b6\u179a\u200b\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799
1263
RectangleCADTool.square=S
1264
Recuperar_leyenda=\u1795\u17d2\u1791\u17bb\u1780\u200b\u178f\u17b6\u1784
1265
Recuperar_y_eliminar_otros_zoom=\u179f\u17d2\u178a\u17b6\u179a \u1793\u17b7\u1784\u200b\u179b\u17bb\u1794\u200b\u1780\u17b6\u179a\u200b\u1796\u1784\u17d2\u179a\u17b8\u1780\u200b\u1795\u17d2\u179f\u17c1\u1784\u17d7
1266
Recursos=Disponibles= \u1792\u1793\u1792\u17b6\u1793\u200b\u178a\u17c2\u179b\u1798\u17b6\u1793
1267
Recursos\ Disponibles=\u1792\u1793\u1792\u17b6\u1793\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793
1268
Refresh_automaticaly=\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u179f\u17d2\u179a\u179f\u17cb\u200b\u178a\u17c4\u1799\u200b\u179f\u17d2\u179c\u17d0\u1799\u200b\u1794\u17d2\u179a\u179c\u178f\u17d2\u178f\u17b7
1269
Reload=\u1795\u17d2\u1791\u17bb\u1780\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789
1270
Remove=\u1799\u1780\u1785\u17c1\u1789
1271
RemoveEnds=\u1799\u1780\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1781\u17b6\u1784\u200b\u1785\u17bb\u1784\u200b\u1785\u17c1\u1789
1272
Remove_All=\u179b\u17bb\u1794\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb
1273
Remove_Lyr=\u179b\u17bb\u1794\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
1274
Remove_Lyr_WARNING1=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1793\u17c1\u17c7\u200b\u1787\u17b6\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u179a\u1794\u179f\u17cb\u179c\u17b7\u1792\u17b6\u1793\u200b\u200b\u178a\u17bc\u1785\u200b\u1781\u17b6\u1784\u1780\u17d2\u179a\u17c4\u1798 \u17d6
1275
Remove_Lyr_WARNING2=\u1794\u1793\u17d2\u178f \u17a0\u17be\u1799\u200b\u1794\u17c4\u17c7\u1794\u1784\u17cb\u200b\u1796\u17d0\u178f\u17cc\u1798\u17b6\u1793\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6\u200b\u178a\u17c2\u179b\u200b\u1791\u17b6\u1780\u17cb\u1791\u1784\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb \u179a\u17bd\u1798\u200b\u1791\u17b6\u17c6\u1784\u200b\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1795\u1784\u200b\u178a\u17c2\u179a ?
1276
Remove_Rule=\u179b\u17bb\u1794
1277
Remove_action=\u1799\u1780\u200b\u179f\u1780\u1798\u17d2\u1798\u1797\u17b6\u1796\u200b\u1785\u17c1\u1789
1278
Removed_layer_with_influence_areas_to_TOC=\u1794\u17b6\u1793\u200b\u1799\u1780\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u178f\u17c6\u1794\u1793\u17cb\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb\u200b\u1785\u17c1\u1789\u200b\u1796\u17b8\u200b\u178f\u17b6\u179a\u17b6\u1784\u1798\u17b6\u178f\u17b7\u1780\u17b6\u00a0\u17d4
1279
Reproyeccion._Introduccion_de_datos=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1785\u17c6\u178e\u17c4\u179b\u200b\u17a1\u17be\u1784\u179c\u17b7\u1789 \u17d4 \u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1791\u17b7\u1793\u17d2\u1793\u1793\u17d0\u1799 \u17d4
1280
Reproyectar=\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1785\u17c6\u178e\u17c4\u179b\u200b\u17a1\u17be\u1784\u200b\u179c\u17b7\u1789
1281
Reset_View=\u1780\u17c6\u178e\u178f\u17cb\u200b\u1791\u17b7\u178a\u17d2\u178b\u1797\u17b6\u1796\u200b\u17a1\u17be\u1784\u179c\u17b7\u1789
1282
Resolucion=\u1782\u17bb\u178e\u1797\u17b6\u1796\u200b\u1794\u1784\u17d2\u17a0\u17b6\u1789
1283
Resource_was_not_saved=\u1792\u1793\u1792\u17b6\u1793\u200b\u1798\u17b7\u1793\u200b\u178f\u17d2\u179a\u17bc\u179c\u200b\u1794\u17b6\u1793\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1791\u17c1
1284
Resultados=\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u179b\u1791\u17d2\u1792\u1795\u179b
1285
Return_to_current_project=\u178f\u17d2\u179a\u17a1\u1794\u17cb\u200b\u1791\u17c5\u200b\u1782\u1798\u17d2\u179a\u17c4\u1784\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793
1286
Reverse_direction=\u1794\u1789\u17d2\u1785\u17d2\u179a\u17b6\u179f\u200b\u1791\u17b7\u179f
1287
RightEye=\u1797\u17d2\u1793\u17c2\u1780\u200b\u179f\u17d2\u178a\u17b6\u17c6
1288
Robinson=Robinson
1289
Rotation=\u1794\u1784\u17d2\u179c\u17b7\u179b \u17d6
1290
Rotation_degreesX=\u1794\u1784\u17d2\u179c\u17b7\u179b (\u178a\u17ba\u1780\u17d2\u179a\u17c1)X \u17d6
1291
Rotation_degreesY=\u1794\u1784\u17d2\u179c\u17b7\u179b (\u178a\u17ba\u1780\u17d2\u179a\u17c1)Y \u17d6
1292
Rotation_degreesZ=\u1794\u1784\u17d2\u179c\u17b7\u179b (\u178a\u17ba\u1780\u17d2\u179a\u17c1)Z \u17d6
1293
Round=\u1798\u17bc\u179b
1294
Route_report=\u1793\u17b6\u17c6\u200b\u1795\u17d2\u179b\u17bc\u179c\u200b\u179a\u1794\u17b6\u1799\u1780\u17b6\u179a\u178e\u17cd
1295
Rule=\u179c\u17b7\u1792\u17b6\u1793
1296
Rule_type=\u179c\u17b7\u1792\u17b6\u1793
1297
Rules=\u179c\u17b7\u1792\u17b6\u1793
1298
Rules_not_registered=\u1782\u17d2\u1798\u17b6\u1793\u179c\u17b7\u1792\u17b6\u1793\u200b\u200b\u1794\u17b6\u1793\u200b\u1780\u178f\u17cb\u178f\u17d2\u179a\u17b6 \u17d6
1299
Runtime_exception_refreshing_the_main_frame_by_a_Swing_thread=\u1780\u179a\u178e\u17b8\u200b\u179b\u17be\u1780\u179b\u17c2\u1784\u200b (\u1780\u17c6\u17a0\u17bb\u179f\u200b\u1792\u17d2\u1784\u1793\u17cb\u1792\u17d2\u1784\u179a) \u1794\u17b6\u1793\u200b\u1787\u17bd\u1794\u200b\u1794\u17d2\u179a\u1791\u17c7\u200b\u1793\u17c5\u200b\u1796\u17c1\u179b\u200b\u17a0\u17c5\u200b\u1781\u17d2\u179f\u17c2\u179f\u17d2\u179a\u17a1\u17b6\u1799 Java Swing \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1792\u17d2\u179c\u17be\u200b\u17b2\u17d2\u1799\u200b\u179f\u17ca\u17bb\u1798\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u200b\u1794\u17d2\u179a\u1791\u17b6\u1780\u17cb\u200b\u17a2\u17d2\u1793\u1780\u200b\u1794\u17d2\u179a\u17be\u200b\u1785\u1798\u17d2\u1794\u1784\u200b\u179f\u17d2\u179a\u179f\u17cb \u17d4
1300
Ruta_borrada_o_inexistente=\u1794\u17b6\u1793\u200b\u179b\u17bb\u1794\u200b\u1795\u17d2\u179b\u17bc\u179c \u17ac\u200b\u1798\u17b7\u1793\u200b\u1794\u17b6\u1793\u200b\u1782\u178e\u1793\u17b6\u200b\u1793\u17c5\u200b\u17a1\u17be\u1799\u200b\u1791\u17c1 \u17d4
1301
Ruta_manual=\u1794\u1789\u17d2\u1785\u17bc\u179b\u200b\u1795\u17d2\u179b\u17bc\u179c
1302
Ruta_no_encontrada=\u179a\u1780\u200b\u1798\u17b7\u1793\u200b\u1783\u17be\u1789\u200b\u1795\u17d2\u179b\u17bc\u179c \u17d4
1303
SELECCIONAR_CURVA=\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u200b\u17b2\u17d2\u1799\u200b\u179a\u17b6\u1794\u200b\u179f\u17d2\u1798\u17be
1304
SI=\u1794\u17b6\u1791
1305
SIMILAR_TRANSFORM=\u1780\u17b6\u179a\u200b\u1794\u17d2\u179b\u17c2\u1784\u200b\u1794\u17d2\u179a\u17a0\u17b6\u1780\u17cb\u1794\u17d2\u179a\u17a0\u17c2\u179b\u200b\u1782\u17d2\u1793\u17b6
1306
SLD_grammar=\u179c\u17c1\u1799\u17d2\u1799\u17b6\u1780\u179a\u178e\u17cd SLD
1307
SPATIAL_ADJUST=\u1780\u17b6\u179a\u1780\u17c2\u178f\u1798\u17d2\u179a\u17bc\u179c\u200b\u1791\u17c6\u17a0\u17c6\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a
1308
SPATIAL_ADJUST_SESSION=\u1780\u17b6\u179a\u200b\u1780\u17c2\u178f\u1798\u17d2\u179a\u17bc\u179c\u200b\u1791\u17c6\u17a0\u17c6\u200b\u179f\u1798\u17d0\u1799
1309
SPLIT_GEOMETRY_TOOL_NAME=\u1796\u17bb\u17c7\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a
1310
SPLIT_SELFINTERSECTING_FIX=\u1796\u17bb\u17c7\u200b\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c\u200b\u1781\u17d2\u179b\u17bd\u1793\u200b\u17af\u1784
1311
SPLIT_SELFINTERSECTING_POLYGON_FIX=\u1796\u17bb\u17c7\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1794\u17d2\u179a\u179f\u1796\u17d2\u179c\u200b\u1781\u17d2\u179b\u17bd\u1793\u200b\u17af\u1784
1312
SQL_query=SQL query
1313
STDEV=STDEV
1314
SUBSTRACT_OVERLAP_AREA_FIX=\u179b\u17bb\u1794\u200b\u200b\u178f\u17c6\u1794\u1793\u17cb\u200b\u178f\u17d2\u179a\u17bd\u178f\u200b\u1782\u17d2\u1793\u17b6\u200b\u1796\u17b8\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1791\u17b6\u17c6\u1784\u1796\u17b8\u179a
1315
SUBSTRACT_OVERLAP_AREA_WITH_FIX=\u179b\u17bb\u1794\u200b\u178f\u17c6\u1794\u1793\u17cb\u200b\u178f\u17d2\u179a\u17bd\u178f\u200b\u1782\u17d2\u1793\u17b6\u200b\u1796\u17b8\u200b\u200b\u1796\u17a0\u17bb\u1780\u17c4\u178e\u200b\u1791\u17b6\u17c6\u1784\u200b\u1796\u17b8\u179a
1316
SUM=SUM
1317
SVG_format=\u178f\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u1791\u17c5\u200b\u17af\u1780\u179f\u17b6\u179a SVG
1318
Salir=\u1785\u17c1\u1789
1319
Sample=\u1782\u17c6\u179a\u17bc
1320
Save_Topology=\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u178b\u17b6\u1793\u200b\u179c\u17b7\u1787\u17d2\u1787\u17b6
1321
Save_TurnCosts=\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u178f\u1798\u17d2\u179b\u17c3\u200b\u178f\u17d2\u179a\u17a1\u1794\u17cb...
1322
Save_the_selected_resources_and_close_current_project=\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1792\u1793\u1792\u17b6\u1793\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f \u17a0\u17be\u1799\u200b\u1794\u17b7\u1791\u200b\u1782\u1798\u17d2\u179a\u17c4\u1784\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793
1323
ScaleCADTool.factor=F
1324
ScaleCADTool.reference=R
1325
Scripting=Scripting
1326
Se_han_encontrado_capas_erroneas_en=\u179a\u1780\u200b\u1783\u17be\u1789\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1798\u17b7\u1793\u200b\u200b\u178f\u17d2\u179a\u17b9\u1798\u178f\u17d2\u179a\u17bc\u179c
1327
Se_superponen_a=\u1793\u17c5\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1781\u17b6\u1784\u200b\u179b\u17be\u200b\u1793\u17c3
1328
Se_va_a_tener_en_cuenta_para_borrar_los_registros_desde=...\u179b\u17bb\u1794\u200b\u1794\u1789\u17d2\u1787\u17b8\u200b\u1796\u17b8
1329
Sean_disjuntos_a=\u1794\u17c6\u1794\u17c2\u1780\u200b\u1796\u17b8
1330
Sean_iguales_a=\u178a\u17bc\u1785\u200b\u1782\u17d2\u1793\u17b6\u200b\u1793\u17b9\u1784
1331
Second_point_coordinates=\u1780\u17bc\u17a2\u179a\u178a\u17c4\u178e\u17c1\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1791\u17b8\u200b\u1796\u17b8\u179a
1332
Seleccion_por_capa=\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u1791\u17c6\u17a0\u17c6...
1333
Seleccion_por_tema=\u1780\u17b6\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u178f\u17b6\u1798\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
1334
Seleccionar=\u1787\u17d2\u179a\u17be\u179f...
1335
Seleccionar_Directorio=\u1795\u17d2\u179b\u17bc\u179c\u200b\u1798\u17b6\u1793\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb...
1336
Seleccionar_capa_con_puntos_de_parada=\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1791\u17c5\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1788\u1794\u17cb
1337
Seleccionar_de_las_capas_activas_los_elementos_que=\u1787\u17d2\u179a\u17be\u179f\u200b\u179b\u1780\u17d2\u1781\u178e\u17c8\u200b\u1796\u17b7\u179f\u17c1\u179f\u200b\u1796\u17b8\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179f\u1780\u1798\u17d2\u1798\u200b\u178a\u17c2\u179b
1338
Seleccionar_del_conjunto=\u1787\u17d2\u179a\u17be\u179f\u200b\u1796\u17b8\u200b\u179f\u17c6\u178e\u17bb\u17c6
1339
Seleccionar_fichero=\u1787\u17d2\u179a\u17be\u179f\u200b\u17af\u1780\u179f\u17b6\u179a
1340
Seleccione_un_formato_para_guardar_la_ruta=\u1787\u17d2\u179a\u17be\u179f\u200b\u200b\u200b\u1791\u17d2\u179a\u1784\u17cb\u1791\u17d2\u179a\u17b6\u1799\u200b \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1795\u17d2\u179b\u17bc\u179c\u200b\u1790\u17d2\u1798\u17b8\u17d7\u200b\u1794\u17c6\u1795\u17bb\u178f
1341
Seleccione_un_formato_para_guardar_los_flags=\u1787\u17d2\u179a\u17be\u179f\u200b\u200b\u1791\u17d2\u179a\u1784\u17cb\u1791\u17d2\u179a\u17b6\u1799\u200b \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1788\u1794\u17cb \u17d6
1342
Seleccione_una_capa_de_puntos_para_crear_paradas=\u1787\u17d2\u179a\u17be\u179f\u200b\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u1794\u1798\u17d2\u179b\u17c2\u1784\u200b\u1791\u17c5\u200b\u1785\u17c6\u178e\u17bb\u1785\u200b\u1788\u1794\u17cb \u17d4
1343
Select_Color=\u1787\u17d2\u179a\u17be\u179f\u200b\u1796\u178e\u17cc
1344
Select_all=\u1787\u17d2\u179a\u17be\u179f\u200b\u1791\u17b6\u17c6\u1784\u17a2\u179f\u17cb
1345
Select_layer=\u1787\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb
1346
Select_layers_and_process=\u1787\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb \u1793\u17b7\u1784\u200b\u1787\u1798\u17d2\u179a\u17be\u179f
1347
Select_link_layer=\u1787\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u178a\u17c2\u179b\u200b\u1798\u17b6\u1793\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a\u200b\u1780\u17c6\u17a0\u17bb\u179f \u17d6
1348
Select_resources_to_save_before_closing_current_project=\u1787\u17d2\u179a\u17be\u179f\u200b\u1792\u1793\u1792\u17b6\u1793 \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u1798\u17bb\u1793\u200b\u1796\u17c1\u179b\u200b\u1794\u17b7\u1791\u200b\u200b\u1782\u1798\u17d2\u179a\u17c4\u1784\u200b\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793
1349
Select_the_annotation_layer_to_store_the_labels_=\u1787\u17d2\u179a\u17be\u179f\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u1798\u17d2\u1782\u17b6\u179b\u17cb\u200b \u178a\u17be\u1798\u17d2\u1794\u17b8\u200b\u179a\u1780\u17d2\u179f\u17b6\u1791\u17bb\u1780\u200b\u179f\u17d2\u179b\u17b6\u1780 \u17d6
1350
Select_the_path=\u1787\u17d2\u179a\u17be\u179f\u200b\u1795\u17d2\u179b\u17bc\u179c
1351
Selected=\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f
1352
Selection_by_buffer_process=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u178f\u17c6\u1794\u1793\u17cb\u200b\u1791\u17d2\u179a\u1793\u17b6\u1794\u17cb
1353
Selection_process_finished_succesfully=\u1794\u17b6\u1793\u200b\u1794\u1789\u17d2\u1785\u1794\u17cb\u200b\u178a\u17c6\u178e\u17be\u179a\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u178a\u17c4\u1799\u200b\u1787\u17c4\u1782\u1787\u17d0\u1799
1354
Selection_restored=\u1794\u17b6\u1793\u200b\u179f\u17d2\u178a\u17b6\u179a\u200b\u1787\u1798\u17d2\u179a\u17be\u179f \u17d4
1355
Service_Area=\u178f\u17c6\u1794\u1793\u17cb\u200b\u179f\u17c1\u179c\u17b6...
1356
Servidor=\u1798\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u200b\u1794\u1798\u17d2\u179a\u17be
1357
Set_labeling_expression=\u1780\u17c6\u178e\u178f\u17cb\u200b\u1780\u1793\u17d2\u179f\u17c4\u1798\u200b\u179f\u17d2\u179b\u17b6\u1780
1358
Set_target_layer=\u1780\u17c6\u178e\u178f\u17cb\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1782\u17c4\u179b\u178a\u17c5
1359
Shalom=
1360
Shape_Type=\u1794\u17d2\u179a\u1797\u17c1\u1791\u200b\u1792\u179a\u178e\u17b8\u1798\u17b6\u178f\u17d2\u179a
1361
Shape_file=\u17af\u1780\u179f\u17b6\u179a\u200b\u179a\u17bc\u1794\u179a\u17b6\u1784
1362
Shapefile=\u17af\u1780\u179f\u17b6\u179a\u200b\u179a\u17bc\u1794\u179a\u17b6\u1784
1363
Shapefiles=\u17af\u1780\u179f\u17b6\u179a\u200b\u179a\u17bc\u1794\u179a\u17b6\u1784
1364
Shortest_Path=\u1795\u17d2\u179b\u17bc\u179c\u200b\u1781\u17d2\u179b\u17b8\u200b\u1794\u17c6\u1795\u17bb\u178f
1365
Show=\u1794\u1784\u17d2\u17a0\u17b6\u1789
1366
Show\ Errors=\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u1780\u17c6\u17a0\u17bb\u179f
1367
Show_grid=\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u1780\u17d2\u179a\u17a1\u17b6\u1785\u178f\u17d2\u179a\u1784\u17d2\u1782
1368
Show_in_map=\u1794\u1784\u17d2\u17a0\u17b6\u1789\u200b\u179b\u17be\u200b\u1795\u17c2\u1793\u200b\u1791\u17b8
1369
Shows_HTML_or_text_files_in_gvSIG=\u1794\u17d2\u179a\u17be\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1798\u17be\u179b\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u17af\u1780\u179f\u17b6\u179a HTML \u1793\u17b7\u1784\u200b\u200b\u17a2\u178f\u17d2\u1790\u1794\u1791
1370
Shows_HTML_or_text_files_inside_gvSIG=\u1794\u17d2\u179a\u17be\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1798\u17be\u179b\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u17af\u1780\u179f\u17b6\u179a HTML \u1793\u17b7\u1784\u200b\u17a2\u178f\u17d2\u1790\u1794\u1791
1371
Shows_PDF_files_in_gvSIG=\u1794\u17d2\u179a\u17be\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1798\u17be\u179b\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u17af\u1780\u179f\u17b6\u179a PDF
1372
Shows_SVG_files_in_gvSIG=\u1794\u17d2\u179a\u17be\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1798\u17be\u179b\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u17af\u1780\u179f\u17b6\u179a SVG
1373
Shows_image_files_in_gvSIG=\u1794\u17d2\u179a\u17be\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1798\u17be\u179b\u200b\u1781\u17b6\u1784\u200b\u1780\u17d2\u1793\u17bb\u1784\u200b\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u179a\u17bc\u1794\u1797\u17b6\u1796
1374
Side=\u1787\u17d2\u179a\u17bb\u1784
1375
Siguiente=\u1794\u1793\u17d2\u1791\u17b6\u1794\u17cb
1376
Simbolo=\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6
1377
Simbolo_Unico=\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6\u200b\u178f\u17c2\u200b\u1798\u17bd\u1799\u200b\u1782\u178f\u17cb
1378
Simbolo_unico=\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6\u200b\u178f\u17c2\u200b\u1798\u17bd\u1799
1379
Simbologia=\u1793\u17b7\u1798\u17b7\u178f\u17d2\u178f\u179f\u1789\u17d2\u1789\u17b6
1380
Sincronizar_camaras=\u1792\u17d2\u179c\u17be\u200b\u179f\u1798\u1780\u17b6\u179b\u1780\u1798\u17d2\u1798\u200b\u1798\u17c9\u17b6\u179f\u17ca\u17b8\u1793\u200b\u1790\u178f
1381
SingleLabelingTool=\u17a7\u1794\u1780\u179a\u178e\u17cd\u200b\u178a\u17b6\u1780\u17cb\u200b\u179f\u17d2\u179b\u17b6\u1780\u200b\u178f\u17c2\u200b\u1798\u17bd\u1799
1382
Single_labeling=\u178a\u17b6\u1780\u17cb\u200b\u179f\u17d2\u179b\u17b6\u1780\u200b\u178f\u17c2\u200b\u1798\u17bd\u1799
1383
Sinusoidal=\u1787\u17b6\u200b\u179f\u17ca\u17b8\u1793\u17bb\u179f\u17bc\u17a2\u17ca\u17b8\u178f\u200b
1384
SistCoor_Geografico2D=\u1791\u17b8\u178f\u17b6\u17c6\u1784\u200b\u1797\u17bc\u1798\u17b7\u179f\u17b6\u179f\u17d2\u178f\u17d2\u179a\u200b\u1791\u17d2\u179c\u17c1\u200b\u1798\u17b6\u178f\u17d2\u179a\u200b
1385
SistCoor_Parametro=\u1794\u17c9\u17b6\u179a\u17c9\u17b6\u1798\u17c9\u17c2\u178f\u17d2\u179a
1386
SistCoor_Proyactado=\u1794\u17b6\u1793\u200b\u1794\u1784\u17d2\u1780\u17be\u178f\u200b\u1785\u17c6\u178e\u17c4\u179b
1387
SistCoor_Proyeccion=\u1785\u17c6\u178e\u17c4\u179b
1388
SistCoor_Unidades=\u17af\u1780\u178f\u17b6\u200b
1389
SistCoor_Valor=\u178f\u1798\u17d2\u179b\u17c3
1390
SistCoor_cbToolTip=\u1787\u17d2\u179a\u17be\u179f\u200b\u1787\u1798\u17d2\u179a\u17be\u179f\u200b\u1798\u17bd\u1799
1391
SistCoor_titmarco=\u1794\u17d2\u179a\u1796\u17d0\u1793\u17d2\u1792\u200b\u1780\u17bc\u17a2\u179a\u178a\u17c4\u178e\u17c1
1392
Size=\u1791\u17c6\u17a0\u17c6
1393
SmartOrderManager=\u179b\u17c6\u178a\u17b6\u1794\u17cb\u200b\u1786\u17d2\u179b\u17b6\u178f
1394
Smooth_Geometry=\u179a\u17b6\u1794\u179f\u17d2\u1798\u17be
1395
Smooth_Lines=\u1794\u1793\u17d2\u1791\u17b6\u178f\u17cb\u200b\u179a\u17b6\u1794\u179f\u17d2\u1798\u17be
1396
Snapping=\u1780\u17b6\u200b\u179a\u1790\u178f
1397
Sobreescribir_fichero=\u179f\u179a\u179f\u17c1\u179a\u200b\u1787\u17b6\u1793\u17cb\u200b\u179b\u17be\u200b\u17af\u1780\u179f\u17b6\u179a
1398
Sobreescribir_fichero_Pregunta_1=\u1798\u17b6\u1793\u200b\u17af\u1780\u179f\u17b6\u179a\u200b\u178a\u17c2\u179b\u200b\u1794\u17b6\u1793\u200b\u1787\u17d2\u179a\u17be\u179f\u200b\u179a\u17bd\u1785\u200b\u17a0\u17be\u1799
1399
Sobreescribir_fichero_Pregunta_2=\u178f\u17be\u200b\u17a2\u17d2\u1793\u1780\u200b\u1785\u1784\u17cb\u200b\u200b\u179f\u179a\u179f\u17c1\u179a\u200b\u1787\u17b6\u1793\u17cb\u200b\u179b\u17be\u200b\u179c\u17b6\u200b\u17ac ?
1400
Solo_disolver_adyacentes=\u179a\u17c6\u179b\u17b6\u1799\u200b\u178f\u17c2\u200b\u17a2\u17d2\u179c\u17b8\u200b\u178a\u17c2\u179b\u200b\u1793\u17c5\u200b\u1787\u17b6\u1794\u17cb\u17d7\u200b\u1782\u17d2\u1793\u17b6 \u17d4
1401
Solo_para_capas_vectoriales=\u179f\u1798\u17d2\u179a\u17b6\u1794\u17cb\u200b\u178f\u17c2\u200b\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u179c\u17c9\u17b7\u1785\u1791\u17d0\u179a
1402
Source_layer=\u179f\u17d2\u179a\u1791\u17b6\u1794\u17cb\u200b\u1794\u17d2\u179a\u1797\u1796
1403
Source_table_=\u1788\u17d2\u1798\u17c4\u17c7 \u17d6
1404
Source_table_options=\u1797\u17d2\u1787\u17b6\u1794\u17cb\u200b\u179c\u17b6\u179b\u200b\u1790\u17d2\u1798\u17b8\u200b\u1791\u17c5\u200b\u178f\u17b6\u179a\u17b6\u1784 \u17d6
1405
Source_x=x0
1406
Source_y=y0
1407
South=S
1408
Spatial_Adjust=\u1794\u17d2\u179b\u17c2\u1784
1409
Spherical=\u179a\u17b6\u1784\u200b\u178a\u17bc\u1785\u200b\u179f\u17d2\u179c\u17ca\u17c2\u179a\u200b
1410
SplashWindow.Iniciando=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798...
1411
SplashWindow.configuring_proxy=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u179a\u1785\u1793\u17b6\u179f\u1798\u17d2\u1796\u17d0\u1793\u17d2\u1792\u200b\u1794\u17d2\u179a\u17bc\u1780\u179f\u17ca\u17b8...
1412
SplashWindow.initializing_extensions=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798...
1413
SplashWindow.installing_extensions_controls=\u1780\u17c6\u1796\u17bb\u1784\u200b\u178a\u17c6\u17a1\u17be\u1784\u200b\u179c\u178f\u17d2\u1790\u17bb\u200b\u1794\u1789\u17d2\u1787\u17b6\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798...
1414
SplashWindow.installing_extensions_labels=\u1780\u17c6\u1796\u17bb\u1784\u200b\u178a\u17c6\u17a1\u17be\u1784\u200b\u179f\u17d2\u179b\u17b6\u1780\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798...
1415
SplashWindow.installing_extensions_menu=\u1780\u17c6\u1796\u17bb\u1784\u200b\u178a\u17c6\u17a1\u17be\u1784\u200b\u1798\u17c9\u17ba\u1793\u17bb\u1799\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798...
1416
SplashWindow.installing_extensions_menus=\u1780\u17c6\u1796\u17bb\u1784\u200b\u178a\u17c6\u17a1\u17be\u1784\u200b\u1798\u17c9\u17ba\u1793\u17bb\u1799\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798...
1417
SplashWindow.loading_plugin_settings=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1795\u17d2\u1791\u17bb\u1780\u200b\u1780\u17b6\u179a\u200b\u1780\u17c6\u178e\u178f\u17cb\u200b\u1780\u1798\u17d2\u1798\u179c\u17b7\u1792\u17b8\u200b\u1787\u17c6\u1793\u17bd\u1799...
1418
SplashWindow.looking_for_a_skin=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1796\u17b7\u1793\u17b7\u178f\u17d2\u1799\u200b\u1798\u17be\u179b\u200b\u179f\u17d2\u1794\u17c2\u1780 GUI...
1419
SplashWindow.looking_for_updates=\u1780\u17c6\u1796\u17bb\u1784\u200b\u179a\u1780\u200b\u1798\u17be\u179b\u200b\u1794\u1785\u17d2\u1785\u17bb\u1794\u17d2\u1794\u1793\u17d2\u1793\u1797\u17b6\u1796...
1420
SplashWindow.post_initializing_extensions=\u1780\u17c6\u1796\u17bb\u1784\u200b\u1785\u17b6\u1794\u17cb\u1795\u17d2\u178a\u17be\u1798\u200b\u1795\u17d2\u1793\u17c2\u1780\u200b\u1794\u1793\u17d2\u1790\u17c2\u1798...
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff