Commit 927fda0b2cd5d44390ab1cd9bb8fe07c4dc188aa
1 parent
6b9fa163
Exists in
master
and in
7 other branches
Substituição dos IDs para os textos das ferramenta por palavras-chave
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
ferramentas/carregakml/dicionario.js
1 | 1 | //+$trad(1,i3GEOF.carregakml.dicionario)+ |
2 | 2 | i3GEOF.carregakml.dicionario = { |
3 | -1: [{ | |
4 | -pt:"Endereço (URL) do KML (ou escolha da lista)", | |
5 | -en:"", | |
6 | -es:"" | |
7 | -}] | |
3 | + 'insereKml' : [ { | |
4 | + pt : "Endereço (URL) do KML (ou escolha da lista)", | |
5 | + en : "", | |
6 | + es : "" | |
7 | + } ] | |
8 | 8 | }; |
9 | 9 | \ No newline at end of file | ... | ... |
ferramentas/carregakml/index.js
... | ... | @@ -117,7 +117,7 @@ i3GEOF.carregakml = { |
117 | 117 | */ |
118 | 118 | html:function(){ |
119 | 119 | var ins = '' + |
120 | - '<p class="paragrafo" >'+$trad(1,i3GEOF.carregakml.dicionario)+':<br><br>' + | |
120 | + '<p class="paragrafo" >'+$trad('insereKml',i3GEOF.carregakml.dicionario)+':<br><br>' + | |
121 | 121 | $inputText("","","i3GEOcarregakmlurl","",40,"") + |
122 | 122 | '<br><br>' + |
123 | 123 | '<div id="i3GEOcarregakmlCombo" style="left:1px;display:block;width:315px;text-align:left;">' + $trad("o1") + | ... | ... |