Commit 9a9fa0f4bbeeacfa2d33b369416a02db3667caac
1 parent
ce5f7294
Exists in
master
and in
6 other branches
Traduçâo de ferramentas/uploadgpx/dicionario.js
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
ferramentas/uploadgpx/dicionario.js
... | ... | @@ -2,17 +2,17 @@ |
2 | 2 | i3GEOF.uploadgpx.dicionario = { |
3 | 3 | 'arquivoGpx' : [ { |
4 | 4 | pt : "Arquivo gpx:", |
5 | - en : "", | |
6 | - es : "" | |
5 | + en : "gpx file:", | |
6 | + es : "Archivo gpx:" | |
7 | 7 | } ], |
8 | 8 | 'projecao' : [ { |
9 | 9 | pt : "Projeção", |
10 | - en : "", | |
11 | - es : "" | |
10 | + en : "Projection", | |
11 | + es : "Proyección" | |
12 | 12 | } ], |
13 | 13 | 'criaCamada' : [ { |
14 | 14 | pt : "Criar camada", |
15 | - en : "", | |
16 | - es : "" | |
15 | + en : "Create layer", | |
16 | + es : "Crear capa" | |
17 | 17 | } ] |
18 | 18 | }; |
19 | 19 | \ No newline at end of file | ... | ... |