Commit e3c0540abea9c29b4563ca3cdc7e9ff7b06d7161
1 parent
fc440ace
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
classesjs/dicionario.js
... | ... | @@ -2347,22 +2347,22 @@ g_traducao = { |
2347 | 2347 | "mostraSoLegenda" : [ |
2348 | 2348 | { |
2349 | 2349 | pt : "só legenda", |
2350 | - en : "", | |
2351 | - es : "" | |
2350 | + en : "only legend", | |
2351 | + es : "sólo leyenda" | |
2352 | 2352 | } |
2353 | 2353 | ], |
2354 | 2354 | "removerDoMapa" : [ |
2355 | 2355 | { |
2356 | 2356 | pt : "Remove a camada do mapa?", |
2357 | - en : "", | |
2358 | - es : "" | |
2357 | + en : "Do you want to remove the layer from map?", | |
2358 | + es : "¿Se remueve la capa del mapa?" | |
2359 | 2359 | } |
2360 | 2360 | ], |
2361 | 2361 | "dicaBuscaRapida" : [ |
2362 | 2362 | { |
2363 | 2363 | pt : "Abre uma janela flutuante com opções de busca de dados em serviços como o Google Maps ou nas camadas exsitentes no mapa", |
2364 | - en : "", | |
2365 | - es : "" | |
2364 | + en : "It opens a window with options to search data in services like Google Maps or in the map existing layers", | |
2365 | + es : "Abre una ventana con opciones de búsqueda de datos en servicios como Google Maps o en las capas existentes en el mapa" | |
2366 | 2366 | } |
2367 | 2367 | ], |
2368 | 2368 | "refresh" : [ | ... | ... |