Commit 65afa5cc2788bfa3f7a5d20867034f7a7e24d034
1 parent
f08c3e4c
Exists in
master
and in
6 other branches
Tradução de ferramentas/excluirarvore/dicionario.js
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
ferramentas/excluirarvore/dicionario.js
... | ... | @@ -2,12 +2,12 @@ |
2 | 2 | i3GEOF.excluirarvore.dicionario = { |
3 | 3 | 'removeMapa' : [ { |
4 | 4 | pt : "Remover do mapa os marcados", |
5 | - en : "", | |
6 | - es : "" | |
5 | + en : "Remove bookmarks from the map", | |
6 | + es : "Eliminar los marcados del mapa" | |
7 | 7 | } ], |
8 | 8 | 'selecionaCamada' : [ { |
9 | 9 | pt : "Escolha uma camada pelo menos", |
10 | - en : "", | |
11 | - es : "" | |
10 | + en : "At least select a layer", | |
11 | + es : "Seleccione al menos una capa" | |
12 | 12 | } ] |
13 | 13 | }; |
14 | 14 | \ No newline at end of file | ... | ... |