Commit 3a30c2613210d980e34e63b3ed1f98e0abe33bb8

Authored by Edmar Moretti
1 parent d9a450a5

--no commit message

admin/admin.db
No preview for this file type
ferramentas/mostraexten/dicionario.js
1 //+$trad(1,i3GEOF.mostraExten.dicionario)+ 1 //+$trad(1,i3GEOF.mostraExten.dicionario)+
2 i3GEOF.mostraExten.dicionario = { 2 i3GEOF.mostraExten.dicionario = {
3 1: [{ 3 1: [{
4 -pt:"", 4 +pt:"Extensão geográfica atual, em décimos de grau. As coordenadas correspondem a menor longitude, menor latitude, maior longitude e maior latitude",
5 en:"", 5 en:"",
6 es:"", 6 es:"",
7 it:"" 7 it:""
8 }], 8 }],
9 2: [{ 9 2: [{
10 -pt:"", 10 +pt:"Digite as coordenadas referentes a nova extensão geográfica desejada para o mapa. Utilize coordenadas (graus) negativos para indicar a longitude como oeste e latitude como sul",
11 en:"", 11 en:"",
12 es:"", 12 es:"",
13 it:"" 13 it:""
14 }], 14 }],
15 3: [{ 15 3: [{
16 -pt:"", 16 +pt:"Menor longitude (oeste)",
17 en:"", 17 en:"",
18 es:"", 18 es:"",
19 it:"" 19 it:""
20 }], 20 }],
21 4: [{ 21 4: [{
22 -pt:"", 22 +pt:"Menor latitude (sul)",
23 en:"", 23 en:"",
24 es:"", 24 es:"",
25 it:"" 25 it:""
26 }], 26 }],
27 5: [{ 27 5: [{
28 -pt:"", 28 +pt:"Maior longitude (leste)",
29 en:"", 29 en:"",
30 es:"", 30 es:"",
31 it:"" 31 it:""
32 }], 32 }],
33 6: [{ 33 6: [{
34 -pt:"", 34 +pt:"Maior latitude (norte)",
35 en:"", 35 en:"",
36 es:"", 36 es:"",
37 it:"" 37 it:""
38 }], 38 }],
39 7: [{ 39 7: [{
40 -pt:"", 40 +pt:"Aplicar a nova extensão",
41 en:"", 41 en:"",
42 es:"", 42 es:"",
43 it:"" 43 it:""
44 }], 44 }],
45 8: [{ 45 8: [{
46 -pt:"", 46 +pt:"Digite coordenadas válidas",
47 en:"", 47 en:"",
48 es:"", 48 es:"",
49 it:"" 49 it:""
ferramentas/mostraexten/index.js
@@ -104,35 +104,35 @@ i3GEOF.mostraExten = { @@ -104,35 +104,35 @@ i3GEOF.mostraExten = {
104 String com o código html 104 String com o código html
105 */ 105 */
106 html:function(){ 106 html:function(){
107 - var ins = '<p class="paragrafo" >Extens&atilde;o geogr&aacute;fica atual, em d&eacute;cimos de grau. As coordenadas correspondem a menor longitude, menor latitude, maior longitude e maior latitude:</p>' + 107 + var ins = '<p class="paragrafo" >'+$trad(1,i3GEOF.mostraExten.dicionario)+':</p>' +
108 '<textarea id=i3GEOmostraExtenatual rows=3 cols=50 onclick="javascript:this.select();"></textarea>' + 108 '<textarea id=i3GEOmostraExtenatual rows=3 cols=50 onclick="javascript:this.select();"></textarea>' +
109 - '<p class="paragrafo" > Digite as coordenadas referentes a nova extens&atilde;o geogr&aacute;fica desejada para o mapa. Utilize coordenadas (graus) negativos para indicar a longitude como oeste e latitude como sul:</p>' + 109 + '<p class="paragrafo" > '+$trad(2,i3GEOF.mostraExten.dicionario)+':</p>' +
110 ' <table class=lista3 >' + 110 ' <table class=lista3 >' +
111 - ' <tr><td>Menor longitude (oeste):</td>' + 111 + ' <tr><td>'+$trad(3,i3GEOF.mostraExten.dicionario)+':</td>' +
112 ' <td>' + 112 ' <td>' +
113 $inputText("","","i3GEOmostraExtenxg","",3,"-00") + 113 $inputText("","","i3GEOmostraExtenxg","",3,"-00") +
114 $inputText("","","i3GEOmostraExtenxm","",3,"00") + 114 $inputText("","","i3GEOmostraExtenxm","",3,"00") +
115 $inputText("","","i3GEOmostraExtenxs","",3,"0.0") + 115 $inputText("","","i3GEOmostraExtenxs","",3,"0.0") +
116 ' </td></tr>' + 116 ' </td></tr>' +
117 - ' <tr><td>Menor latitude (sul):</td>' + 117 + ' <tr><td>'+$trad(4,i3GEOF.mostraExten.dicionario)+':</td>' +
118 ' <td>' + 118 ' <td>' +
119 $inputText("","","i3GEOmostraExtenyg","",3,"-00") + 119 $inputText("","","i3GEOmostraExtenyg","",3,"-00") +
120 $inputText("","","i3GEOmostraExtenym","",3,"00") + 120 $inputText("","","i3GEOmostraExtenym","",3,"00") +
121 $inputText("","","i3GEOmostraExtenys","",3,"0.0") + 121 $inputText("","","i3GEOmostraExtenys","",3,"0.0") +
122 ' </td></tr>' + 122 ' </td></tr>' +
123 - ' <tr><td>Maior longitude (leste):</td>' + 123 + ' <tr><td>'+$trad(5,i3GEOF.mostraExten.dicionario)+':</td>' +
124 ' <td>' + 124 ' <td>' +
125 $inputText("","","i3GEOmostraExtenxxg","",3,"-00") + 125 $inputText("","","i3GEOmostraExtenxxg","",3,"-00") +
126 $inputText("","","i3GEOmostraExtenxxm","",3,"00") + 126 $inputText("","","i3GEOmostraExtenxxm","",3,"00") +
127 $inputText("","","i3GEOmostraExtenxxs","",3,"0.0") + 127 $inputText("","","i3GEOmostraExtenxxs","",3,"0.0") +
128 ' </td></tr>' + 128 ' </td></tr>' +
129 - ' <tr><td>Maior latitude (norte):</td>' + 129 + ' <tr><td>'+$trad(6,i3GEOF.mostraExten.dicionario)+':</td>' +
130 ' <td>' + 130 ' <td>' +
131 $inputText("","","i3GEOmostraExtenyyg","",3,"-00") + 131 $inputText("","","i3GEOmostraExtenyyg","",3,"-00") +
132 $inputText("","","i3GEOmostraExtenyym","",3,"00") + 132 $inputText("","","i3GEOmostraExtenyym","",3,"00") +
133 $inputText("","","i3GEOmostraExtenyys","",3,"0.0") + 133 $inputText("","","i3GEOmostraExtenyys","",3,"0.0") +
134 ' </td></tr></table>' + 134 ' </td></tr></table>' +
135 - '<br><p class="paragrafo" ><input id=i3GEOmostraExtenbotao1 type="button" size=14 value="Aplicar a nova extens&atilde;o" /></p>'; 135 + '<br><p class="paragrafo" ><input id=i3GEOmostraExtenbotao1 type="button" size=14 value="'+$trad(7,i3GEOF.mostraExten.dicionario)+'" /></p>';
136 return ins; 136 return ins;
137 }, 137 },
138 /* 138 /*
@@ -202,11 +202,11 @@ i3GEOF.mostraExten = { @@ -202,11 +202,11 @@ i3GEOF.mostraExten = {
202 var y = i3GEO.calculo.dms2dd($i("i3GEOmostraExtenyg").value,$i("i3GEOmostraExtenym").value,$i("i3GEOmostraExtenys").value); 202 var y = i3GEO.calculo.dms2dd($i("i3GEOmostraExtenyg").value,$i("i3GEOmostraExtenym").value,$i("i3GEOmostraExtenys").value);
203 var yy = i3GEO.calculo.dms2dd($i("i3GEOmostraExtenyyg").value,$i("i3GEOmostraExtenyym").value,$i("i3GEOmostraExtenyys").value); 203 var yy = i3GEO.calculo.dms2dd($i("i3GEOmostraExtenyyg").value,$i("i3GEOmostraExtenyym").value,$i("i3GEOmostraExtenyys").value);
204 if ((x == xx) || (y == yy)) 204 if ((x == xx) || (y == yy))
205 - {i3GEO.janela.tempoMsg("Digite coordenadas v&aacute;lidas");return;} 205 + {i3GEO.janela.tempoMsg($trad(8,i3GEOF.mostraExten.dicionario));return;}
206 if ((x > xx) || (y > yy)) 206 if ((x > xx) || (y > yy))
207 - {i3GEO.janela.tempoMsg("Digite coordenadas v&aacute;lidas");return;} 207 + {i3GEO.janela.tempoMsg($trad(8,i3GEOF.mostraExten.dicionario));return;}
208 i3GEO.navega.zoomExt(i3GEO.configura.locaplic,i3GEO.configura.sid,window.parent.i3GEO.parametros.tipoimagem,(x+" "+y+" "+xx+" "+yy)); 208 i3GEO.navega.zoomExt(i3GEO.configura.locaplic,i3GEO.configura.sid,window.parent.i3GEO.parametros.tipoimagem,(x+" "+y+" "+xx+" "+yy));
209 } 209 }
210 - catch(e){i3GEO.janela.tempoMsg(e+" Erro. Digite coordenadas v&aacute;lidas");} 210 + catch(e){i3GEO.janela.tempoMsg(e+" Erro.");}
211 } 211 }
212 -}; 212 +};
213 \ No newline at end of file 213 \ No newline at end of file
ferramentas/nptpol/dicionario.js
1 //+$trad(1,i3GEOF.nptpol.dicionario)+ 1 //+$trad(1,i3GEOF.nptpol.dicionario)+
2 i3GEOF.nptpol.dicionario = { 2 i3GEOF.nptpol.dicionario = {
3 1: [{ 3 1: [{
4 -pt:"", 4 +pt:"Ponto em pol&iacute;gono &eacute; uma opera&ccedil;&atilde;o que resulta em um novo tema contendo o cruzamento entre um tema com pontos e outro com pol&iacute;gonos considerando-se a extens&atilde;o geogr&aacute;fica do mapa atual.",
5 en:"", 5 en:"",
6 es:"", 6 es:"",
7 it:"" 7 it:""
8 }], 8 }],
9 2: [{ 9 2: [{
10 -pt:"", 10 +pt:"O resultado ser&aacute; um novo tema do tipo poligonal, sendo que a tabela de atributos conter&aacute; o total de pontos que se sobrep&otilde;em ao pol&iacute;gono.",
11 en:"", 11 en:"",
12 es:"", 12 es:"",
13 it:"" 13 it:""
14 }], 14 }],
15 3: [{ 15 3: [{
16 -pt:"", 16 +pt:"Para gerar o cruzamento &eacute; necess&aacute;rio que no mapa exista pelo menos um tema poligonal e um com os pontos.",
17 en:"", 17 en:"",
18 es:"", 18 es:"",
19 it:"" 19 it:""
20 }], 20 }],
21 4: [{ 21 4: [{
22 -pt:"", 22 +pt:"Tema contendo os pontos",
23 en:"", 23 en:"",
24 es:"", 24 es:"",
25 it:"" 25 it:""
26 }], 26 }],
27 5: [{ 27 5: [{
28 -pt:"", 28 +pt:"Tema contendo os pol&iacute;gonos",
29 en:"", 29 en:"",
30 es:"", 30 es:"",
31 it:"" 31 it:""
32 }], 32 }],
33 6: [{ 33 6: [{
34 -pt:"", 34 +pt:"O tema com o cruzamento ser&aacute; adicionado ao mapa atual.",
35 en:"", 35 en:"",
36 es:"", 36 es:"",
37 it:"" 37 it:""
38 }], 38 }],
39 7: [{ 39 7: [{
40 -pt:"",  
41 -en:"",  
42 -es:"",  
43 -it:""  
44 -}],  
45 -8: [{  
46 -pt:"",  
47 -en:"",  
48 -es:"",  
49 -it:""  
50 -}],  
51 -9: [{  
52 -pt:"",  
53 -en:"",  
54 -es:"",  
55 -it:""  
56 -}],  
57 -10: [{  
58 -pt:"", 40 +pt:"Calcular",
59 en:"", 41 en:"",
60 es:"", 42 es:"",
61 it:"" 43 it:""
ferramentas/nptpol/index.js
@@ -145,23 +145,23 @@ i3GEOF.nptpol = { @@ -145,23 +145,23 @@ i3GEOF.nptpol = {
145 }, 145 },
146 t0: function() 146 t0: function()
147 { 147 {
148 - var ins = "<p class='paragrafo'>Ponto em pol&iacute;gono &eacute; uma opera&ccedil;&atilde;o que resulta em um novo tema contendo o cruzamento entre um tema com pontos e outro com pol&iacute;gonos considerando-se a extens&atilde;o geogr&aacute;fica do mapa atual.</p>";  
149 - ins += "<p class='paragrafo'>O resultado ser&aacute; um novo tema do tipo poligonal, sendo que a tabela de atributos conter&aacute; o total de pontos que se sobrep&otilde;em ao pol&iacute;gono.</p>";  
150 - ins += "<p class='paragrafo'>Para gerar o cruzamento &eacute; necess&aacute;rio que no mapa exista pelo menos um tema poligonal e um com os pontos.</p>"; 148 + var ins = "<p class='paragrafo'>"+$trad(1,i3GEOF.nptpol.dicionario)+"</p>";
  149 + ins += "<p class='paragrafo'>"+$trad(2,i3GEOF.nptpol.dicionario)+"</p>";
  150 + ins += "<p class='paragrafo'>"+$trad(3,i3GEOF.nptpol.dicionario)+"</p>";
151 i3GEO.util.proximoAnterior("","i3GEOF.nptpol.t1()",ins,"i3GEOFgradeDePontost0","i3GEOnptpolresultado"); 151 i3GEO.util.proximoAnterior("","i3GEOF.nptpol.t1()",ins,"i3GEOFgradeDePontost0","i3GEOnptpolresultado");
152 }, 152 },
153 t1: function(){ 153 t1: function(){
154 - var ins = "<p class='paragrafo' >Tema contendo os pontos:<br>"; 154 + var ins = "<p class='paragrafo' >"+$trad(4,i3GEOF.nptpol.dicionario)+":<br>";
155 ins += "<div style='text-align:left;' id='i3GEOnptpolDivPontos' ></div><br>"; 155 ins += "<div style='text-align:left;' id='i3GEOnptpolDivPontos' ></div><br>";
156 - ins += "<p class='paragrafo' >Tema contendo os pol&iacute;gonos:<br>"; 156 + ins += "<p class='paragrafo' >"+$trad(5,i3GEOF.nptpol.dicionario)+":<br>";
157 ins += "<div style='text-align:left;' id='i3GEOnptpolDivPoligonos' ></div>"; 157 ins += "<div style='text-align:left;' id='i3GEOnptpolDivPoligonos' ></div>";
158 i3GEO.util.proximoAnterior("i3GEOF.nptpol.t0()","i3GEOF.nptpol.t2()",ins,"i3GEOF.nptpol.t1","i3GEOnptpolresultado"); 158 i3GEO.util.proximoAnterior("i3GEOF.nptpol.t0()","i3GEOF.nptpol.t2()",ins,"i3GEOF.nptpol.t1","i3GEOnptpolresultado");
159 i3GEOF.nptpol.comboTemasPontos(); 159 i3GEOF.nptpol.comboTemasPontos();
160 i3GEOF.nptpol.comboTemasPoligonos(); 160 i3GEOF.nptpol.comboTemasPoligonos();
161 }, 161 },
162 t2: function(){ 162 t2: function(){
163 - var ins = "<p class='paragrafo'>O tema com o cruzamento ser&aacute; adicionado ao mapa atual.";  
164 - ins += "<br><br><input id=i3GEOnptpolbotao1 type='buttom' value='Calcular' />"; 163 + var ins = "<p class='paragrafo'>"+$trad(6,i3GEOF.nptpol.dicionario);
  164 + ins += "<br><br><input id=i3GEOnptpolbotao1 type='buttom' value='"+$trad(7,i3GEOF.nptpol.dicionario)+"' />";
165 i3GEO.util.proximoAnterior("i3GEOF.nptpol.t1()","",ins,"i3GEOF.nptpol.t2","i3GEOnptpolresultado"); 165 i3GEO.util.proximoAnterior("i3GEOF.nptpol.t1()","",ins,"i3GEOF.nptpol.t2","i3GEOnptpolresultado");
166 new YAHOO.widget.Button( 166 new YAHOO.widget.Button(
167 "i3GEOnptpolbotao1", 167 "i3GEOnptpolbotao1",
@@ -186,7 +186,7 @@ i3GEOF.nptpol = { @@ -186,7 +186,7 @@ i3GEOF.nptpol = {
186 cp, 186 cp,
187 fim = function(retorno){ 187 fim = function(retorno){
188 if (retorno.data==undefined ) 188 if (retorno.data==undefined )
189 - {$i("i3GEOnptpolfim").innerHTML = "<p class='paragrafo' >Erro. A opera&ccedil;&atilde;o demorou muito.";} 189 + {$i("i3GEOnptpolfim").innerHTML = "<p class='paragrafo' >Erro";}
190 else 190 else
191 {i3GEO.atualiza();} 191 {i3GEO.atualiza();}
192 i3GEOF.nptpol.aguarde.visibility = "hidden"; 192 i3GEOF.nptpol.aguarde.visibility = "hidden";
@@ -263,4 +263,4 @@ i3GEOF.nptpol = { @@ -263,4 +263,4 @@ i3GEOF.nptpol = {
263 "poligonos" 263 "poligonos"
264 ); 264 );
265 } 265 }
266 -}; 266 +};
267 \ No newline at end of file 267 \ No newline at end of file
ferramentas/nuvemtags/dicionario.js
1 //+$trad(1,i3GEOF.nuvemtags.dicionario)+ 1 //+$trad(1,i3GEOF.nuvemtags.dicionario)+
2 i3GEOF.nuvemtags.dicionario = { 2 i3GEOF.nuvemtags.dicionario = {
3 1: [{ 3 1: [{
4 -pt:"", 4 +pt:"Escolha o RSS para cruzar com a lista de tags ou digite um novo valor",
5 en:"", 5 en:"",
6 es:"", 6 es:"",
7 it:"" 7 it:""
8 }], 8 }],
9 2: [{ 9 2: [{
10 -pt:"", 10 +pt:"Cruzar",
11 en:"", 11 en:"",
12 es:"", 12 es:"",
13 it:"" 13 it:""
14 }], 14 }],
15 3: [{ 15 3: [{
16 -pt:"", 16 +pt:"Digite um endereco RSS",
17 en:"", 17 en:"",
18 es:"", 18 es:"",
19 it:"" 19 it:""
20 }], 20 }],
21 4: [{ 21 4: [{
22 -pt:"", 22 +pt:"Lista",
23 en:"", 23 en:"",
24 es:"", 24 es:"",
25 it:"" 25 it:""
26 }], 26 }],
27 5: [{ 27 5: [{
28 -pt:"", 28 +pt:"Cruzamento",
29 en:"", 29 en:"",
30 es:"", 30 es:"",
31 it:"" 31 it:""
32 }], 32 }],
33 6: [{ 33 6: [{
34 -pt:"", 34 +pt:"Clique na TAG para localizar temas relacionados. Os temas encontrados s&atilde;o mostrados na &aacute;rvore de temas",
35 en:"", 35 en:"",
36 es:"", 36 es:"",
37 it:"" 37 it:""
38 }], 38 }],
39 7: [{ 39 7: [{
40 -pt:"", 40 +pt:"menos tags",
41 en:"", 41 en:"",
42 es:"", 42 es:"",
43 it:"" 43 it:""
44 }], 44 }],
45 8: [{ 45 8: [{
46 -pt:"", 46 +pt:"mais tags",
47 en:"", 47 en:"",
48 es:"", 48 es:"",
49 it:"" 49 it:""
50 }], 50 }],
51 9: [{ 51 9: [{
52 -pt:"", 52 +pt:"Nenhum tag encontrado",
53 en:"", 53 en:"",
54 es:"", 54 es:"",
55 it:"" 55 it:""
ferramentas/nuvemtags/index.js
@@ -121,7 +121,7 @@ i3GEOF.nuvemtags = { @@ -121,7 +121,7 @@ i3GEOF.nuvemtags = {
121 $i("i3GEOnuvemtagsguia2").onclick = function(){ 121 $i("i3GEOnuvemtagsguia2").onclick = function(){
122 i3GEO.guias.mostraGuiaFerramenta("i3GEOnuvemtagsguia2","i3GEOnuvemtagsguia"); 122 i3GEO.guias.mostraGuiaFerramenta("i3GEOnuvemtagsguia2","i3GEOnuvemtagsguia");
123 123
124 - var i,ins = "<p class=paragrafo >Escolha o RSS para cruzar com a lista de tags ou digite um novo valor</p>", 124 + var i,ins = "<p class=paragrafo >"+$trad(1,i3GEOF.nuvemtags.dicionario)+"</p>",
125 n = i3GEOF.nuvemtags.listaRSS.length; 125 n = i3GEOF.nuvemtags.listaRSS.length;
126 ins += $inputText("","","i3GEOnuvemtagsRSS","",65,""); 126 ins += $inputText("","","i3GEOnuvemtagsRSS","",65,"");
127 ins += "<br><br><p class=paragrafo ><select onchange='javascript:$i(\"i3GEOnuvemtagsRSS\").value = this.value' >"; 127 ins += "<br><br><p class=paragrafo ><select onchange='javascript:$i(\"i3GEOnuvemtagsRSS\").value = this.value' >";
@@ -130,7 +130,7 @@ i3GEOF.nuvemtags = { @@ -130,7 +130,7 @@ i3GEOF.nuvemtags = {
130 ins += "<option value='"+i3GEOF.nuvemtags.listaRSS[i]+"' >"+i3GEOF.nuvemtags.listaRSS[i]+"</option>"; 130 ins += "<option value='"+i3GEOF.nuvemtags.listaRSS[i]+"' >"+i3GEOF.nuvemtags.listaRSS[i]+"</option>";
131 } 131 }
132 ins += "</select>"; 132 ins += "</select>";
133 - ins += "<br><p class=paragrafo ><input type=buttom value=Cruzar id=i3GEOnuvemtagsbotao3 />"; 133 + ins += "<br><p class=paragrafo ><input type=buttom value="+$trad(2,i3GEOF.nuvemtags.dicionario)+" id=i3GEOnuvemtagsbotao3 />";
134 $i("i3GEOnuvemtagsguia2obj").innerHTML = ins; 134 $i("i3GEOnuvemtagsguia2obj").innerHTML = ins;
135 135
136 new YAHOO.widget.Button( 136 new YAHOO.widget.Button(
@@ -147,7 +147,7 @@ i3GEOF.nuvemtags = { @@ -147,7 +147,7 @@ i3GEOF.nuvemtags = {
147 i3GEOF.nuvemtags.montaNuvem(); 147 i3GEOF.nuvemtags.montaNuvem();
148 i3GEO.guias.mostraGuiaFerramenta("i3GEOnuvemtagsguia1","i3GEOnuvemtagsguia"); 148 i3GEO.guias.mostraGuiaFerramenta("i3GEOnuvemtagsguia1","i3GEOnuvemtagsguia");
149 }; 149 };
150 - if (rss == ""){i3GEO.janela.tempoMsg("Digite um endereco RSS");return;} 150 + if (rss == ""){i3GEO.janela.tempoMsg($trad(3,i3GEOF.nuvemtags.dicionario));return;}
151 i3GEOF.nuvemtags.aguarde.visibility = "visible"; 151 i3GEOF.nuvemtags.aguarde.visibility = "visible";
152 cp.set_response_type("JSON"); 152 cp.set_response_type("JSON");
153 cp.call(p,"listaTags",temp); 153 cp.call(p,"listaTags",temp);
@@ -173,8 +173,8 @@ i3GEOF.nuvemtags = { @@ -173,8 +173,8 @@ i3GEOF.nuvemtags = {
173 var ins = '' + 173 var ins = '' +
174 '<div id=i3GEOnuvemtagsguiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;">' + 174 '<div id=i3GEOnuvemtagsguiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;">' +
175 ' <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">' + 175 ' <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">' +
176 - ' <li><a href="#ancora"><em><div id="i3GEOnuvemtagsguia1" style="text-align:center;left:0px;" >Lista</div></em></a></li>' +  
177 - ' <li><a href="#ancora"><em><div id="i3GEOnuvemtagsguia2" style="text-align:center;left:0px;" >Cruzamento</div></em></a></li>' + 176 + ' <li><a href="#ancora"><em><div id="i3GEOnuvemtagsguia1" style="text-align:center;left:0px;" >'+$trad(4,i3GEOF.nuvemtags.dicionario)+'</div></em></a></li>' +
  177 + ' <li><a href="#ancora"><em><div id="i3GEOnuvemtagsguia2" style="text-align:center;left:0px;" >'+$trad(5,i3GEOF.nuvemtags.dicionario)+'</div></em></a></li>' +
178 ' </ul>' + 178 ' </ul>' +
179 '</div><br>' + 179 '</div><br>' +
180 '<div class=guiaobj id="i3GEOnuvemtagsguia1obj" style="left:1px;display:none;">' + 180 '<div class=guiaobj id="i3GEOnuvemtagsguia1obj" style="left:1px;display:none;">' +
@@ -252,9 +252,9 @@ i3GEOF.nuvemtags = { @@ -252,9 +252,9 @@ i3GEOF.nuvemtags = {
252 r, 252 r,
253 n; 253 n;
254 if(retorno.data){ 254 if(retorno.data){
255 - tags = "<p class=paragrafo >Clique na TAG para localizar temas relacionados. Os temas encontrados s&atilde;o mostrados na &aacute;rvore de temas</p>";  
256 - tags += "<p class=paragrafo ><input type=buttom id=i3GEOnuvemtagsbotao1 value='menos tags' />&nbsp;";  
257 - tags +="<input type=buttom id=i3GEOnuvemtagsbotao2 value='mais tags' /></p>"; 255 + tags = "<p class=paragrafo >"+$trad(6,i3GEOF.nuvemtags.dicionario)+"</p>";
  256 + tags += "<p class=paragrafo ><input type=buttom id=i3GEOnuvemtagsbotao1 value='"+$trad(7,i3GEOF.nuvemtags.dicionario)+"' />&nbsp;";
  257 + tags +="<input type=buttom id=i3GEOnuvemtagsbotao2 value='"+$trad(8,i3GEOF.nuvemtags.dicionario)+"' /></p>";
258 //tags +="<span onmouseout='this.style.textDecoration=\"none\"' onmouseover='this.style.textDecoration=\"underline\"' onclick='javascript:flash();' style='cursor:pointer;vertical-align:middle;color:navy;font-size:'12'pt;'>animar</span><br><br>" 258 //tags +="<span onmouseout='this.style.textDecoration=\"none\"' onmouseover='this.style.textDecoration=\"underline\"' onclick='javascript:flash();' style='cursor:pointer;vertical-align:middle;color:navy;font-size:'12'pt;'>animar</span><br><br>"
259 if((i3GEOF.nuvemtags.inicio < 0) || (i3GEOF.nuvemtags.inicio > retorno.data.length)) 259 if((i3GEOF.nuvemtags.inicio < 0) || (i3GEOF.nuvemtags.inicio > retorno.data.length))
260 {return;} 260 {return;}
@@ -278,7 +278,7 @@ i3GEOF.nuvemtags = { @@ -278,7 +278,7 @@ i3GEOF.nuvemtags = {
278 } 278 }
279 } 279 }
280 else 280 else
281 - {tags = "Nenhum tag encontrado";} 281 + {tags = $trad(9,i3GEOF.nuvemtags.dicionario);}
282 $i("i3GEOnuvemtagsguia1obj").innerHTML = tags; 282 $i("i3GEOnuvemtagsguia1obj").innerHTML = tags;
283 new YAHOO.widget.Button( 283 new YAHOO.widget.Button(
284 "i3GEOnuvemtagsbotao1", 284 "i3GEOnuvemtagsbotao1",
@@ -333,4 +333,4 @@ i3GEOF.nuvemtags = { @@ -333,4 +333,4 @@ i3GEOF.nuvemtags = {
333 procurar: function(texto){ 333 procurar: function(texto){
334 i3GEO.arvoreDeTemas.buscaTema(texto); 334 i3GEO.arvoreDeTemas.buscaTema(texto);
335 } 335 }
336 -}; 336 -};
  337 +};
337 \ No newline at end of file 338 \ No newline at end of file
ferramentas/opacidademapa/dicionario.js
@@ -5,59 +5,5 @@ pt:&quot;&quot;, @@ -5,59 +5,5 @@ pt:&quot;&quot;,
5 en:"", 5 en:"",
6 es:"", 6 es:"",
7 it:"" 7 it:""
8 -}],  
9 -2: [{  
10 -pt:"",  
11 -en:"",  
12 -es:"",  
13 -it:""  
14 -}],  
15 -3: [{  
16 -pt:"",  
17 -en:"",  
18 -es:"",  
19 -it:""  
20 -}],  
21 -4: [{  
22 -pt:"",  
23 -en:"",  
24 -es:"",  
25 -it:""  
26 -}],  
27 -5: [{  
28 -pt:"",  
29 -en:"",  
30 -es:"",  
31 -it:""  
32 -}],  
33 -6: [{  
34 -pt:"",  
35 -en:"",  
36 -es:"",  
37 -it:""  
38 -}],  
39 -7: [{  
40 -pt:"",  
41 -en:"",  
42 -es:"",  
43 -it:""  
44 -}],  
45 -8: [{  
46 -pt:"",  
47 -en:"",  
48 -es:"",  
49 -it:""  
50 -}],  
51 -9: [{  
52 -pt:"",  
53 -en:"",  
54 -es:"",  
55 -it:""  
56 -}],  
57 -10: [{  
58 -pt:"",  
59 -en:"",  
60 -es:"",  
61 -it:""  
62 }] 8 }]
63 }; 9 };
64 \ No newline at end of file 10 \ No newline at end of file
ferramentas/opacidademapa/index.js
@@ -185,4 +185,4 @@ i3GEOF.opacidademapa = { @@ -185,4 +185,4 @@ i3GEOF.opacidademapa = {
185 $i("i3GEOF.opacidademapa_corpo").style.background = "url("+i3GEO.configura.locaplic+"/pacotes/yui290/build/slider/assets/bg-h.gif) white no-repeat 10px 0px"; 185 $i("i3GEOF.opacidademapa_corpo").style.background = "url("+i3GEO.configura.locaplic+"/pacotes/yui290/build/slider/assets/bg-h.gif) white no-repeat 10px 0px";
186 } 186 }
187 } 187 }
188 -}; 188 -};
  189 +};
189 \ No newline at end of file 190 \ No newline at end of file
ferramentas/opcoes_autoredesenha/dicionario.js
1 //+$trad(1,i3GEOF.opcoesTempo.dicionario)+ 1 //+$trad(1,i3GEOF.opcoesTempo.dicionario)+
2 i3GEOF.opcoesTempo.dicionario = { 2 i3GEOF.opcoesTempo.dicionario = {
3 1: [{ 3 1: [{
4 -pt:"", 4 +pt:"Tempo em segundos ap&oacute;s o qual o mapa ser&aacute; redesenhado automaticamente",
5 en:"", 5 en:"",
6 es:"", 6 es:"",
7 it:"" 7 it:""
8 }], 8 }],
9 2: [{ 9 2: [{
10 -pt:"", 10 +pt:"Aplicar",
11 en:"", 11 en:"",
12 es:"", 12 es:"",
13 it:"" 13 it:""
14 }], 14 }],
15 3: [{ 15 3: [{
16 -pt:"",  
17 -en:"",  
18 -es:"",  
19 -it:""  
20 -}],  
21 -4: [{  
22 -pt:"",  
23 -en:"",  
24 -es:"",  
25 -it:""  
26 -}],  
27 -5: [{  
28 -pt:"",  
29 -en:"",  
30 -es:"",  
31 -it:""  
32 -}],  
33 -6: [{  
34 -pt:"",  
35 -en:"",  
36 -es:"",  
37 -it:""  
38 -}],  
39 -7: [{  
40 -pt:"",  
41 -en:"",  
42 -es:"",  
43 -it:""  
44 -}],  
45 -8: [{  
46 -pt:"",  
47 -en:"",  
48 -es:"",  
49 -it:""  
50 -}],  
51 -9: [{  
52 -pt:"",  
53 -en:"",  
54 -es:"",  
55 -it:""  
56 -}],  
57 -10: [{  
58 -pt:"", 16 +pt:"Parar",
59 en:"", 17 en:"",
60 es:"", 18 es:"",
61 it:"" 19 it:""
ferramentas/opcoes_autoredesenha/index.js
@@ -110,11 +110,11 @@ i3GEOF.opcoesTempo = { @@ -110,11 +110,11 @@ i3GEOF.opcoesTempo = {
110 html:function(){ 110 html:function(){
111 var ins = '<table summary="" class=lista width="100%">' + 111 var ins = '<table summary="" class=lista width="100%">' +
112 '<table summary="" class=lista > '+ 112 '<table summary="" class=lista > '+
113 - ' <tr><td>Tempo em segundos ap&oacute;s o qual o mapa ser&aacute; redesenhado automaticamente:</td><td>' + 113 + ' <tr><td>'+$trad(1,i3GEOF.opcoesTempo.dicionario)+':</td><td>' +
114 $inputText("","","i3GEOopcoesTempoT","",8,"") + 114 $inputText("","","i3GEOopcoesTempoT","",8,"") +
115 '</table><br>' + 115 '</table><br>' +
116 - '<p class=paragrafo ><input id=i3GEOopcoesTempobotao1 size=16 type=button value="Aplicar"/>' +  
117 - '&nbsp;<input id=i3GEOopcoesTempobotao2 size=16 type=button value="Parar"/>'; 116 + '<p class=paragrafo ><input id=i3GEOopcoesTempobotao1 size=16 type=button value="'+$trad(2,i3GEOF.opcoesTempo.dicionario)+'"/>' +
  117 + '&nbsp;<input id=i3GEOopcoesTempobotao2 size=16 type=button value="'+$trad(3,i3GEOF.opcoesTempo.dicionario)+'"/>';
118 return ins; 118 return ins;
119 }, 119 },
120 /* 120 /*
@@ -163,4 +163,4 @@ i3GEOF.opcoesTempo = { @@ -163,4 +163,4 @@ i3GEOF.opcoesTempo = {
163 else 163 else
164 {i3GEO.navega.autoRedesenho.ativa();} 164 {i3GEO.navega.autoRedesenho.ativa();}
165 } 165 }
166 -}; 166 +};
167 \ No newline at end of file 167 \ No newline at end of file
ferramentas/opcoes_escala/dicionario.js
1 //+$trad(1,i3GEOF.opcoesEscala.dicionario)+ 1 //+$trad(1,i3GEOF.opcoesEscala.dicionario)+
2 i3GEOF.opcoesEscala.dicionario = { 2 i3GEOF.opcoesEscala.dicionario = {
3 -1: [{  
4 -pt:"",  
5 -en:"",  
6 -es:"",  
7 -it:""  
8 -}],  
9 -2: [{  
10 -pt:"",  
11 -en:"",  
12 -es:"",  
13 -it:""  
14 -}],  
15 -3: [{  
16 -pt:"",  
17 -en:"",  
18 -es:"",  
19 -it:""  
20 -}],  
21 -4: [{  
22 -pt:"",  
23 -en:"",  
24 -es:"",  
25 -it:""  
26 -}],  
27 -5: [{  
28 -pt:"",  
29 -en:"",  
30 -es:"",  
31 -it:""  
32 -}],  
33 -6: [{  
34 -pt:"",  
35 -en:"",  
36 -es:"",  
37 -it:""  
38 -}],  
39 -7: [{  
40 -pt:"",  
41 -en:"",  
42 -es:"",  
43 -it:""  
44 -}],  
45 -8: [{  
46 -pt:"",  
47 -en:"",  
48 -es:"",  
49 -it:""  
50 -}],  
51 -9: [{  
52 -pt:"",  
53 -en:"",  
54 -es:"",  
55 -it:""  
56 -}],  
57 -10: [{  
58 -pt:"",  
59 -en:"",  
60 -es:"",  
61 -it:""  
62 -}] 3 + 1: [{
  4 + pt:"Essa operacao afeta apenas a barra de escala utilizada na ferramenta de impressao do mapa",
  5 + en:"",
  6 + es:"",
  7 + it:""
  8 + }],
  9 + 2: [{
  10 + pt:"Altura",
  11 + en:"",
  12 + es:"",
  13 + it:""
  14 + }],
  15 + 3: [{
  16 + pt:"Unidade",
  17 + en:"",
  18 + es:"",
  19 + it:""
  20 + }],
  21 + 4: [{
  22 + pt:"Estilo",
  23 + en:"",
  24 + es:"",
  25 + it:""
  26 + }],
  27 + 5: [{
  28 + pt:"Bloco",
  29 + en:"",
  30 + es:"",
  31 + it:""
  32 + }],
  33 + 6: [{
  34 + pt:"Linear",
  35 + en:"",
  36 + es:"",
  37 + it:""
  38 + }],
  39 + 7: [{
  40 + pt:"Sem barra",
  41 + en:"",
  42 + es:"",
  43 + it:""
  44 + }],
  45 + 8: [{
  46 + pt:"Intervalos",
  47 + en:"",
  48 + es:"",
  49 + it:""
  50 + }],
  51 + 9: [{
  52 + pt:"Cor",
  53 + en:"",
  54 + es:"",
  55 + it:""
  56 + }],
  57 + 10: [{
  58 + pt:"Fundo",
  59 + en:"",
  60 + es:"",
  61 + it:""
  62 + }],
  63 + 11: [{
  64 + pt:"Contorno",
  65 + en:"",
  66 + es:"",
  67 + it:""
  68 + }],
  69 + 12: [{
  70 + pt:"Aplicar",
  71 + en:"",
  72 + es:"",
  73 + it:""
  74 + }],
  75 + 13: [{
  76 + pt:"Testar",
  77 + en:"",
  78 + es:"",
  79 + it:""
  80 + }]
63 }; 81 };
64 \ No newline at end of file 82 \ No newline at end of file
ferramentas/opcoes_escala/index.js
@@ -99,8 +99,7 @@ i3GEOF.opcoesEscala = { @@ -99,8 +99,7 @@ i3GEOF.opcoesEscala = {
99 } 99 }
100 catch(erro){i3GEO.janela.tempoMsg(erro);} 100 catch(erro){i3GEO.janela.tempoMsg(erro);}
101 if(i3GEO.Interface.ATUAL !== "padrao") 101 if(i3GEO.Interface.ATUAL !== "padrao")
102 - {i3GEO.janela.tempoMsg("Essa operacao afeta apenas a barra de escala utilizada na ferramenta de impressao do mapa");}  
103 - 102 + {i3GEO.janela.tempoMsg($trad(1,i3GEOF.opcoesEscala.dicionario));}
104 }, 103 },
105 /* 104 /*
106 Function: html 105 Function: html
@@ -117,46 +116,46 @@ i3GEOF.opcoesEscala = { @@ -117,46 +116,46 @@ i3GEOF.opcoesEscala = {
117 $inputText("","","i3GEOopcoesEscalaw","",4,"") + 116 $inputText("","","i3GEOopcoesEscalaw","",4,"") +
118 '</td></tr>' + 117 '</td></tr>' +
119 '<tr><td>&nbsp;</td><td></td></tr>' + 118 '<tr><td>&nbsp;</td><td></td></tr>' +
120 - '<tr><td>Altura:</td><td>' + 119 + '<tr><td>'+$trad(2,i3GEOF.opcoesEscala.dicionario)+':</td><td>' +
121 $inputText("","","i3GEOopcoesEscalah","",4,"") + 120 $inputText("","","i3GEOopcoesEscalah","",4,"") +
122 '</td></tr>' + 121 '</td></tr>' +
123 '<tr><td>&nbsp;</td><td></td></tr>' + 122 '<tr><td>&nbsp;</td><td></td></tr>' +
124 - '<tr><td>Unidade:</td><td>' + 123 + '<tr><td>'+$trad(3,i3GEOF.opcoesEscala.dicionario)+':</td><td>' +
125 ' <select id=i3GEOopcoesEscalaunidade >' + 124 ' <select id=i3GEOopcoesEscalaunidade >' +
126 ' <option value=3 selected >Metros</option>' + 125 ' <option value=3 selected >Metros</option>' +
127 ' <option value=4 >Km</option>' + 126 ' <option value=4 >Km</option>' +
128 ' </select>' + 127 ' </select>' +
129 '<td></tr>' + 128 '<td></tr>' +
130 '<tr><td>&nbsp;</td><td></td></tr>' + 129 '<tr><td>&nbsp;</td><td></td></tr>' +
131 - '<tr><td>Estilo:</td><td>' + 130 + '<tr><td>'+$trad(4,i3GEOF.opcoesEscala.dicionario)+':</td><td>' +
132 ' <select id=i3GEOopcoesEscalaestilo >' + 131 ' <select id=i3GEOopcoesEscalaestilo >' +
133 - ' <option value=0 selected >Bloco</option>' +  
134 - ' <option value=1 >Linear</option>' +  
135 - ' <option value=2 >Sem barra</option>' + 132 + ' <option value=0 selected >'+$trad(5,i3GEOF.opcoesEscala.dicionario)+'</option>' +
  133 + ' <option value=1 >'+$trad(6,i3GEOF.opcoesEscala.dicionario)+'</option>' +
  134 + ' <option value=2 >'+$trad(7,i3GEOF.opcoesEscala.dicionario)+'</option>' +
136 ' </select>' + 135 ' </select>' +
137 '</td></tr>' + 136 '</td></tr>' +
138 '<tr><td>&nbsp;</td><td></td></tr>' + 137 '<tr><td>&nbsp;</td><td></td></tr>' +
139 - '<tr><td>Intervalos:</td><td>' + 138 + '<tr><td>'+$trad(8,i3GEOF.opcoesEscala.dicionario)+':</td><td>' +
140 $inputText("","","i3GEOopcoesEscalaintervalos","",4,"") + 139 $inputText("","","i3GEOopcoesEscalaintervalos","",4,"") +
141 '</td></tr>' + 140 '</td></tr>' +
142 '<tr><td>&nbsp;</td><td></td></tr>' + 141 '<tr><td>&nbsp;</td><td></td></tr>' +
143 - '<tr><td>Cor:</td><td>' + 142 + '<tr><td>'+$trad(9,i3GEOF.opcoesEscala.dicionario)+':</td><td>' +
144 $inputText("","","i3GEOopcoesEscalacor","",12,"") + 143 $inputText("","","i3GEOopcoesEscalacor","",12,"") +
145 '<img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalacor\')" />' + 144 '<img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalacor\')" />' +
146 '</td></tr>' + 145 '</td></tr>' +
147 '<tr><td>&nbsp;</td><td></td></tr>' + 146 '<tr><td>&nbsp;</td><td></td></tr>' +
148 - '<tr><td>Fundo:</td><td>' + 147 + '<tr><td>'+$trad(10,i3GEOF.opcoesEscala.dicionario)+':</td><td>' +
149 $inputText("","","i3GEOopcoesEscalabcor","",12,"") + 148 $inputText("","","i3GEOopcoesEscalabcor","",12,"") +
150 '<img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalabcor\')" />' + 149 '<img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalabcor\')" />' +
151 '</td></tr>' + 150 '</td></tr>' +
152 '<tr><td>&nbsp;</td><td></td></tr>' + 151 '<tr><td>&nbsp;</td><td></td></tr>' +
153 - '<tr><td>Contorno:</td><td>' + 152 + '<tr><td>'+$trad(11,i3GEOF.opcoesEscala.dicionario)+':</td><td>' +
154 $inputText("","","i3GEOopcoesEscalaocor","",12,"") + 153 $inputText("","","i3GEOopcoesEscalaocor","",12,"") +
155 '<img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalaocor\')" />' + 154 '<img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalaocor\')" />' +
156 '</td></tr></table><br>'+ 155 '</td></tr></table><br>'+
157 '<p class=paragrafo >' + 156 '<p class=paragrafo >' +
158 - '<input id=i3GEOopcoesEscalabotao1 size=20 type=button value="Aplicar" />' +  
159 - '<input id=i3GEOopcoesEscalabotao2 size=20 type=button value="Testar" />' + 157 + '<input id=i3GEOopcoesEscalabotao1 size=20 type=button value="'+$trad(12,i3GEOF.opcoesEscala.dicionario)+'" />' +
  158 + '<input id=i3GEOopcoesEscalabotao2 size=20 type=button value="'+$trad(13,i3GEOF.opcoesEscala.dicionario)+'" />' +
160 '</p><br><img src="" id=i3GEOopcoesEscalateste />'; 159 '</p><br><img src="" id=i3GEOopcoesEscalateste />';
161 return ins; 160 return ins;
162 }, 161 },
@@ -299,4 +298,4 @@ i3GEOF.opcoesEscala = { @@ -299,4 +298,4 @@ i3GEOF.opcoesEscala = {
299 cp.set_response_type("JSON"); 298 cp.set_response_type("JSON");
300 cp.call(p,"testaescalagrafica",temp); 299 cp.call(p,"testaescalagrafica",temp);
301 } 300 }
302 -}; 301 -};
  302 +};
303 \ No newline at end of file 303 \ No newline at end of file
ferramentas/opcoes_fundo/dicionario.js
1 //+$trad(1,i3GEOF.opcoesFundo.dicionario)+ 1 //+$trad(1,i3GEOF.opcoesFundo.dicionario)+
2 i3GEOF.opcoesFundo.dicionario = { 2 i3GEOF.opcoesFundo.dicionario = {
3 1: [{ 3 1: [{
4 -pt:"", 4 +pt:"Essa operacao afeta apenas a ferramenta de impressao do mapa",
5 en:"", 5 en:"",
6 es:"", 6 es:"",
7 it:"" 7 it:""
8 }], 8 }],
9 2: [{ 9 2: [{
10 -pt:"",  
11 -en:"",  
12 -es:"",  
13 -it:""  
14 -}],  
15 -3: [{  
16 -pt:"",  
17 -en:"",  
18 -es:"",  
19 -it:""  
20 -}],  
21 -4: [{  
22 -pt:"",  
23 -en:"",  
24 -es:"",  
25 -it:""  
26 -}],  
27 -5: [{  
28 -pt:"",  
29 -en:"",  
30 -es:"",  
31 -it:""  
32 -}],  
33 -6: [{  
34 -pt:"",  
35 -en:"",  
36 -es:"",  
37 -it:""  
38 -}],  
39 -7: [{  
40 -pt:"",  
41 -en:"",  
42 -es:"",  
43 -it:""  
44 -}],  
45 -8: [{  
46 -pt:"",  
47 -en:"",  
48 -es:"",  
49 -it:""  
50 -}],  
51 -9: [{  
52 -pt:"",  
53 -en:"",  
54 -es:"",  
55 -it:""  
56 -}],  
57 -10: [{  
58 -pt:"", 10 +pt:"Aplica",
59 en:"", 11 en:"",
60 es:"", 12 es:"",
61 it:"" 13 it:""
ferramentas/opcoes_fundo/index.js
@@ -93,7 +93,7 @@ i3GEOF.opcoesFundo = { @@ -93,7 +93,7 @@ i3GEOF.opcoesFundo = {
93 cp = new cpaint(), 93 cp = new cpaint(),
94 retorno = function(retorno){ 94 retorno = function(retorno){
95 i3GEOF.opcoesFundo.aguarde.visibility = "hidden"; 95 i3GEOF.opcoesFundo.aguarde.visibility = "hidden";
96 - if(retorno.data.erro){i3GEO.janela.tempoMsg("Ocorreu um erro");return;} 96 + if(retorno.data.erro){i3GEO.janela.tempoMsg("Erro");return;}
97 $i("i3GEOopcoesFundocor").value = retorno.data; 97 $i("i3GEOopcoesFundocor").value = retorno.data;
98 }; 98 };
99 cp.set_response_type("JSON"); 99 cp.set_response_type("JSON");
@@ -101,7 +101,7 @@ i3GEOF.opcoesFundo = { @@ -101,7 +101,7 @@ i3GEOF.opcoesFundo = {
101 } 101 }
102 catch(erro){i3GEO.janela.tempoMsg(erro);} 102 catch(erro){i3GEO.janela.tempoMsg(erro);}
103 if(i3GEO.Interface.ATUAL === "googlemaps" || i3GEO.Interface.ATUAL === "googleearth") 103 if(i3GEO.Interface.ATUAL === "googlemaps" || i3GEO.Interface.ATUAL === "googleearth")
104 - {i3GEO.janela.tempoMsg("Essa operacao afeta apenas a ferramenta de impressao do mapa");} 104 + {i3GEO.janela.tempoMsg($trad(1,i3GEOF.opcoesFundo.dicionario));}
105 }, 105 },
106 /* 106 /*
107 Function: html 107 Function: html
@@ -116,7 +116,7 @@ i3GEOF.opcoesFundo = { @@ -116,7 +116,7 @@ i3GEOF.opcoesFundo = {
116 var ins = $inputText("","","i3GEOopcoesFundocor","",12,"") + 116 var ins = $inputText("","","i3GEOopcoesFundocor","",12,"") +
117 '<img alt="aquarela.gif" style=cursor:pointer '+ 117 '<img alt="aquarela.gif" style=cursor:pointer '+
118 'src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.opcoesFundo.corj(\'i3GEOopcoesFundocor\')" /> ' + 118 'src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.opcoesFundo.corj(\'i3GEOopcoesFundocor\')" /> ' +
119 - '<br><br><p class=paragrafo ><input size=20 id=i3GEOopcoesFundobotao1 type=button value="Aplica" />'; 119 + '<br><br><p class=paragrafo ><input size=20 id=i3GEOopcoesFundobotao1 type=button value="'+$trad(2,i3GEOF.opcoesFundo.dicionario)+'" />';
120 return ins; 120 return ins;
121 }, 121 },
122 /* 122 /*
@@ -186,4 +186,4 @@ i3GEOF.opcoesFundo = { @@ -186,4 +186,4 @@ i3GEOF.opcoesFundo = {
186 cp.set_response_type("JSON"); 186 cp.set_response_type("JSON");
187 cp.call(p,"corQM",temp); 187 cp.call(p,"corQM",temp);
188 } 188 }
189 -}; 189 -};
  190 +};
190 \ No newline at end of file 191 \ No newline at end of file
ferramentas/opcoes_label/dicionario.js
1 //+$trad(1,i3GEOF.proplabel.dicionario)+ 1 //+$trad(1,i3GEOF.proplabel.dicionario)+
2 i3GEOF.proplabel.dicionario = { 2 i3GEOF.proplabel.dicionario = {
3 -1: [{  
4 -pt:"",  
5 -en:"",  
6 -es:"",  
7 -it:""  
8 -}],  
9 -2: [{  
10 -pt:"",  
11 -en:"",  
12 -es:"",  
13 -it:""  
14 -}],  
15 -3: [{  
16 -pt:"",  
17 -en:"",  
18 -es:"",  
19 -it:""  
20 -}],  
21 -4: [{  
22 -pt:"",  
23 -en:"",  
24 -es:"",  
25 -it:""  
26 -}],  
27 -5: [{  
28 -pt:"",  
29 -en:"",  
30 -es:"",  
31 -it:""  
32 -}],  
33 -6: [{  
34 -pt:"",  
35 -en:"",  
36 -es:"",  
37 -it:""  
38 -}],  
39 -7: [{  
40 -pt:"",  
41 -en:"",  
42 -es:"",  
43 -it:""  
44 -}],  
45 -8: [{  
46 -pt:"",  
47 -en:"",  
48 -es:"",  
49 -it:""  
50 -}],  
51 -9: [{  
52 -pt:"",  
53 -en:"",  
54 -es:"",  
55 -it:""  
56 -}],  
57 -10: [{  
58 -pt:"",  
59 -en:"",  
60 -es:"",  
61 -it:""  
62 -}] 3 + 1: [{
  4 + pt:"Aguarde",
  5 + en:"",
  6 + es:"",
  7 + it:""
  8 + }],
  9 + 2: [{
  10 + pt:"Fonte",
  11 + en:"",
  12 + es:"",
  13 + it:""
  14 + }],
  15 + 3: [{
  16 + pt:"Tamanho",
  17 + en:"",
  18 + es:"",
  19 + it:""
  20 + }],
  21 + 4: [{
  22 + pt:"Largura do conector",
  23 + en:"",
  24 + es:"",
  25 + it:""
  26 + }],
  27 + 5: [{
  28 + pt:"Cor do conector",
  29 + en:"",
  30 + es:"",
  31 + it:""
  32 + }],
  33 + 6: [{
  34 + pt:"&Acirc;ngulo (no caso de linhas pode ser utilizado AUTO ou FOLLOW (segue a linha), nesses casos, a fonte n&atilde;o pode ser do tipo bitmap)",
  35 + en:"",
  36 + es:"",
  37 + it:""
  38 + }],
  39 + 7: [{
  40 + pt:"Deslocamento do texto em rela&ccedil;&atilde;o ao ponto de inclus&atilde;o",
  41 + en:"",
  42 + es:"",
  43 + it:""
  44 + }],
  45 + 8: [{
  46 + pt:"Cor do texto",
  47 + en:"",
  48 + es:"",
  49 + it:""
  50 + }],
  51 + 9: [{
  52 + pt:"Cor da m&aacute;scara de um pixel de entorno",
  53 + en:"",
  54 + es:"",
  55 + it:""
  56 + }],
  57 + 10: [{
  58 + pt:"Posicionamento",
  59 + en:"",
  60 + es:"",
  61 + it:""
  62 + }],
  63 + 11: [{
  64 + pt:"autom&aacute;tico",
  65 + en:"",
  66 + es:"",
  67 + it:""
  68 + }],
  69 + 12: [{
  70 + pt:"superior esquerdo",
  71 + en:"",
  72 + es:"",
  73 + it:""
  74 + }],
  75 + 13: [{
  76 + pt:"superior centro",
  77 + en:"",
  78 + es:"",
  79 + it:""
  80 + }],
  81 + 14: [{
  82 + pt:"superior direito",
  83 + en:"",
  84 + es:"",
  85 + it:""
  86 + }],
  87 + 15: [{
  88 + pt:"centro esquerdo",
  89 + en:"",
  90 + es:"",
  91 + it:""
  92 + }],
  93 + 16: [{
  94 + pt:"centro",
  95 + en:"",
  96 + es:"",
  97 + it:""
  98 + }],
  99 + 17: [{
  100 + pt:"centro direito",
  101 + en:"",
  102 + es:"",
  103 + it:""
  104 + }],
  105 + 18: [{
  106 + pt:"inferior esquerdo",
  107 + en:"",
  108 + es:"",
  109 + it:""
  110 + }],
  111 + 19: [{
  112 + pt:"inferior centro",
  113 + en:"",
  114 + es:"",
  115 + it:""
  116 + }],
  117 + 20: [{
  118 + pt:"inferior direito",
  119 + en:"",
  120 + es:"",
  121 + it:""
  122 + }],
  123 + 21: [{
  124 + pt:"Cor do fundo",
  125 + en:"",
  126 + es:"",
  127 + it:""
  128 + }],
  129 + 22: [{
  130 + pt:"Cor da sombra do fundo",
  131 + en:"",
  132 + es:"",
  133 + it:""
  134 + }],
  135 + 23: [{
  136 + pt:"Deslocamento da sombra do fundo",
  137 + en:"",
  138 + es:"",
  139 + it:""
  140 + }],
  141 + 24: [{
  142 + pt:"Cor do texto de fundo (duplicado)",
  143 + en:"",
  144 + es:"",
  145 + it:""
  146 + }],
  147 + 25: [{
  148 + pt:"Deslocamento do texto de fundo (duplicado)",
  149 + en:"",
  150 + es:"",
  151 + it:""
  152 + }],
  153 + 26: [{
  154 + pt:"For&ccedil;a colis&otilde;es entre textos?",
  155 + en:"",
  156 + es:"",
  157 + it:""
  158 + }],
  159 + 27: [{
  160 + pt:"Dist&acirc;ncia m&iacute;nima entre textos duplicados (em pixel)",
  161 + en:"",
  162 + es:"",
  163 + it:""
  164 + }],
  165 + 28: [{
  166 + pt:"Tamanho m&iacute;nimo do elemento cartogr&aacute;fico(em pixel)",
  167 + en:"",
  168 + es:"",
  169 + it:""
  170 + }],
  171 + 29: [{
  172 + pt:"O texto pode ultrapassar o mapa?",
  173 + en:"",
  174 + es:"",
  175 + it:""
  176 + }],
  177 + 30: [{
  178 + pt:"Caractere usado para indicar uma quebra de texto",
  179 + en:"",
  180 + es:"",
  181 + it:""
  182 + }],
  183 + 31: [{
  184 + pt:"Propriedades do texto",
  185 + en:"",
  186 + es:"",
  187 + it:""
  188 + }]
63 }; 189 };
64 \ No newline at end of file 190 \ No newline at end of file
ferramentas/opcoes_label/index.js
@@ -97,28 +97,28 @@ i3GEOF.proplabel = { @@ -97,28 +97,28 @@ i3GEOF.proplabel = {
97 html:function(conector){ 97 html:function(conector){
98 var ins = '' + 98 var ins = '' +
99 ' <table summary="" class=lista width="98%">' + 99 ' <table summary="" class=lista width="98%">' +
100 - ' <tr><td>Fonte:</td><td><span id="i3GEOproplabelDivListaFonte">Aguarde...</span></td></tr>' + 100 + ' <tr><td>'+$trad(2,i3GEOF.proplabel.dicionario)+':</td><td><span id="i3GEOproplabelDivListaFonte">'+$trad(1,i3GEOF.proplabel.dicionario)+'...</span></td></tr>' +
101 ' <tr><td>&nbsp;</td><td></td></tr>' + 101 ' <tr><td>&nbsp;</td><td></td></tr>' +
102 - ' <tr><td>Tamanho:</td><td>' + 102 + ' <tr><td>'+$trad(3,i3GEOF.proplabel.dicionario)+':</td><td>' +
103 $inputText("","","i3GEOproplabeltamanho_i","",2,"8") + 103 $inputText("","","i3GEOproplabeltamanho_i","",2,"8") +
104 ' </td></tr>' + 104 ' </td></tr>' +
105 ' <tr><td>&nbsp;</td><td></td></tr>'; 105 ' <tr><td>&nbsp;</td><td></td></tr>';
106 if(conector === true){ 106 if(conector === true){
107 - ins += ' <tr><td>Largura do conector:</td><td>' + 107 + ins += ' <tr><td>'+$trad(4,i3GEOF.proplabel.dicionario)+':</td><td>' +
108 $inputText("","","i3GEOproplabeltamanho_c","",2,"2") + 108 $inputText("","","i3GEOproplabeltamanho_c","",2,"2") +
109 ' </td></tr>' + 109 ' </td></tr>' +
110 ' <tr><td>&nbsp;</td><td></td></tr>' + 110 ' <tr><td>&nbsp;</td><td></td></tr>' +
111 - ' <tr><td>Cor do conector:</td><td>'+ 111 + ' <tr><td>'+$trad(5,i3GEOF.proplabel.dicionario)+':</td><td>'+
112 $inputText("","","i3GEOproplabelfrente_c","",11,"0 0 0") + 112 $inputText("","","i3GEOproplabelfrente_c","",11,"0 0 0") +
113 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrente_c\')" /></td></tr>' + 113 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrente_c\')" /></td></tr>' +
114 ' <tr><td>&nbsp;</td><td></td></tr>'; 114 ' <tr><td>&nbsp;</td><td></td></tr>';
115 } 115 }
116 - ins += ' <tr><td>&Acirc;ngulo (no caso de linhas pode ser utilizado AUTO ou FOLLOW (segue a linha), nesses casos, a fonte n&atilde;o pode ser do tipo bitmap):</td><td>' + 116 + ins += ' <tr><td>'+$trad(6,i3GEOF.proplabel.dicionario)+':</td><td>' +
117 $inputText("","","i3GEOproplabelangulo_i","",4,"0") + 117 $inputText("","","i3GEOproplabelangulo_i","",4,"0") +
118 ' </td></tr>' + 118 ' </td></tr>' +
119 ' <tr><td>&nbsp;</td><td></td></tr>' + 119 ' <tr><td>&nbsp;</td><td></td></tr>' +
120 ' <tr>' + 120 ' <tr>' +
121 - ' <td>Deslocamento do texto em rela&ccedil;&atilde;o ao ponto de inclus&atilde;o:</td>' + 121 + ' <td>'+$trad(7,i3GEOF.proplabel.dicionario)+':</td>' +
122 ' <td>x ' + 122 ' <td>x ' +
123 $inputText("","","i3GEOproplabeloffsetx_i","",2,"0") + 123 $inputText("","","i3GEOproplabeloffsetx_i","",2,"0") +
124 ' y ' + 124 ' y ' +
@@ -126,83 +126,83 @@ i3GEOF.proplabel = { @@ -126,83 +126,83 @@ i3GEOF.proplabel = {
126 ' </td>' + 126 ' </td>' +
127 ' </tr>' + 127 ' </tr>' +
128 ' <tr><td>&nbsp;</td><td></td></tr>' + 128 ' <tr><td>&nbsp;</td><td></td></tr>' +
129 - ' <tr><td>Cor do texto:</td><td>'+ 129 + ' <tr><td>'+$trad(8,i3GEOF.proplabel.dicionario)+':</td><td>'+
130 $inputText("","","i3GEOproplabelfrente_i","",11,"0 0 0") + 130 $inputText("","","i3GEOproplabelfrente_i","",11,"0 0 0") +
131 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrente_i\')" /></td></tr>' + 131 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrente_i\')" /></td></tr>' +
132 ' <tr><td>&nbsp;</td><td></td></tr>' + 132 ' <tr><td>&nbsp;</td><td></td></tr>' +
133 - ' <tr><td>Cor da m&aacute;scara de um pixel de entorno:</td><td>' + 133 + ' <tr><td>'+$trad(9,i3GEOF.proplabel.dicionario)+':</td><td>' +
134 $inputText("","","i3GEOproplabelmascara_i","",11,"") + 134 $inputText("","","i3GEOproplabelmascara_i","",11,"") +
135 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelmascara_i\')" /></td></tr>' + 135 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelmascara_i\')" /></td></tr>' +
136 ' <tr><td>&nbsp;</td><td></td></tr>' + 136 ' <tr><td>&nbsp;</td><td></td></tr>' +
137 ' <tr>' + 137 ' <tr>' +
138 - ' <td>Posicionamento:</td>' + 138 + ' <td>'+$trad(10,i3GEOF.proplabel.dicionario)+':</td>' +
139 ' <td>' + 139 ' <td>' +
140 ' <select id=i3GEOproplabelposition_i >' + 140 ' <select id=i3GEOproplabelposition_i >' +
141 - ' <option value="MS_AUTO" >autom&aacute;tico</option>' +  
142 - ' <option value="MS_UL" >superior esquerdo</option>' +  
143 - ' <option value="MS_UC" >superior centro</option>' +  
144 - ' <option value="MS_UR" selected >superior direito</option>' +  
145 - ' <option value="MS_CL" >centro esquerdo</option>' +  
146 - ' <option value="MS_CC" >centro</option>' +  
147 - ' <option value="MS_CR" >centro direito</option>' +  
148 - ' <option value="MS_LL" >inferior esquerdo</option>' +  
149 - ' <option value="MS_LC" >inferior centro</option>' +  
150 - ' <option value="MS_LR" >inferior direito</option>' + 141 + ' <option value="MS_AUTO" >'+$trad(11,i3GEOF.proplabel.dicionario)+'</option>' +
  142 + ' <option value="MS_UL" >'+$trad(12,i3GEOF.proplabel.dicionario)+'</option>' +
  143 + ' <option value="MS_UC" >'+$trad(13,i3GEOF.proplabel.dicionario)+'</option>' +
  144 + ' <option value="MS_UR" selected >'+$trad(14,i3GEOF.proplabel.dicionario)+'</option>' +
  145 + ' <option value="MS_CL" >'+$trad(15,i3GEOF.proplabel.dicionario)+'</option>' +
  146 + ' <option value="MS_CC" >'+$trad(16,i3GEOF.proplabel.dicionario)+'</option>' +
  147 + ' <option value="MS_CR" >'+$trad(17,i3GEOF.proplabel.dicionario)+'</option>' +
  148 + ' <option value="MS_LL" >'+$trad(18,i3GEOF.proplabel.dicionario)+'</option>' +
  149 + ' <option value="MS_LC" >'+$trad(19,i3GEOF.proplabel.dicionario)+'inferior centro</option>' +
  150 + ' <option value="MS_LR" >'+$trad(20,i3GEOF.proplabel.dicionario)+'inferior direito</option>' +
151 ' </select>' + 151 ' </select>' +
152 ' </td>' + 152 ' </td>' +
153 ' </tr>' + 153 ' </tr>' +
154 ' <tr><td>&nbsp;</td><td></td></tr>' + 154 ' <tr><td>&nbsp;</td><td></td></tr>' +
155 - ' <tr><td>Cor do fundo:</td><td>' + 155 + ' <tr><td>'+$trad(21,i3GEOF.proplabel.dicionario)+':</td><td>' +
156 $inputText("","","i3GEOproplabelfundoc_i","",9,"") + 156 $inputText("","","i3GEOproplabelfundoc_i","",9,"") +
157 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfundoc_i\')" /></td></tr>' + 157 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfundoc_i\')" /></td></tr>' +
158 ' <tr><td>&nbsp;</td><td></td></tr>' + 158 ' <tr><td>&nbsp;</td><td></td></tr>' +
159 - ' <tr><td>Cor da sombra do fundo:</td><td>'+ 159 + ' <tr><td>'+$trad(22,i3GEOF.proplabel.dicionario)+':</td><td>'+
160 $inputText("","","i3GEOproplabelsombra_i","",9,"") + 160 $inputText("","","i3GEOproplabelsombra_i","",9,"") +
161 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelsombra_i\')" /></td></tr>' + 161 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelsombra_i\')" /></td></tr>' +
162 ' <tr><td>&nbsp;</td><td></td></tr>' + 162 ' <tr><td>&nbsp;</td><td></td></tr>' +
163 - ' <tr><td>Deslocamento da sombra do fundo:</td><td>x ' + 163 + ' <tr><td>'+$trad(23,i3GEOF.proplabel.dicionario)+':</td><td>x ' +
164 $inputText("","","i3GEOproplabelsombrax_i","",1,"1") + 164 $inputText("","","i3GEOproplabelsombrax_i","",1,"1") +
165 ' y' + 165 ' y' +
166 $inputText("","","i3GEOproplabelsombray_i","",1,"1") + 166 $inputText("","","i3GEOproplabelsombray_i","",1,"1") +
167 ' </td></tr>' + 167 ' </td></tr>' +
168 ' <tr><td>&nbsp;</td><td></td></tr>' + 168 ' <tr><td>&nbsp;</td><td></td></tr>' +
169 - ' <tr><td>Cor do texto de fundo (duplicado)):</td><td>' + 169 + ' <tr><td>'+$trad(24,i3GEOF.proplabel.dicionario)+':</td><td>' +
170 $inputText("","","i3GEOproplabelfrentes_i","",9,"") + 170 $inputText("","","i3GEOproplabelfrentes_i","",9,"") +
171 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrentes_i\')" /></td></tr>' + 171 ' <img alt="aquarela.gif" style=cursor:pointer src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrentes_i\')" /></td></tr>' +
172 ' <tr><td>&nbsp;</td><td></td></tr>' + 172 ' <tr><td>&nbsp;</td><td></td></tr>' +
173 - ' <tr><td>Deslocamento do texto de fundo (duplicado):</td><td>x '+ 173 + ' <tr><td>'+$trad(25,i3GEOF.proplabel.dicionario)+':</td><td>x '+
174 $inputText("","","i3GEOproplabelfrentex_i","",1,"1") + 174 $inputText("","","i3GEOproplabelfrentex_i","",1,"1") +
175 ' y '+ 175 ' y '+
176 $inputText("","","i3GEOproplabelfrentey_i","",1,"1") + 176 $inputText("","","i3GEOproplabelfrentey_i","",1,"1") +
177 ' </td></tr>' + 177 ' </td></tr>' +
178 ' <tr><td>&nbsp;</td><td></td></tr>' + 178 ' <tr><td>&nbsp;</td><td></td></tr>' +
179 - ' <tr><td>For&ccedil;a colis&otilde;es entre textos?:</td>' + 179 + ' <tr><td>'+$trad(26,i3GEOF.proplabel.dicionario)+':</td>' +
180 ' <td>' + 180 ' <td>' +
181 ' <select id=i3GEOproplabelforce_i >' + 181 ' <select id=i3GEOproplabelforce_i >' +
182 - ' <option value="0" >n&atilde;o</option>' +  
183 - ' <option value="1" >sim</option>' + 182 + ' <option value="0" >'+$trad("x15")+'</option>' +
  183 + ' <option value="1" >'+$trad("x14")+'</option>' +
184 ' </select>' + 184 ' </select>' +
185 ' </td>' + 185 ' </td>' +
186 ' </tr>' + 186 ' </tr>' +
187 ' <tr><td>&nbsp;</td><td></td></tr>' + 187 ' <tr><td>&nbsp;</td><td></td></tr>' +
188 - ' <tr><td>Dist&acirc;ncia m&iacute;nima entre textos duplicados (em pixel):</td><td>' + 188 + ' <tr><td>'+$trad(27,i3GEOF.proplabel.dicionario)+':</td><td>' +
189 $inputText("","","i3GEOproplabelmindistance_i","",4,"auto") + 189 $inputText("","","i3GEOproplabelmindistance_i","",4,"auto") +
190 ' </td></tr>' + 190 ' </td></tr>' +
191 ' <tr><td>&nbsp;</td><td></td></tr>' + 191 ' <tr><td>&nbsp;</td><td></td></tr>' +
192 - ' <tr><td>Tamanho m&iacute;nimo do elemento cartogr&aacute;fico(em pixel):</td><td>' + 192 + ' <tr><td>'+$trad(28,i3GEOF.proplabel.dicionario)+':</td><td>' +
193 $inputText("","","i3GEOproplabelminfeaturesize_i","",4,"auto") + 193 $inputText("","","i3GEOproplabelminfeaturesize_i","",4,"auto") +
194 ' </td></tr>' + 194 ' </td></tr>' +
195 ' <tr><td>&nbsp;</td><td></td></tr>' + 195 ' <tr><td>&nbsp;</td><td></td></tr>' +
196 - ' <tr><td>O texto pode ultrapassar o mapa?:</td>' + 196 + ' <tr><td>'+$trad(29,i3GEOF.proplabel.dicionario)+':</td>' +
197 ' <td>' + 197 ' <td>' +
198 ' <select id=i3GEOproplabelpartials_i >' + 198 ' <select id=i3GEOproplabelpartials_i >' +
199 - ' <option value="1" >sim</option>' +  
200 - ' <option value="0" >n&atilde;o</option>' + 199 + ' <option value="1" >'+$trad("x14")+'</option>' +
  200 + ' <option value="0" >'+$trad("x15")+'</option>' +
201 ' </select>' + 201 ' </select>' +
202 ' </td>' + 202 ' </td>' +
203 ' </tr>' + 203 ' </tr>' +
204 ' <tr><td>&nbsp;</td><td></td></tr>' + 204 ' <tr><td>&nbsp;</td><td></td></tr>' +
205 - ' <tr><td>Caractere usado para indicar uma quebra de texto:</td><td>' + 205 + ' <tr><td>'+$trad(30,i3GEOF.proplabel.dicionario)+':</td><td>' +
206 $inputText("","","i3GEOproplabelwrap_i","",5,"") + 206 $inputText("","","i3GEOproplabelwrap_i","",5,"") +
207 ' </td></tr>' + 207 ' </td></tr>' +
208 ' </table>'; 208 ' </table>';
@@ -222,7 +222,7 @@ i3GEOF.proplabel = { @@ -222,7 +222,7 @@ i3GEOF.proplabel = {
222 minimiza = function(){ 222 minimiza = function(){
223 i3GEO.janela.minimiza("i3GEOF.proplabel"); 223 i3GEO.janela.minimiza("i3GEOF.proplabel");
224 }; 224 };
225 - titulo = "Propriedades do texto"; 225 + titulo = $trad(31,i3GEOF.proplabel.dicionario);
226 janela = i3GEO.janela.cria( 226 janela = i3GEO.janela.cria(
227 "360px", 227 "360px",
228 "230px", 228 "230px",