Commit b9942659b34c7f9b7676499944cd4f9d7b72e679
1 parent
6f060590
Exists in
master
and in
7 other branches
Update dicionario.js
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
init/dicionario.js
... | ... | @@ -172,22 +172,22 @@ g_traducao_init = |
172 | 172 | "13a" : [ |
173 | 173 | { |
174 | 174 | pt : "Com esse utilitário você pode criar links para abrir o i3Geo. Escolha as camadas, a abrangência geográfica, a interface e outros parâmetros.", |
175 | - en : "", | |
176 | - es : "" | |
175 | + en : "This tool allow you to create links to open i3Geo. Select layers, geographic extent, interface and any other parameter.", | |
176 | + es : "Con esta herramienta usted puede crear enlaces para abrir i3Geo. Seleccione las capas, la extensión geográfica, la interfaz y otros parámetros." | |
177 | 177 | } |
178 | 178 | ], |
179 | 179 | 14 : [ |
180 | 180 | { |
181 | 181 | pt : "Exemplos de customização", |
182 | - en : "Examples of customization", | |
182 | + en : "Customization examples", | |
183 | 183 | es : "Ejemplos de personalización" |
184 | 184 | } |
185 | 185 | ], |
186 | 186 | "14a" : [ |
187 | 187 | { |
188 | 188 | pt : "As interfaces dos mapas podem ser modificadas de diferentes maneiras. Os exemplos mostram como fazer as mais comuns.", |
189 | - en : "", | |
190 | - es : "" | |
189 | + en : "There are many ways of modifying map interfaces. The examples show how to execute the ones that are more popular.", | |
190 | + es : "Las interfaces de los mapas pueden ser modificadas de varias formas. Los ejemplos muestran cómo hacer las más comunes." | |
191 | 191 | } |
192 | 192 | ], |
193 | 193 | 15 : [ | ... | ... |