Commit edc7dde27e31b5566d110a787f60bb198bfeef53
1 parent
e6d77767
Exists in
master
and in
7 other branches
traducción
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ferramentas/carregamapa/dicionario.js
... | ... | @@ -3,11 +3,11 @@ i3GEOF.carregaMapa.dicionario = { |
3 | 3 | 'insereArquivo' : [ { |
4 | 4 | pt : "Arquivo para upload:", |
5 | 5 | en : "", |
6 | - es : "" | |
6 | + es : "Archivo para upload" | |
7 | 7 | } ], |
8 | 8 | 'carregaArquivo' : [ { |
9 | 9 | pt : "Carregar arquivo", |
10 | 10 | en : "", |
11 | - es : "" | |
11 | + es : "Cargar archivo" | |
12 | 12 | } ] |
13 | 13 | }; |
14 | 14 | \ No newline at end of file | ... | ... |