Commit 2c57ffd64898c1249a161976f5c3ccd1266834f3

Authored by Edmar Moretti
1 parent a61361f6

Inclusão de dicionário para tradução das ferramentas

Showing 113 changed files with 6278 additions and 110 deletions   Show diff stats
classesjs/classe_gadgets.js
@@ -360,7 +360,7 @@ i3GEO.gadgets = { @@ -360,7 +360,7 @@ i3GEO.gadgets = {
360 i3geo_buscaRapida = function(){ 360 i3geo_buscaRapida = function(){
361 alert("i3geo_buscaRapida foi depreciada"); 361 alert("i3geo_buscaRapida foi depreciada");
362 }; 362 };
363 - i = "<form id=i3GEObotaoFormBuscaRapida"+id+" >"+$inputText(id,"256","valorBuscaRapida"+id,"Munic&iacute;pio, cidade, UC, endere&ccedil;o...","20",$trad("o2"))+"</form>"; 363 + i = "<form id=i3GEObotaoFormBuscaRapida"+id+" >"+$inputText(id,"256","valorBuscaRapida"+id,$trad("x34"),"20",$trad("o2"))+"</form>";
364 ins = "<table><tr><td><a class=ajuda_usuario target=_blank href='"+i3GEO.configura.locaplic+"/ajuda_usuario.php?idcategoria=8&idajuda=71' >&nbsp;&nbsp;&nbsp;</a></td><td>"+i+"</td>"; 364 ins = "<table><tr><td><a class=ajuda_usuario target=_blank href='"+i3GEO.configura.locaplic+"/ajuda_usuario.php?idcategoria=8&idajuda=71' >&nbsp;&nbsp;&nbsp;</a></td><td>"+i+"</td>";
365 ins += "<td><img src='"+i3GEO.util.$im("branco.gif")+"' title='"+$trad("p13")+"' class='ticPropriedades2' id=i3GEObotaoPropriedadesBuscaRapida"+id+" /></td>"; 365 ins += "<td><img src='"+i3GEO.util.$im("branco.gif")+"' title='"+$trad("p13")+"' class='ticPropriedades2' id=i3GEObotaoPropriedadesBuscaRapida"+id+" /></td>";
366 ins += "<td><img src='"+i3GEO.util.$im("branco.gif")+"' class='tic' id=i3GEObotaoBuscaRapida"+id+" /></td></tr></table>"; 366 ins += "<td><img src='"+i3GEO.util.$im("branco.gif")+"' class='tic' id=i3GEObotaoBuscaRapida"+id+" /></td></tr></table>";
@@ -368,9 +368,9 @@ i3GEO.gadgets = { @@ -368,9 +368,9 @@ i3GEO.gadgets = {
368 if(temp){ 368 if(temp){
369 fbusca = function(){ 369 fbusca = function(){
370 if(i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.servicosexternos === false && i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa === false) 370 if(i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.servicosexternos === false && i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa === false)
371 - {alert("Escolha um tipo de busca nas propriedades");return;} 371 + {alert($trad("x35"));return;}
372 if ($i("valorBuscaRapida"+id).value === "") 372 if ($i("valorBuscaRapida"+id).value === "")
373 - {alert("Digite uma palavra para busca!");return;} 373 + {alert($trad("x36"));return;}
374 i3GEO.janela.cria("300px","280px",i3GEO.configura.locaplic+"/ferramentas/buscarapida/index.htm","","","Busca rapida"); 374 i3GEO.janela.cria("300px","280px",i3GEO.configura.locaplic+"/ferramentas/buscarapida/index.htm","","","Busca rapida");
375 return false; 375 return false;
376 }; 376 };
@@ -386,12 +386,12 @@ i3GEO.gadgets = { @@ -386,12 +386,12 @@ i3GEO.gadgets = {
386 {externo = "checked";} 386 {externo = "checked";}
387 if(i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa) 387 if(i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa)
388 {interno = "checked";} 388 {interno = "checked";}
389 - ins = "<p class=paragrafo >Onde ser&aacute; feita a busca:</p>" + 389 + ins = "<p class=paragrafo >"+$trad("x37")+":</p>" +
390 "<table class=lista3 >" + 390 "<table class=lista3 >" +
391 - "<tr><td><input style=cursor:pointer onclick='i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.servicosexternos = this.checked' type=checkbox "+externo+" ></td><td>Servi&ccedil;os de busca externos (Google e MMA)</td></tr>" +  
392 - "<tr><td><input style=cursor:pointer onclick='i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa = this.checked' type=checkbox "+interno+" ></td><td>Temas existentes no mapa</td></tr>" + 391 + "<tr><td><input style=cursor:pointer onclick='i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.servicosexternos = this.checked' type=checkbox "+externo+" ></td><td>+"$trad("x38")+"</td></tr>" +
  392 + "<tr><td><input style=cursor:pointer onclick='i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa = this.checked' type=checkbox "+interno+" ></td><td>"+$trad("x39")+"</td></tr>" +
393 "</table><br>" + 393 "</table><br>" +
394 - "<p class=paragrafo >Apenas os temas especialmente configurados pelo administrador do i3Geo podem receber opera&ccedil;&otilde;es de busca.</p>"; 394 + "<p class=paragrafo >"+$trad("x40")+"</p>";
395 $i("i3GEOpropriedadesBuscaRapida"+id+"_corpo").innerHTML = ins; 395 $i("i3GEOpropriedadesBuscaRapida"+id+"_corpo").innerHTML = ins;
396 }; 396 };
397 } 397 }
classesjs/classe_idioma.js
@@ -95,7 +95,7 @@ i3GEO.idioma = { @@ -95,7 +95,7 @@ i3GEO.idioma = {
95 /* 95 /*
96 Propriedade: DICIONARIO 96 Propriedade: DICIONARIO
97 97
98 - Objeto contendo o dicion&aacute;rio utilizado 98 + Objeto contendo o dicion&aacute;rio default utilizado
99 99
100 Tipo: 100 Tipo:
101 {object} - veja <dicionario.js> 101 {object} - veja <dicionario.js>
@@ -178,15 +178,24 @@ i3GEO.idioma = { @@ -178,15 +178,24 @@ i3GEO.idioma = {
178 Parametro: 178 Parametro:
179 179
180 id - {String} C&oacute;digo do texto. 180 id - {String} C&oacute;digo do texto.
  181 +
  182 + dic - {string} Objeto que cont&eacute;m o dicion&aacute;. Por default, utiliza i3GEO.idioma.DICIONARIO
181 183
182 Returns: 184 Returns:
183 185
184 {String} Texto traduzido. 186 {String} Texto traduzido.
185 */ 187 */
186 - traduzir: function(id) {  
187 - if(i3GEO.idioma.DICIONARIO[id]){  
188 - var t = i3GEO.idioma.DICIONARIO[id][0];  
189 - return t[i3GEO.idioma.ATUAL]; 188 + traduzir: function(id,dic) {
  189 + if(!dic){
  190 + dic = i3GEO.idioma.DICIONARIO;
  191 + }
  192 + if(dic[id]){
  193 + var r,t = dic[id][0];
  194 + r = t[i3GEO.idioma.ATUAL];
  195 + if(r == ""){
  196 + r = t["pt"];
  197 + }
  198 + return r;
190 } 199 }
191 else 200 else
192 {return;} 201 {return;}
@@ -328,12 +337,18 @@ Parametro: @@ -328,12 +337,18 @@ Parametro:
328 337
329 id - {String} C&oacute;digo do texto. 338 id - {String} C&oacute;digo do texto.
330 339
  340 +dic - {string} Objeto que cont&eacute;m o dicion&aacute;. Por default, utiliza i3GEO.idioma.DICIONARIO
  341 +
331 Returns: 342 Returns:
332 343
333 {String} Texto traduzido. 344 {String} Texto traduzido.
334 */ 345 */
335 -$trad = function(id)  
336 -{return (i3GEO.idioma.traduzir(id));}; 346 +$trad = function(id,dic){
  347 + if(!dic){
  348 + dic = i3GEO.idioma.DICIONARIO;
  349 + }
  350 + return (i3GEO.idioma.traduzir(id,dic));
  351 +};
337 // 352 //
338 (function(){ 353 (function(){
339 try { 354 try {
classesjs/dicionario.js
@@ -1761,6 +1761,90 @@ it:&quot;&quot; @@ -1761,6 +1761,90 @@ it:&quot;&quot;
1761 }], 1761 }],
1762 "x33":[ 1762 "x33":[
1763 { 1763 {
  1764 +pt:"Escolha um tema da lista",
  1765 +en:"",
  1766 +es:"",
  1767 +it:""
  1768 +}],
  1769 +"x34":[
  1770 +{
  1771 +pt:"Lugar",
  1772 +en:"",
  1773 +es:"",
  1774 +it:""
  1775 +}],
  1776 +"x35":[
  1777 +{
  1778 +pt:"Escolha um tipo de busca nas propriedades",
  1779 +en:"",
  1780 +es:"",
  1781 +it:""
  1782 +}],
  1783 +"x36":[
  1784 +{
  1785 +pt:"Digite uma palavra para busca!",
  1786 +en:"",
  1787 +es:"",
  1788 +it:""
  1789 +}],
  1790 +"x37":[
  1791 +{
  1792 +pt:"Onde ser&aacute; feita a busca",
  1793 +en:"",
  1794 +es:"",
  1795 +it:""
  1796 +}],
  1797 +"x38":[
  1798 +{
  1799 +pt:"Servi&ccedil;os de busca externos",
  1800 +en:"",
  1801 +es:"",
  1802 +it:""
  1803 +}],
  1804 +"x39":[
  1805 +{
  1806 +pt:"Temas existentes no mapa",
  1807 +en:"",
  1808 +es:"",
  1809 +it:""
  1810 +}],
  1811 +"x40":[
  1812 +{
  1813 +pt:"Apenas os temas especialmente configurados pelo administrador do i3Geo podem receber opera&ccedil;&otilde;es de busca",
  1814 +en:"",
  1815 +es:"",
  1816 +it:""
  1817 +}],
  1818 +"x41":[
  1819 +{
  1820 +pt:"Nada encontrado nos temas ou nenhum tema permite busca",
  1821 +en:"",
  1822 +es:"",
  1823 +it:""
  1824 +}],
  1825 +"x42":[
  1826 +{
  1827 +pt:"Nada encontrado em ",
  1828 +en:"",
  1829 +es:"",
  1830 +it:""
  1831 +}],
  1832 +"x43":[
  1833 +{
  1834 +pt:"Erro ao acessar o servi&ccedil;o",
  1835 +en:"",
  1836 +es:"",
  1837 +it:""
  1838 +}],
  1839 +"x44":[
  1840 +{
  1841 +pt:"",
  1842 +en:"",
  1843 +es:"",
  1844 +it:""
  1845 +}],
  1846 +"x45":[
  1847 +{
1764 pt:"", 1848 pt:"",
1765 en:"", 1849 en:"",
1766 es:"", 1850 es:"",
ferramentas/3d/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.t3d.dicionario)+
  2 +i3GEOF.t3d.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/3d/index.js
@@ -68,7 +68,31 @@ i3GEOF.t3d = { @@ -68,7 +68,31 @@ i3GEOF.t3d = {
68 {3dmap.map} 68 {3dmap.map}
69 */ 69 */
70 dmap: "3dmap.map", 70 dmap: "3dmap.map",
71 - 71 + /*
  72 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  73 + */
  74 + criaJanelaFlutuante: function(){
  75 + i3GEOF.t3d.iniciaDicionario();
  76 + },
  77 + /*
  78 + Function: iniciaDicionario
  79 +
  80 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  81 +
  82 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  83 + */
  84 + iniciaDicionario: function(){
  85 + if(typeof(i3GEOF.t3d.dicionario) === 'undefined'){
  86 + i3GEO.util.scriptTag(
  87 + i3GEO.configura.locaplic+"/ferramentas/3d/dicionario.js",
  88 + "i3GEOF.t3d.iniciaJanelaFlutuante()",
  89 + "i3GEOF.t3d.dicionario_script"
  90 + );
  91 + }
  92 + else{
  93 + i3GEOF.t3d.iniciaJanelaFlutuante();
  94 + }
  95 + },
72 /* 96 /*
73 Function: inicia 97 Function: inicia
74 98
@@ -106,7 +130,7 @@ i3GEOF.t3d = { @@ -106,7 +130,7 @@ i3GEOF.t3d = {
106 130
107 Cria a janela flutuante para controle da ferramenta. 131 Cria a janela flutuante para controle da ferramenta.
108 */ 132 */
109 - criaJanelaFlutuante: function(){ 133 + iniciaJanelaFlutuante: function(){
110 var minimiza,cabecalho,janela,divid,temp,titulo; 134 var minimiza,cabecalho,janela,divid,temp,titulo;
111 //cria a janela flutuante 135 //cria a janela flutuante
112 titulo = "3d <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=7&idajuda=69' >&nbsp;&nbsp;&nbsp;</a>"; 136 titulo = "3d <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=7&idajuda=69' >&nbsp;&nbsp;&nbsp;</a>";
ferramentas/agrupaelementos/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.agrupaelementos.dicionario)+
  2 +i3GEOF.agrupaElementos.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/agrupaelementos/index.js
@@ -50,6 +50,31 @@ i3GEOF.agrupaElementos = { @@ -50,6 +50,31 @@ i3GEOF.agrupaElementos = {
50 */ 50 */
51 aguarde: "", 51 aguarde: "",
52 /* 52 /*
  53 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  54 + */
  55 + criaJanelaFlutuante: function(){
  56 + i3GEOF.agrupaElementos.iniciaDicionario();
  57 + },
  58 + /*
  59 + Function: iniciaDicionario
  60 +
  61 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  62 +
  63 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  64 + */
  65 + iniciaDicionario: function(){
  66 + if(typeof(i3GEOF.agrupaElementos.dicionario) === 'undefined'){
  67 + i3GEO.util.scriptTag(
  68 + i3GEO.configura.locaplic+"/ferramentas/agrupaelementos/dicionario.js",
  69 + "i3GEOF.agrupaElementos.iniciaJanelaFlutuante()",
  70 + "i3GEOF.agrupaElementos.dicionario_script"
  71 + );
  72 + }
  73 + else{
  74 + i3GEOF.agrupaElementos.iniciaJanelaFlutuante();
  75 + }
  76 + },
  77 + /*
53 Function: inicia 78 Function: inicia
54 79
55 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 80 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -87,7 +112,7 @@ i3GEOF.agrupaElementos = { @@ -87,7 +112,7 @@ i3GEOF.agrupaElementos = {
87 112
88 Cria a janela flutuante para controle da ferramenta. 113 Cria a janela flutuante para controle da ferramenta.
89 */ 114 */
90 - criaJanelaFlutuante: function(){ 115 + iniciaJanelaFlutuante: function(){
91 var minimiza,cabecalho,janela,divid,temp,titulo; 116 var minimiza,cabecalho,janela,divid,temp,titulo;
92 //cria a janela flutuante 117 //cria a janela flutuante
93 titulo = "Agrupa <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=25' >&nbsp;&nbsp;&nbsp;</a>"; 118 titulo = "Agrupa <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=25' >&nbsp;&nbsp;&nbsp;</a>";
ferramentas/analisageometrias/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.analisageometrias.dicionario)+
  2 +i3GEOF.analisageometrias.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/analisageometrias/index.js
@@ -53,6 +53,31 @@ i3GEOF.analisaGeometrias = { @@ -53,6 +53,31 @@ i3GEOF.analisaGeometrias = {
53 */ 53 */
54 aguarde: "", 54 aguarde: "",
55 /* 55 /*
  56 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  57 + */
  58 + criaJanelaFlutuante: function(){
  59 + i3GEOF.analisaGeometrias.iniciaDicionario();
  60 + },
  61 + /*
  62 + Function: iniciaDicionario
  63 +
  64 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  65 +
  66 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  67 + */
  68 + iniciaDicionario: function(){
  69 + if(typeof(i3GEOF.analisaGeometrias.dicionario) === 'undefined'){
  70 + i3GEO.util.scriptTag(
  71 + i3GEO.configura.locaplic+"/ferramentas/analisageometrias/dicionario.js",
  72 + "i3GEOF.analisaGeometrias.iniciaJanelaFlutuante()",
  73 + "i3GEOF.analisaGeometrias.dicionario_script"
  74 + );
  75 + }
  76 + else{
  77 + i3GEOF.analisaGeometrias.iniciaJanelaFlutuante();
  78 + }
  79 + },
  80 + /*
56 Function: inicia 81 Function: inicia
57 82
58 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 83 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -194,11 +219,11 @@ i3GEOF.analisaGeometrias = { @@ -194,11 +219,11 @@ i3GEOF.analisaGeometrias = {
194 return ins; 219 return ins;
195 }, 220 },
196 /* 221 /*
197 - Function: criaJanelaFlutuante 222 + Function: iniciaJanelaFlutuante
198 223
199 Cria a janela flutuante para controle da ferramenta. 224 Cria a janela flutuante para controle da ferramenta.
200 */ 225 */
201 - criaJanelaFlutuante: function(){ 226 + iniciaJanelaFlutuante: function(){
202 var minimiza,cabecalho,janela,divid,temp,titulo; 227 var minimiza,cabecalho,janela,divid,temp,titulo;
203 //funcao que sera executada ao ser clicado no cabe&ccedil;alho da janela 228 //funcao que sera executada ao ser clicado no cabe&ccedil;alho da janela
204 cabecalho = function(){ 229 cabecalho = function(){
ferramentas/animacao/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.animacao.dicionario)+
  2 +i3GEOF.animacao.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/animacao/index.js
@@ -51,6 +51,31 @@ i3GEOF.animacao = { @@ -51,6 +51,31 @@ i3GEOF.animacao = {
51 aguarde: "", 51 aguarde: "",
52 tempo: 1000, 52 tempo: 1000,
53 /* 53 /*
  54 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  55 + */
  56 + criaJanelaFlutuante: function(){
  57 + i3GEOF.animacao.iniciaDicionario();
  58 + },
  59 + /*
  60 + Function: iniciaDicionario
  61 +
  62 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  63 +
  64 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  65 + */
  66 + iniciaDicionario: function(){
  67 + if(typeof(i3GEOF.animacao.dicionario) === 'undefined'){
  68 + i3GEO.util.scriptTag(
  69 + i3GEO.configura.locaplic+"/ferramentas/animacao/dicionario.js",
  70 + "i3GEOF.animacao.iniciaJanelaFlutuante()",
  71 + "i3GEOF.animacao.dicionario_script"
  72 + );
  73 + }
  74 + else{
  75 + i3GEOF.animacao.iniciaJanelaFlutuante();
  76 + }
  77 + },
  78 + /*
54 Function: inicia 79 Function: inicia
55 80
56 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 81 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -99,11 +124,11 @@ i3GEOF.animacao = { @@ -99,11 +124,11 @@ i3GEOF.animacao = {
99 return ins; 124 return ins;
100 }, 125 },
101 /* 126 /*
102 - Function: criaJanelaFlutuante 127 + Function: iniciaJanelaFlutuante
103 128
104 Cria a janela flutuante para controle da ferramenta. 129 Cria a janela flutuante para controle da ferramenta.
105 */ 130 */
106 - criaJanelaFlutuante: function(){ 131 + iniciaJanelaFlutuante: function(){
107 var janela,divid,temp,titulo,cabecalho,minimiza; 132 var janela,divid,temp,titulo,cabecalho,minimiza;
108 cabecalho = function(){}; 133 cabecalho = function(){};
109 minimiza = function(){ 134 minimiza = function(){
ferramentas/aplicarsld/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.aplicarsld.dicionario)+
  2 +i3GEOF.aplicarsld.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/aplicarsld/index.js
@@ -51,6 +51,31 @@ i3GEOF.aplicarsld = { @@ -51,6 +51,31 @@ i3GEOF.aplicarsld = {
51 */ 51 */
52 aguarde: "", 52 aguarde: "",
53 /* 53 /*
  54 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  55 + */
  56 + criaJanelaFlutuante: function(){
  57 + i3GEOF.aplicarsld.iniciaDicionario();
  58 + },
  59 + /*
  60 + Function: iniciaDicionario
  61 +
  62 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  63 +
  64 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  65 + */
  66 + iniciaDicionario: function(){
  67 + if(typeof(i3GEOF.aplicarsld.dicionario) === 'undefined'){
  68 + i3GEO.util.scriptTag(
  69 + i3GEO.configura.locaplic+"/ferramentas/aplicarsld/dicionario.js",
  70 + "i3GEOF.aplicarsld.iniciaJanelaFlutuante()",
  71 + "i3GEOF.aplicarsld.dicionario_script"
  72 + );
  73 + }
  74 + else{
  75 + i3GEOF.aplicarsld.iniciaJanelaFlutuante();
  76 + }
  77 + },
  78 + /*
54 Function: inicia 79 Function: inicia
55 80
56 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 81 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -89,11 +114,11 @@ i3GEOF.aplicarsld = { @@ -89,11 +114,11 @@ i3GEOF.aplicarsld = {
89 return ins; 114 return ins;
90 }, 115 },
91 /* 116 /*
92 - Function: criaJanelaFlutuante 117 + Function: iniciaJanelaFlutuante
93 118
94 Cria a janela flutuante para controle da ferramenta. 119 Cria a janela flutuante para controle da ferramenta.
95 */ 120 */
96 - criaJanelaFlutuante: function(){ 121 + iniciaJanelaFlutuante: function(){
97 var janela,divid,titulo,cabecalho,minimiza; 122 var janela,divid,titulo,cabecalho,minimiza;
98 cabecalho = function(){}; 123 cabecalho = function(){};
99 minimiza = function(){ 124 minimiza = function(){
ferramentas/buffer/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.buffer.dicionario)+
  2 +i3GEOF.buffer.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/buffer/index.js
@@ -52,6 +52,31 @@ i3GEOF.buffer = { @@ -52,6 +52,31 @@ i3GEOF.buffer = {
52 */ 52 */
53 aguarde: "", 53 aguarde: "",
54 /* 54 /*
  55 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  56 + */
  57 + criaJanelaFlutuante: function(){
  58 + i3GEOF.buffer.iniciaDicionario();
  59 + },
  60 + /*
  61 + Function: iniciaDicionario
  62 +
  63 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  64 +
  65 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  66 + */
  67 + iniciaDicionario: function(){
  68 + if(typeof(i3GEOF.buffer.dicionario) === 'undefined'){
  69 + i3GEO.util.scriptTag(
  70 + i3GEO.configura.locaplic+"/ferramentas/buffer/dicionario.js",
  71 + "i3GEOF.buffer.iniciaJanelaFlutuante()",
  72 + "i3GEOF.buffer.dicionario_script"
  73 + );
  74 + }
  75 + else{
  76 + i3GEOF.buffer.iniciaJanelaFlutuante();
  77 + }
  78 + },
  79 + /*
55 Function: inicia 80 Function: inicia
56 81
57 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 82 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -85,11 +110,11 @@ i3GEOF.buffer = { @@ -85,11 +110,11 @@ i3GEOF.buffer = {
85 return ins; 110 return ins;
86 }, 111 },
87 /* 112 /*
88 - Function: criaJanelaFlutuante 113 + Function: iniciaJanelaFlutuante
89 114
90 Cria a janela flutuante para controle da ferramenta. 115 Cria a janela flutuante para controle da ferramenta.
91 */ 116 */
92 - criaJanelaFlutuante: function(){ 117 + iniciaJanelaFlutuante: function(){
93 var janela,divid,temp,titulo; 118 var janela,divid,temp,titulo;
94 //cria a janela flutuante 119 //cria a janela flutuante
95 titulo = "Entorno <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=24' >&nbsp;&nbsp;&nbsp;</a>"; 120 titulo = "Entorno <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=24' >&nbsp;&nbsp;&nbsp;</a>";
ferramentas/bufferpt/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.bufferpt.dicionario)+
  2 +i3GEOF.bufferpt.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/bufferpt/index.js
@@ -58,6 +58,31 @@ i3GEOF.bufferpt = { @@ -58,6 +58,31 @@ i3GEOF.bufferpt = {
58 */ 58 */
59 aguarde: "", 59 aguarde: "",
60 /* 60 /*
  61 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  62 + */
  63 + criaJanelaFlutuante: function(){
  64 + i3GEOF.bufferpt.iniciaDicionario();
  65 + },
  66 + /*
  67 + Function: iniciaDicionario
  68 +
  69 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  70 +
  71 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  72 + */
  73 + iniciaDicionario: function(){
  74 + if(typeof(i3GEOF.bufferpt.dicionario) === 'undefined'){
  75 + i3GEO.util.scriptTag(
  76 + i3GEO.configura.locaplic+"/ferramentas/bufferpt/dicionario.js",
  77 + "i3GEOF.bufferpt.iniciaJanelaFlutuante()",
  78 + "i3GEOF.bufferpt.dicionario_script"
  79 + );
  80 + }
  81 + else{
  82 + i3GEOF.bufferpt.iniciaJanelaFlutuante();
  83 + }
  84 + },
  85 + /*
61 Function: inicia 86 Function: inicia
62 87
63 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 88 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -97,7 +122,7 @@ i3GEOF.bufferpt = { @@ -97,7 +122,7 @@ i3GEOF.bufferpt = {
97 return ins; 122 return ins;
98 }, 123 },
99 /* 124 /*
100 - Function: criaJanelaFlutuante 125 + Function: iniciaJanelaFlutuante
101 126
102 Cria a janela flutuante para controle da ferramenta. 127 Cria a janela flutuante para controle da ferramenta.
103 128
@@ -110,7 +135,7 @@ i3GEOF.bufferpt = { @@ -110,7 +135,7 @@ i3GEOF.bufferpt = {
110 135
111 y {dd} - coordenada y (latitude) 136 y {dd} - coordenada y (latitude)
112 */ 137 */
113 - criaJanelaFlutuante: function(x,y){ 138 + iniciaJanelaFlutuante: function(x,y){
114 var janela,divid,titulo,cabecalho,minimiza; 139 var janela,divid,titulo,cabecalho,minimiza;
115 if(x) 140 if(x)
116 {i3GEOF.bufferpt.x = x;} 141 {i3GEOF.bufferpt.x = x;}
ferramentas/busca/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.busca.dicionario)+
  2 +i3GEOF.busca.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/busca/index.js
@@ -59,6 +59,31 @@ i3GEOF.busca = { @@ -59,6 +59,31 @@ i3GEOF.busca = {
59 */ 59 */
60 tema: i3GEO.temaAtivo, 60 tema: i3GEO.temaAtivo,
61 /* 61 /*
  62 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  63 + */
  64 + criaJanelaFlutuante: function(){
  65 + i3GEOF.busca.iniciaDicionario();
  66 + },
  67 + /*
  68 + Function: iniciaDicionario
  69 +
  70 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  71 +
  72 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  73 + */
  74 + iniciaDicionario: function(){
  75 + if(typeof(i3GEOF.busca.dicionario) === 'undefined'){
  76 + i3GEO.util.scriptTag(
  77 + i3GEO.configura.locaplic+"/ferramentas/busca/dicionario.js",
  78 + "i3GEOF.busca.iniciaJanelaFlutuante()",
  79 + "i3GEOF.busca.dicionario_script"
  80 + );
  81 + }
  82 + else{
  83 + i3GEOF.busca.iniciaJanelaFlutuante();
  84 + }
  85 + },
  86 + /*
62 Function: inicia 87 Function: inicia
63 88
64 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 89 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -122,11 +147,11 @@ i3GEOF.busca = { @@ -122,11 +147,11 @@ i3GEOF.busca = {
122 return ins; 147 return ins;
123 }, 148 },
124 /* 149 /*
125 - Function: criaJanelaFlutuante 150 + Function: iniciaJanelaFlutuante
126 151
127 Cria a janela flutuante para controle da ferramenta. 152 Cria a janela flutuante para controle da ferramenta.
128 */ 153 */
129 - criaJanelaFlutuante: function(){ 154 + iniciaJanelaFlutuante: function(){
130 var minimiza,cabecalho,janela,divid,temp,titulo; 155 var minimiza,cabecalho,janela,divid,temp,titulo;
131 if($i("i3GEOF.busca")){ 156 if($i("i3GEOF.busca")){
132 i3GEOF.busca.tema = i3GEO.temaAtivo; 157 i3GEOF.busca.tema = i3GEO.temaAtivo;
ferramentas/buscafotos/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.buscaFotos.dicionario)+
  2 +i3GEOF.buscaFotos.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/buscafotos/index.js
@@ -57,6 +57,31 @@ i3GEOF.buscaFotos = { @@ -57,6 +57,31 @@ i3GEOF.buscaFotos = {
57 */ 57 */
58 chaveFlicker: "b170cde3c3064ca44b1ae0fbe747575d", 58 chaveFlicker: "b170cde3c3064ca44b1ae0fbe747575d",
59 /* 59 /*
  60 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  61 + */
  62 + criaJanelaFlutuante: function(){
  63 + i3GEOF.buscaFotos.iniciaDicionario();
  64 + },
  65 + /*
  66 + Function: iniciaDicionario
  67 +
  68 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  69 +
  70 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  71 + */
  72 + iniciaDicionario: function(){
  73 + if(typeof(i3GEOF.buscaFotos.dicionario) === 'undefined'){
  74 + i3GEO.util.scriptTag(
  75 + i3GEO.configura.locaplic+"/ferramentas/buscafotos/dicionario.js",
  76 + "i3GEOF.buscaFotos.iniciaJanelaFlutuante()",
  77 + "i3GEOF.buscaFotos.dicionario_script"
  78 + );
  79 + }
  80 + else{
  81 + i3GEOF.buscaFotos.iniciaJanelaFlutuante();
  82 + }
  83 + },
  84 + /*
60 Function: inicia 85 Function: inicia
61 86
62 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 87 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -138,11 +163,11 @@ i3GEOF.buscaFotos = { @@ -138,11 +163,11 @@ i3GEOF.buscaFotos = {
138 return ins; 163 return ins;
139 }, 164 },
140 /* 165 /*
141 - Function: criaJanelaFlutuante 166 + Function: iniciaJanelaFlutuante
142 167
143 Cria a janela flutuante para controle da ferramenta. 168 Cria a janela flutuante para controle da ferramenta.
144 */ 169 */
145 - criaJanelaFlutuante: function(){ 170 + iniciaJanelaFlutuante: function(){
146 var minimiza,cabecalho,janela,divid,temp,titulo; 171 var minimiza,cabecalho,janela,divid,temp,titulo;
147 //funcao que sera executada ao ser clicado no cabe&ccedil;alho da janela 172 //funcao que sera executada ao ser clicado no cabe&ccedil;alho da janela
148 cabecalho = function(){ 173 cabecalho = function(){
ferramentas/buscainde/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.buscainde.dicionario)+
  2 +i3GEOF.buscainde.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/buscainde/index.js
@@ -51,6 +51,31 @@ i3GEOF.buscainde = { @@ -51,6 +51,31 @@ i3GEOF.buscainde = {
51 */ 51 */
52 aguarde: "", 52 aguarde: "",
53 /* 53 /*
  54 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  55 + */
  56 + criaJanelaFlutuante: function(){
  57 + i3GEOF.buscainde.iniciaDicionario();
  58 + },
  59 + /*
  60 + Function: iniciaDicionario
  61 +
  62 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  63 +
  64 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  65 + */
  66 + iniciaDicionario: function(){
  67 + if(typeof(i3GEOF.buscainde.dicionario) === 'undefined'){
  68 + i3GEO.util.scriptTag(
  69 + i3GEO.configura.locaplic+"/ferramentas/buscainde/dicionario.js",
  70 + "i3GEOF.buscainde.iniciaJanelaFlutuante()",
  71 + "i3GEOF.buscainde.dicionario_script"
  72 + );
  73 + }
  74 + else{
  75 + i3GEOF.buscainde.iniciaJanelaFlutuante();
  76 + }
  77 + },
  78 + /*
54 Function: inicia 79 Function: inicia
55 80
56 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 81 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -79,11 +104,11 @@ i3GEOF.buscainde = { @@ -79,11 +104,11 @@ i3GEOF.buscainde = {
79 return ins; 104 return ins;
80 }, 105 },
81 /* 106 /*
82 - Function: criaJanelaFlutuante 107 + Function: iniciaJanelaFlutuante
83 108
84 Cria a janela flutuante para controle da ferramenta. 109 Cria a janela flutuante para controle da ferramenta.
85 */ 110 */
86 - criaJanelaFlutuante: function(){ 111 + iniciaJanelaFlutuante: function(){
87 var janela,divid,titulo,cabecalho,minimiza; 112 var janela,divid,titulo,cabecalho,minimiza;
88 cabecalho = function(){}; 113 cabecalho = function(){};
89 minimiza = function(){ 114 minimiza = function(){
ferramentas/buscarapida/index.js
@@ -197,7 +197,7 @@ i3GEObuscaRapida = { @@ -197,7 +197,7 @@ i3GEObuscaRapida = {
197 ins += "</table>"; 197 ins += "</table>";
198 } 198 }
199 } 199 }
200 - catch(e){ins = "Nada encontrado nos temas ou nenhum tema permite busca.<br>";} 200 + catch(e){ins = $trad("x41")+"<br>";}
201 $i("resultadoTemas").style.display = "block"; 201 $i("resultadoTemas").style.display = "block";
202 $i("resultadoTemas").innerHTML = ins; 202 $i("resultadoTemas").innerHTML = ins;
203 try{aguarde("none");}catch(e){} 203 try{aguarde("none");}catch(e){}
@@ -215,7 +215,7 @@ i3GEObuscaRapida = { @@ -215,7 +215,7 @@ i3GEObuscaRapida = {
215 */ 215 */
216 montaResultado: function(retorno){ 216 montaResultado: function(retorno){
217 var i,j,layer, 217 var i,j,layer,
218 - ins = "Nada encontrado em "+i3GEObuscaRapida.servicowms+"<br>"; 218 + ins = $trad("x42")+" "+i3GEObuscaRapida.servicowms+"<br>";
219 try{ 219 try{
220 if(retorno.data){ 220 if(retorno.data){
221 if (retorno.data.geonames){ 221 if (retorno.data.geonames){
@@ -238,7 +238,7 @@ i3GEObuscaRapida = { @@ -238,7 +238,7 @@ i3GEObuscaRapida = {
238 ins += "</table>"; 238 ins += "</table>";
239 } 239 }
240 } 240 }
241 - catch(e){ins = "Erro ao acessar o servi&ccedil;o "+i3GEObuscaRapida.servico+"<br>";} 241 + catch(e){ins = $trad("x43")+" "+i3GEObuscaRapida.servico+"<br>";}
242 $i(i3GEObuscaRapida.idresultado).style.display = "block"; 242 $i(i3GEObuscaRapida.idresultado).style.display = "block";
243 $i(i3GEObuscaRapida.idresultado).innerHTML = ins; 243 $i(i3GEObuscaRapida.idresultado).innerHTML = ins;
244 try{aguarde("none");} 244 try{aguarde("none");}
@@ -281,7 +281,7 @@ i3GEObuscaRapida = { @@ -281,7 +281,7 @@ i3GEObuscaRapida = {
281 } 281 }
282 } 282 }
283 } 283 }
284 - if (ins != ""){ $i(i3GEObuscaRapida.idresultado).innerHTML += "<br><b>Temas:</b><br>"+ins;} 284 + if (ins != ""){ $i(i3GEObuscaRapida.idresultado).innerHTML += "<br><b>"+$trad("a7")+":</b><br>"+ins;}
285 }, 285 },
286 /* 286 /*
287 Function: zoom 287 Function: zoom
@@ -314,7 +314,7 @@ i3GEObuscaRapida = { @@ -314,7 +314,7 @@ i3GEObuscaRapida = {
314 }; 314 };
315 var ext = i3GEO.util.wkt2ext(wkt,"polygon"); 315 var ext = i3GEO.util.wkt2ext(wkt,"polygon");
316 if(ext == false){alert("wkt invalido");return;} 316 if(ext == false){alert("wkt invalido");return;}
317 - try{window.parent.i3GEO.janela.abreAguarde("i3GEO.atualiza","Aguarde...");}catch(e){if(typeof(console) !== 'undefined'){console.error(e);}} 317 + try{window.parent.i3GEO.janela.abreAguarde("i3GEO.atualiza",$trad("o1"));}catch(e){if(typeof(console) !== 'undefined'){console.error(e);}}
318 i3GEO.php.mudaext(adicionaCamada(layer,gid,nm,ext),window.parent.i3GEO.configura.tipoimagem,ext,i3GEObuscaRapida.locaplic,window.parent.i3GEO.configura.sid); 318 i3GEO.php.mudaext(adicionaCamada(layer,gid,nm,ext),window.parent.i3GEO.configura.tipoimagem,ext,i3GEObuscaRapida.locaplic,window.parent.i3GEO.configura.sid);
319 }, 319 },
320 zoomExt: function(ext){ 320 zoomExt: function(ext){
@@ -346,7 +346,7 @@ i3GEObuscaRapida = { @@ -346,7 +346,7 @@ i3GEObuscaRapida = {
346 adicionatema:function(obj){ 346 adicionatema:function(obj){
347 if (obj.checked) 347 if (obj.checked)
348 { 348 {
349 - window.parent.i3GEO.janela.abreAguarde("i3GEO.atualiza","Aguarde..."); 349 + window.parent.i3GEO.janela.abreAguarde("i3GEO.atualiza",$trad("o1"));
350 var temp = function() 350 var temp = function()
351 {window.parent.i3GEO.atualiza("");}; 351 {window.parent.i3GEO.atualiza("");};
352 i3GEO.php.adtema(temp,obj.value,i3GEObuscaRapida.locaplic,window.parent.i3GEO.configura.sid); 352 i3GEO.php.adtema(temp,obj.value,i3GEObuscaRapida.locaplic,window.parent.i3GEO.configura.sid);
ferramentas/carouseltemas/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.carouseltemas.dicionario)+
  2 +i3GEOF.carouseltemas.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/carouseltemas/index.js
@@ -64,6 +64,31 @@ i3GEOF.carouseltemas = { @@ -64,6 +64,31 @@ i3GEOF.carouseltemas = {
64 */ 64 */
65 aguarde: "", 65 aguarde: "",
66 /* 66 /*
  67 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  68 + */
  69 + criaJanelaFlutuante: function(){
  70 + i3GEOF.carouseltemas.iniciaDicionario();
  71 + },
  72 + /*
  73 + Function: iniciaDicionario
  74 +
  75 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  76 +
  77 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  78 + */
  79 + iniciaDicionario: function(){
  80 + if(typeof(i3GEOF.carouseltemas.dicionario) === 'undefined'){
  81 + i3GEO.util.scriptTag(
  82 + i3GEO.configura.locaplic+"/ferramentas/carouseltemas/dicionario.js",
  83 + "i3GEOF.carouseltemas.iniciaJanelaFlutuante()",
  84 + "i3GEOF.carouseltemas.dicionario_script"
  85 + );
  86 + }
  87 + else{
  88 + i3GEOF.carouseltemas.iniciaJanelaFlutuante();
  89 + }
  90 + },
  91 + /*
67 Function: inicia 92 Function: inicia
68 93
69 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 94 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -143,11 +168,11 @@ i3GEOF.carouseltemas = { @@ -143,11 +168,11 @@ i3GEOF.carouseltemas = {
143 return ins; 168 return ins;
144 }, 169 },
145 /* 170 /*
146 - Function: criaJanelaFlutuante 171 + Function: iniciaJanelaFlutuante
147 172
148 Cria a janela flutuante para controle da ferramenta. 173 Cria a janela flutuante para controle da ferramenta.
149 */ 174 */
150 - criaJanelaFlutuante: function(){ 175 + iniciaJanelaFlutuante: function(){
151 var janela,divid,titulo,cabecalho,minimiza; 176 var janela,divid,titulo,cabecalho,minimiza;
152 cabecalho = function(){}; 177 cabecalho = function(){};
153 minimiza = function(){ 178 minimiza = function(){
ferramentas/carregakml/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.carregakml.dicionario)+
  2 +i3GEOF.carregakml.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/carregakml/index.js
@@ -50,6 +50,31 @@ i3GEOF.carregakml = { @@ -50,6 +50,31 @@ i3GEOF.carregakml = {
50 */ 50 */
51 aguarde: "", 51 aguarde: "",
52 /* 52 /*
  53 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  54 + */
  55 + criaJanelaFlutuante: function(){
  56 + i3GEOF.carregakml.iniciaDicionario();
  57 + },
  58 + /*
  59 + Function: iniciaDicionario
  60 +
  61 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  62 +
  63 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  64 + */
  65 + iniciaDicionario: function(){
  66 + if(typeof(i3GEOF.carregakml.dicionario) === 'undefined'){
  67 + i3GEO.util.scriptTag(
  68 + i3GEO.configura.locaplic+"/ferramentas/carregakml/dicionario.js",
  69 + "i3GEOF.carregakml.iniciaJanelaFlutuante()",
  70 + "i3GEOF.carregakml.dicionario_script"
  71 + );
  72 + }
  73 + else{
  74 + i3GEOF.carregakml.iniciaJanelaFlutuante();
  75 + }
  76 + },
  77 + /*
53 Function: inicia 78 Function: inicia
54 79
55 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 80 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -101,11 +126,11 @@ i3GEOF.carregakml = { @@ -101,11 +126,11 @@ i3GEOF.carregakml = {
101 return ins; 126 return ins;
102 }, 127 },
103 /* 128 /*
104 - Function: criaJanelaFlutuante 129 + Function: iniciaJanelaFlutuante
105 130
106 Cria a janela flutuante para controle da ferramenta. 131 Cria a janela flutuante para controle da ferramenta.
107 */ 132 */
108 - criaJanelaFlutuante: function(){ 133 + iniciaJanelaFlutuante: function(){
109 var minimiza,cabecalho,janela,divid,titulo; 134 var minimiza,cabecalho,janela,divid,titulo;
110 //cria a janela flutuante 135 //cria a janela flutuante
111 cabecalho = function(){ 136 cabecalho = function(){
ferramentas/carregamapa/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.carregaMapa.dicionario)+
  2 +i3GEOF.carregaMapa.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/carregamapa/index.js
@@ -48,6 +48,31 @@ i3GEOF.carregaMapa = { @@ -48,6 +48,31 @@ i3GEOF.carregaMapa = {
48 */ 48 */
49 aguarde: "", 49 aguarde: "",
50 /* 50 /*
  51 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  52 + */
  53 + criaJanelaFlutuante: function(){
  54 + i3GEOF.carregaMapa.iniciaDicionario();
  55 + },
  56 + /*
  57 + Function: iniciaDicionario
  58 +
  59 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  60 +
  61 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  62 + */
  63 + iniciaDicionario: function(){
  64 + if(typeof(i3GEOF.carregaMapa.dicionario) === 'undefined'){
  65 + i3GEO.util.scriptTag(
  66 + i3GEO.configura.locaplic+"/ferramentas/carregamapa/dicionario.js",
  67 + "i3GEOF.carregaMapa.iniciaJanelaFlutuante()",
  68 + "i3GEOF.carregaMapa.dicionario_script"
  69 + );
  70 + }
  71 + else{
  72 + i3GEOF.carregaMapa.iniciaJanelaFlutuante();
  73 + }
  74 + },
  75 + /*
51 Function: inicia 76 Function: inicia
52 77
53 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 78 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -91,11 +116,11 @@ i3GEOF.carregaMapa = { @@ -91,11 +116,11 @@ i3GEOF.carregaMapa = {
91 return ins; 116 return ins;
92 }, 117 },
93 /* 118 /*
94 - Function: criaJanelaFlutuante 119 + Function: iniciaJanelaFlutuante
95 120
96 Cria a janela flutuante para controle da ferramenta. 121 Cria a janela flutuante para controle da ferramenta.
97 */ 122 */
98 - criaJanelaFlutuante: function(){ 123 + iniciaJanelaFlutuante: function(){
99 var janela,divid,titulo; 124 var janela,divid,titulo;
100 titulo = "Carrega mapa <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=2&idajuda=11' >&nbsp;&nbsp;&nbsp;</a>"; 125 titulo = "Carrega mapa <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=2&idajuda=11' >&nbsp;&nbsp;&nbsp;</a>";
101 janela = i3GEO.janela.cria( 126 janela = i3GEO.janela.cria(
ferramentas/centroide/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.centroide.dicionario)+
  2 +i3GEOF.centroide.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/centroide/index.js
@@ -49,6 +49,31 @@ i3GEOF.centroide = { @@ -49,6 +49,31 @@ i3GEOF.centroide = {
49 */ 49 */
50 aguarde: "", 50 aguarde: "",
51 /* 51 /*
  52 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  53 + */
  54 + criaJanelaFlutuante: function(){
  55 + i3GEOF.centroide.iniciaDicionario();
  56 + },
  57 + /*
  58 + Function: iniciaDicionario
  59 +
  60 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  61 +
  62 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  63 + */
  64 + iniciaDicionario: function(){
  65 + if(typeof(i3GEOF.centroide.dicionario) === 'undefined'){
  66 + i3GEO.util.scriptTag(
  67 + i3GEO.configura.locaplic+"/ferramentas/centroide/dicionario.js",
  68 + "i3GEOF.centroide.iniciaJanelaFlutuante()",
  69 + "i3GEOF.centroide.dicionario_script"
  70 + );
  71 + }
  72 + else{
  73 + i3GEOF.centroide.iniciaJanelaFlutuante();
  74 + }
  75 + },
  76 + /*
52 Function: inicia 77 Function: inicia
53 78
54 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 79 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -82,11 +107,11 @@ i3GEOF.centroide = { @@ -82,11 +107,11 @@ i3GEOF.centroide = {
82 return ins; 107 return ins;
83 }, 108 },
84 /* 109 /*
85 - Function: criaJanelaFlutuante 110 + Function: iniciaJanelaFlutuante
86 111
87 Cria a janela flutuante para controle da ferramenta. 112 Cria a janela flutuante para controle da ferramenta.
88 */ 113 */
89 - criaJanelaFlutuante: function(){ 114 + iniciaJanelaFlutuante: function(){
90 var minimiza,cabecalho,janela,divid,temp,titulo; 115 var minimiza,cabecalho,janela,divid,temp,titulo;
91 //cria a janela flutuante 116 //cria a janela flutuante
92 titulo = "Centr&oacute;ide <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=21' >&nbsp;&nbsp;&nbsp;</a>"; 117 titulo = "Centr&oacute;ide <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=21' >&nbsp;&nbsp;&nbsp;</a>";
ferramentas/centromassa/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.centromassa.dicionario)+
  2 +i3GEOF.centromassa.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/centromassa/index.js
@@ -49,6 +49,31 @@ i3GEOF.centromassa = { @@ -49,6 +49,31 @@ i3GEOF.centromassa = {
49 */ 49 */
50 aguarde: "", 50 aguarde: "",
51 /* 51 /*
  52 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  53 + */
  54 + criaJanelaFlutuante: function(){
  55 + i3GEOF.centromassa.iniciaDicionario();
  56 + },
  57 + /*
  58 + Function: iniciaDicionario
  59 +
  60 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  61 +
  62 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  63 + */
  64 + iniciaDicionario: function(){
  65 + if(typeof(i3GEOF.centromassa.dicionario) === 'undefined'){
  66 + i3GEO.util.scriptTag(
  67 + i3GEO.configura.locaplic+"/ferramentas/centromassa/dicionario.js",
  68 + "i3GEOF.centromassa.iniciaJanelaFlutuante()",
  69 + "i3GEOF.centromassa.dicionario_script"
  70 + );
  71 + }
  72 + else{
  73 + i3GEOF.centromassa.iniciaJanelaFlutuante();
  74 + }
  75 + },
  76 + /*
52 Function: inicia 77 Function: inicia
53 78
54 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 79 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -82,11 +107,11 @@ i3GEOF.centromassa = { @@ -82,11 +107,11 @@ i3GEOF.centromassa = {
82 return ins; 107 return ins;
83 }, 108 },
84 /* 109 /*
85 - Function: criaJanelaFlutuante 110 + Function: iniciaJanelaFlutuante
86 111
87 Cria a janela flutuante para controle da ferramenta. 112 Cria a janela flutuante para controle da ferramenta.
88 */ 113 */
89 - criaJanelaFlutuante: function(){ 114 + iniciaJanelaFlutuante: function(){
90 var minimiza,cabecalho,janela,divid,temp,titulo; 115 var minimiza,cabecalho,janela,divid,temp,titulo;
91 //cria a janela flutuante 116 //cria a janela flutuante
92 titulo = "Centro de massa <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=94' >&nbsp;&nbsp;&nbsp;</a>"; 117 titulo = "Centro de massa <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=94' >&nbsp;&nbsp;&nbsp;</a>";
ferramentas/colorpicker/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.colorpicker.dicionario)+
  2 +i3GEOF.colorpicker.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/colourramp/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.colourramp.dicionario)+
  2 +i3GEOF.colourramp.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/comentarios/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.comentarios.dicionario)+
  2 +i3GEOF.comentarios.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/conectargeojson/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.conectargeojson.dicionario)+
  2 +i3GEOF.conectargeojson.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/conectargeojson/index.js
@@ -50,6 +50,31 @@ i3GEOF.conectargeojson = { @@ -50,6 +50,31 @@ i3GEOF.conectargeojson = {
50 */ 50 */
51 aguarde: "", 51 aguarde: "",
52 /* 52 /*
  53 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  54 + */
  55 + criaJanelaFlutuante: function(){
  56 + i3GEOF.conectargeojson.iniciaDicionario();
  57 + },
  58 + /*
  59 + Function: iniciaDicionario
  60 +
  61 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  62 +
  63 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  64 + */
  65 + iniciaDicionario: function(){
  66 + if(typeof(i3GEOF.conectargeojson.dicionario) === 'undefined'){
  67 + i3GEO.util.scriptTag(
  68 + i3GEO.configura.locaplic+"/ferramentas/conectargeojson/dicionario.js",
  69 + "i3GEOF.conectargeojson.iniciaJanelaFlutuante()",
  70 + "i3GEOF.conectargeojson.dicionario_script"
  71 + );
  72 + }
  73 + else{
  74 + i3GEOF.conectargeojson.iniciaJanelaFlutuante();
  75 + }
  76 + },
  77 + /*
53 Function: inicia 78 Function: inicia
54 79
55 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 80 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -103,11 +128,11 @@ i3GEOF.conectargeojson = { @@ -103,11 +128,11 @@ i3GEOF.conectargeojson = {
103 return ins; 128 return ins;
104 }, 129 },
105 /* 130 /*
106 - Function: criaJanelaFlutuante 131 + Function: iniciaJanelaFlutuante
107 132
108 Cria a janela flutuante para controle da ferramenta. 133 Cria a janela flutuante para controle da ferramenta.
109 */ 134 */
110 - criaJanelaFlutuante: function(){ 135 + iniciaJanelaFlutuante: function(){
111 var minimiza,cabecalho,janela,divid,titulo; 136 var minimiza,cabecalho,janela,divid,titulo;
112 //cria a janela flutuante 137 //cria a janela flutuante
113 cabecalho = function(){ 138 cabecalho = function(){
ferramentas/conectargeorss/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.conectargeorss.dicionario)+
  2 +i3GEOF.conectargeorss.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/conectarwms/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.conectarwms.dicionario)+
  2 +i3GEOF.conectarwms.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/confluence/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.confluence.dicionario)+
  2 +i3GEOF.confluence.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/confluence/index.js
@@ -50,6 +50,31 @@ i3GEOF.confluence = { @@ -50,6 +50,31 @@ i3GEOF.confluence = {
50 */ 50 */
51 aguarde: "", 51 aguarde: "",
52 /* 52 /*
  53 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  54 + */
  55 + criaJanelaFlutuante: function(){
  56 + i3GEOF.confluence.iniciaDicionario();
  57 + },
  58 + /*
  59 + Function: iniciaDicionario
  60 +
  61 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  62 +
  63 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  64 + */
  65 + iniciaDicionario: function(){
  66 + if(typeof(i3GEOF.confluence.dicionario) === 'undefined'){
  67 + i3GEO.util.scriptTag(
  68 + i3GEO.configura.locaplic+"/ferramentas/confluence/dicionario.js",
  69 + "i3GEOF.confluence.iniciaJanelaFlutuante()",
  70 + "i3GEOF.confluence.dicionario_script"
  71 + );
  72 + }
  73 + else{
  74 + i3GEOF.confluence.iniciaJanelaFlutuante();
  75 + }
  76 + },
  77 + /*
53 Function: inicia 78 Function: inicia
54 79
55 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 80 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -91,11 +116,11 @@ i3GEOF.confluence = { @@ -91,11 +116,11 @@ i3GEOF.confluence = {
91 return ins; 116 return ins;
92 }, 117 },
93 /* 118 /*
94 - Function: criaJanelaFlutuante 119 + Function: iniciaJanelaFlutuante
95 120
96 Cria a janela flutuante para controle da ferramenta. 121 Cria a janela flutuante para controle da ferramenta.
97 */ 122 */
98 - criaJanelaFlutuante: function(){ 123 + iniciaJanelaFlutuante: function(){
99 var minimiza,cabecalho,janela,divid,temp,titulo; 124 var minimiza,cabecalho,janela,divid,temp,titulo;
100 //funcao que sera executada ao ser clicado no cabe&ccedil;alho da janela 125 //funcao que sera executada ao ser clicado no cabe&ccedil;alho da janela
101 cabecalho = function(){ 126 cabecalho = function(){
ferramentas/convertekml/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.convertekml.dicionario)+
  2 +i3GEOF.converteKml.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/convertekml/index.js
@@ -44,6 +44,31 @@ Classe: i3GEOF.converteKml @@ -44,6 +44,31 @@ Classe: i3GEOF.converteKml
44 */ 44 */
45 i3GEOF.converteKml = { 45 i3GEOF.converteKml = {
46 /* 46 /*
  47 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  48 + */
  49 + criaJanelaFlutuante: function(tema,tipo){
  50 + i3GEOF.converteKml.iniciaDicionario(tema,tipo);
  51 + },
  52 + /*
  53 + Function: iniciaDicionario
  54 +
  55 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  56 +
  57 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  58 + */
  59 + iniciaDicionario: function(tema,tipo){
  60 + if(typeof(i3GEOF.converteKml.dicionario) === 'undefined'){
  61 + i3GEO.util.scriptTag(
  62 + i3GEO.configura.locaplic+"/ferramentas/convertekml/dicionario.js",
  63 + "i3GEOF.converteKml.iniciaJanelaFlutuante('"+tema+"','"+tipo+")",
  64 + "i3GEOF.converteKml.dicionario_script"
  65 + );
  66 + }
  67 + else{
  68 + i3GEOF.converteKml.iniciaJanelaFlutuante(tema,tipo);
  69 + }
  70 + },
  71 + /*
47 Function: html 72 Function: html
48 73
49 Gera o c&oacute;digo html para apresenta&ccedil;ão das op&ccedil;&otilde;es da ferramenta 74 Gera o c&oacute;digo html para apresenta&ccedil;ão das op&ccedil;&otilde;es da ferramenta
@@ -72,7 +97,7 @@ i3GEOF.converteKml = { @@ -72,7 +97,7 @@ i3GEOF.converteKml = {
72 $i(divid).innerHTML += ins; 97 $i(divid).innerHTML += ins;
73 }, 98 },
74 /* 99 /*
75 - Function: criaJanelaFlutuante 100 + Function: iniciaJanelaFlutuante
76 101
77 Cria a janela flutuante para controle da ferramenta. 102 Cria a janela flutuante para controle da ferramenta.
78 103
@@ -82,7 +107,7 @@ i3GEOF.converteKml = { @@ -82,7 +107,7 @@ i3GEOF.converteKml = {
82 107
83 tipo {String} - kml|kmz "kml" gera um link para acesso a um WMS e "kmz" gera um link que permite o acesso a um WMS e ao arquivo kmz vetorial 108 tipo {String} - kml|kmz "kml" gera um link para acesso a um WMS e "kmz" gera um link que permite o acesso a um WMS e ao arquivo kmz vetorial
84 */ 109 */
85 - criaJanelaFlutuante: function(tema,tipo){ 110 + iniciaJanelaFlutuante: function(tema,tipo){
86 var janela,divid,titulo; 111 var janela,divid,titulo;
87 cabecalho = function(){}; 112 cabecalho = function(){};
88 minimiza = function(){ 113 minimiza = function(){
ferramentas/convertemapakml/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.convertemapakml.dicionario)+
  2 +i3GEOF.convertemapakml.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/convertemapakml/index.js
@@ -43,6 +43,32 @@ if(typeof(i3GEOF) === &#39;undefined&#39;){ @@ -43,6 +43,32 @@ if(typeof(i3GEOF) === &#39;undefined&#39;){
43 Classe: i3GEOF.converteMapaKml 43 Classe: i3GEOF.converteMapaKml
44 */ 44 */
45 i3GEOF.converteMapaKml = { 45 i3GEOF.converteMapaKml = {
  46 +
  47 + /*
  48 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  49 + */
  50 + criaJanelaFlutuante: function(){
  51 + i3GEOF.converteMapaKml.iniciaDicionario();
  52 + },
  53 + /*
  54 + Function: iniciaDicionario
  55 +
  56 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  57 +
  58 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  59 + */
  60 + iniciaDicionario: function(){
  61 + if(typeof(i3GEOF.converteMapaKml.dicionario) === 'undefined'){
  62 + i3GEO.util.scriptTag(
  63 + i3GEO.configura.locaplic+"/ferramentas/convertemapakml/dicionario.js",
  64 + "i3GEOF.converteMapaKml.iniciaJanelaFlutuante()",
  65 + "i3GEOF.converteMapaKml.dicionario_script"
  66 + );
  67 + }
  68 + else{
  69 + i3GEOF.converteMapaKml.iniciaJanelaFlutuante();
  70 + }
  71 + },
46 /* 72 /*
47 Function: html 73 Function: html
48 74
@@ -68,11 +94,11 @@ i3GEOF.converteMapaKml = { @@ -68,11 +94,11 @@ i3GEOF.converteMapaKml = {
68 $i(divid).innerHTML += ins; 94 $i(divid).innerHTML += ins;
69 }, 95 },
70 /* 96 /*
71 - Function: criaJanelaFlutuante 97 + Function: iniciaJanelaFlutuante
72 98
73 Cria a janela flutuante para controle da ferramenta. 99 Cria a janela flutuante para controle da ferramenta.
74 */ 100 */
75 - criaJanelaFlutuante: function(){ 101 + iniciaJanelaFlutuante: function(){
76 var janela,divid,titulo; 102 var janela,divid,titulo;
77 cabecalho = function(){}; 103 cabecalho = function(){};
78 minimiza = function(){ 104 minimiza = function(){
ferramentas/convertews/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.convertews.dicionario)+
  2 +i3GEOF.convertews.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/convertews/index.js
@@ -50,6 +50,31 @@ i3GEOF.converteMapaWS = { @@ -50,6 +50,31 @@ i3GEOF.converteMapaWS = {
50 */ 50 */
51 aguarde: "", 51 aguarde: "",
52 /* 52 /*
  53 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  54 + */
  55 + criaJanelaFlutuante: function(){
  56 + i3GEOF.carregaMapa.iniciaDicionario();
  57 + },
  58 + /*
  59 + Function: iniciaDicionario
  60 +
  61 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  62 +
  63 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  64 + */
  65 + iniciaDicionario: function(){
  66 + if(typeof(i3GEOF.converteMapaWS.dicionario) === 'undefined'){
  67 + i3GEO.util.scriptTag(
  68 + i3GEO.configura.locaplic+"/ferramentas/convertews/dicionario.js",
  69 + "i3GEOF.converteMapaWS.iniciaJanelaFlutuante()",
  70 + "i3GEOF.converteMapaWS.dicionario_script"
  71 + );
  72 + }
  73 + else{
  74 + i3GEOF.converteMapaWS.iniciaJanelaFlutuante();
  75 + }
  76 + },
  77 + /*
53 Function: html 78 Function: html
54 79
55 Gera o c&oacute;digo html para apresenta&ccedil;ão das op&ccedil;&otilde;es da ferramenta 80 Gera o c&oacute;digo html para apresenta&ccedil;ão das op&ccedil;&otilde;es da ferramenta
@@ -74,7 +99,7 @@ i3GEOF.converteMapaWS = { @@ -74,7 +99,7 @@ i3GEOF.converteMapaWS = {
74 }catch(e){alert(e);i3GEOF.converteMapaWS.aguarde.visibility = "hidden";} 99 }catch(e){alert(e);i3GEOF.converteMapaWS.aguarde.visibility = "hidden";}
75 }, 100 },
76 /* 101 /*
77 - Function: criaJanelaFlutuante 102 + Function: iniciaJanelaFlutuante
78 103
79 Cria a janela flutuante para controle da ferramenta. 104 Cria a janela flutuante para controle da ferramenta.
80 105
@@ -82,7 +107,7 @@ i3GEOF.converteMapaWS = { @@ -82,7 +107,7 @@ i3GEOF.converteMapaWS = {
82 107
83 <CONVERTEWMSWMC> 108 <CONVERTEWMSWMC>
84 */ 109 */
85 - criaJanelaFlutuante: function(){ 110 + iniciaJanelaFlutuante: function(){
86 var janela,divid,temp,titulo,p,cp; 111 var janela,divid,temp,titulo,p,cp;
87 cabecalho = function(){}; 112 cabecalho = function(){};
88 minimiza = function(){ 113 minimiza = function(){
ferramentas/cortina/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.cortina.dicionario)+
  2 +i3GEOF.cortina.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/cortina/index.js
@@ -67,6 +67,31 @@ i3GEOF.cortina = { @@ -67,6 +67,31 @@ i3GEOF.cortina = {
67 */ 67 */
68 janela: "", 68 janela: "",
69 /* 69 /*
  70 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  71 + */
  72 + criaJanelaFlutuante: function(){
  73 + i3GEOF.cortina.iniciaDicionario();
  74 + },
  75 + /*
  76 + Function: iniciaDicionario
  77 +
  78 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  79 +
  80 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  81 + */
  82 + iniciaDicionario: function(){
  83 + if(typeof(i3GEOF.cortina.dicionario) === 'undefined'){
  84 + i3GEO.util.scriptTag(
  85 + i3GEO.configura.locaplic+"/ferramentas/cortina/dicionario.js",
  86 + "i3GEOF.cortina.iniciaJanelaFlutuante()",
  87 + "i3GEOF.cortina.dicionario_script"
  88 + );
  89 + }
  90 + else{
  91 + i3GEOF.cortina.iniciaJanelaFlutuante();
  92 + }
  93 + },
  94 + /*
70 Function: inicia 95 Function: inicia
71 96
72 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 97 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -109,7 +134,7 @@ i3GEOF.cortina = { @@ -109,7 +134,7 @@ i3GEOF.cortina = {
109 return ins; 134 return ins;
110 }, 135 },
111 /* 136 /*
112 - Function: criaJanelaFlutuante 137 + Function: iniciaJanelaFlutuante
113 138
114 Cria a janela flutuante para controle da ferramenta. 139 Cria a janela flutuante para controle da ferramenta.
115 140
@@ -121,7 +146,7 @@ i3GEOF.cortina = { @@ -121,7 +146,7 @@ i3GEOF.cortina = {
121 146
122 my {numero} - (opcional) posi&ccedil;ão em y para onde a janela ser&aacute; movida ap&oacute;s ser criada 147 my {numero} - (opcional) posi&ccedil;ão em y para onde a janela ser&aacute; movida ap&oacute;s ser criada
123 */ 148 */
124 - criaJanelaFlutuante: function(tema,mx,my){ 149 + iniciaJanelaFlutuante: function(tema,mx,my){
125 if(tema == undefined) 150 if(tema == undefined)
126 {tema = i3GEO.temaAtivo;} 151 {tema = i3GEO.temaAtivo;}
127 else 152 else
ferramentas/dissolve/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.dissolve.dicionario)+
  2 +i3GEOF.dissolve.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/dissolve/index.js
@@ -50,6 +50,31 @@ i3GEOF.dissolve = { @@ -50,6 +50,31 @@ i3GEOF.dissolve = {
50 */ 50 */
51 aguarde: "", 51 aguarde: "",
52 /* 52 /*
  53 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  54 + */
  55 + criaJanelaFlutuante: function(){
  56 + i3GEOF.dissolve.iniciaDicionario();
  57 + },
  58 + /*
  59 + Function: iniciaDicionario
  60 +
  61 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  62 +
  63 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  64 + */
  65 + iniciaDicionario: function(){
  66 + if(typeof(i3GEOF.dissolve.dicionario) === 'undefined'){
  67 + i3GEO.util.scriptTag(
  68 + i3GEO.configura.locaplic+"/ferramentas/dissolve/dicionario.js",
  69 + "i3GEOF.dissolve.iniciaJanelaFlutuante()",
  70 + "i3GEOF.dissolve.dicionario_script"
  71 + );
  72 + }
  73 + else{
  74 + i3GEOF.dissolve.iniciaJanelaFlutuante();
  75 + }
  76 + },
  77 + /*
53 Function: inicia 78 Function: inicia
54 79
55 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 80 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -83,11 +108,11 @@ i3GEOF.dissolve = { @@ -83,11 +108,11 @@ i3GEOF.dissolve = {
83 return ins; 108 return ins;
84 }, 109 },
85 /* 110 /*
86 - Function: criaJanelaFlutuante 111 + Function: iniciaJanelaFlutuante
87 112
88 Cria a janela flutuante para controle da ferramenta. 113 Cria a janela flutuante para controle da ferramenta.
89 */ 114 */
90 - criaJanelaFlutuante: function(){ 115 + iniciaJanelaFlutuante: function(){
91 var minimiza,cabecalho,janela,divid,temp,titulo; 116 var minimiza,cabecalho,janela,divid,temp,titulo;
92 //cria a janela flutuante 117 //cria a janela flutuante
93 titulo = "Dissolve <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=22' >&nbsp;&nbsp;&nbsp;</a>"; 118 titulo = "Dissolve <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=22' >&nbsp;&nbsp;&nbsp;</a>";
ferramentas/distanciaptpt/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.distanciaptpt.dicionario)+
  2 +i3GEOF.distanciaptpt.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/distanciaptpt/index.js
@@ -51,6 +51,31 @@ i3GEOF.distanciaptpt = { @@ -51,6 +51,31 @@ i3GEOF.distanciaptpt = {
51 */ 51 */
52 aguarde: "", 52 aguarde: "",
53 /* 53 /*
  54 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  55 + */
  56 + criaJanelaFlutuante: function(){
  57 + i3GEOF.distanciaptpt.iniciaDicionario();
  58 + },
  59 + /*
  60 + Function: iniciaDicionario
  61 +
  62 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  63 +
  64 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  65 + */
  66 + iniciaDicionario: function(){
  67 + if(typeof(i3GEOF.distanciaptpt.dicionario) === 'undefined'){
  68 + i3GEO.util.scriptTag(
  69 + i3GEO.configura.locaplic+"/ferramentas/distanciaptpt/dicionario.js",
  70 + "i3GEOF.distanciaptpt.iniciaJanelaFlutuante()",
  71 + "i3GEOF.distanciaptpt.dicionario_script"
  72 + );
  73 + }
  74 + else{
  75 + i3GEOF.distanciaptpt.iniciaJanelaFlutuante();
  76 + }
  77 + },
  78 + /*
54 Function: inicia 79 Function: inicia
55 80
56 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 81 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -84,11 +109,11 @@ i3GEOF.distanciaptpt = { @@ -84,11 +109,11 @@ i3GEOF.distanciaptpt = {
84 return ins; 109 return ins;
85 }, 110 },
86 /* 111 /*
87 - Function: criaJanelaFlutuante 112 + Function: iniciaJanelaFlutuante
88 113
89 Cria a janela flutuante para controle da ferramenta. 114 Cria a janela flutuante para controle da ferramenta.
90 */ 115 */
91 - criaJanelaFlutuante: function(){ 116 + iniciaJanelaFlutuante: function(){
92 var minimiza,cabecalho,janela,divid,temp,titulo; 117 var minimiza,cabecalho,janela,divid,temp,titulo;
93 //cria a janela flutuante 118 //cria a janela flutuante
94 titulo = "Dist&acirc;ncia entre pontos <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=17' >&nbsp;&nbsp;&nbsp;</a>"; 119 titulo = "Dist&acirc;ncia entre pontos <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=3&idajuda=17' >&nbsp;&nbsp;&nbsp;</a>";
ferramentas/download/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.download.dicionario)+
  2 +i3GEOF.download.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/download/index.js
@@ -43,6 +43,31 @@ Classe: i3GEOF.download @@ -43,6 +43,31 @@ Classe: i3GEOF.download
43 */ 43 */
44 i3GEOF.download = { 44 i3GEOF.download = {
45 /* 45 /*
  46 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  47 + */
  48 + criaJanelaFlutuante: function(tema){
  49 + i3GEOF.download.iniciaDicionario(tema);
  50 + },
  51 + /*
  52 + Function: iniciaDicionario
  53 +
  54 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  55 +
  56 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  57 + */
  58 + iniciaDicionario: function(tema){
  59 + if(typeof(i3GEOF.download.dicionario) === 'undefined'){
  60 + i3GEO.util.scriptTag(
  61 + i3GEO.configura.locaplic+"/ferramentas/download/dicionario.js",
  62 + "i3GEOF.download.iniciaJanelaFlutuante('"+tema+"')",
  63 + "i3GEOF.download.dicionario_script"
  64 + );
  65 + }
  66 + else{
  67 + i3GEOF.download.iniciaJanelaFlutuante(tema);
  68 + }
  69 + },
  70 + /*
46 Function: html 71 Function: html
47 72
48 Gera o c&oacute;digo html para apresenta&ccedil;ão das op&ccedil;&otilde;es da ferramenta 73 Gera o c&oacute;digo html para apresenta&ccedil;ão das op&ccedil;&otilde;es da ferramenta
@@ -90,7 +115,7 @@ i3GEOF.download = { @@ -90,7 +115,7 @@ i3GEOF.download = {
90 cp.call(p,"downloadTema",mostraDownload); 115 cp.call(p,"downloadTema",mostraDownload);
91 }, 116 },
92 /* 117 /*
93 - Function: criaJanelaFlutuante 118 + Function: iniciaJanelaFlutuante
94 119
95 Cria a janela flutuante para controle da ferramenta. 120 Cria a janela flutuante para controle da ferramenta.
96 121
@@ -98,7 +123,7 @@ i3GEOF.download = { @@ -98,7 +123,7 @@ i3GEOF.download = {
98 123
99 tema {String} - c&oacute;digo do tema 124 tema {String} - c&oacute;digo do tema
100 */ 125 */
101 - criaJanelaFlutuante: function(tema){ 126 + iniciaJanelaFlutuante: function(tema){
102 var janela,divid,titulo; 127 var janela,divid,titulo;
103 if(arguments.length == 0) 128 if(arguments.length == 0)
104 {tema = i3GEO.temaAtivo;} 129 {tema = i3GEO.temaAtivo;}
ferramentas/editorsql/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.editorsql.dicionario)+
  2 +i3GEOF.editorsql.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/especies/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.especies.dicionario)+
  2 +i3GEOF.especies.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/etiqueta/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.etiqueta.dicionario)+
  2 +i3GEOF.etiqueta.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/excluirarvore/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.excluirarvore.dicionario)+
  2 +i3GEOF.excluuirarvore.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/filtro/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.filtro.dicionario)+
  2 +i3GEOF.filtro.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/filtroarvore/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.filtroarvore.dicionario)+
  2 +i3GEOF.filtroarvore.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/geonames/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.geonames.dicionario)+
  2 +i3GEOF.geonames.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/googlemaps/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.googlemaps.dicionario)+
  2 +i3GEOF.googlemaps.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/gradecoord/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.gradecoord.dicionario)+
  2 +i3GEOF.gradecoord.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/gradehex/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.gradehex.dicionario)+
  2 +i3GEOF.gradehex.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/gradepol/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.gradepol.dicionario)+
  2 +i3GEOF.gradepol.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/gradepontos/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.gradepontos.dicionario)+
  2 +i3GEOF.gradepontos.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/graficointerativo/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.graficointerativo.dicionario)+
  2 +i3GEOF.graficointerativo.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/graficotema/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.graficotema.dicionario)+
  2 +i3GEOF.graficotema.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/identifica/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.identifica.dicionario)+
  2 +i3GEOF.identifica.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/importarwmc/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.importarwmc.dicionario)+
  2 +i3GEOF.importarwmc.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/imprimir/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.imprimir.dicionario)+
  2 +i3GEOF.imprimir.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/inseregrafico/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.inseregrafico.dicionario)+
  2 +i3GEOF.inseregrafico.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/inseretxt/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.inseretxt.dicionario)+
  2 +i3GEOF.inseretxt.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/inserexy2/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.inserexy2.dicionario)+
  2 +i3GEOF.inserexy2.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/legenda/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.legenda.dicionario)+
  2 +i3GEOF.legenda.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/linhadotempo/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.linhadotempo.dicionario)+
  2 +i3GEOF.linhadotempo.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/loginusuario/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.loginusuario.dicionario)+
  2 +i3GEOF.loginusuario.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/metar/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.metar.dicionario)+
  2 +i3GEOF.metar.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/mostraexten/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.mostraexten.dicionario)+
  2 +i3GEOF.mostraexten.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/nptpol/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.nptpol.dicionario)+
  2 +i3GEOF.nptpol.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/nuvemtags/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.nuvemtags.dicionario)+
  2 +i3GEOF.nuvemtags.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/nuvemtagsflash/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.nuvemtagsflash.dicionario)+
  2 +i3GEOF.nuvemtagsflash.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/opacidademapa/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.opacidademapa.dicionario)+
  2 +i3GEOF.opacidademapa.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/opcoes_autoredesenha/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.opcoesTempo.dicionario)+
  2 +i3GEOF.opcoesTempo.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/opcoes_escala/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/opcoes_fundo/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.opcoesFundo.dicionario)+
  2 +i3GEOF.opcoesFundo.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/opcoes_label/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/opcoes_legenda/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.opcoesLegenda.dicionario)+
  2 +i3GEOF.opcoesLegenda.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/opcoes_querymap/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.opcoesQuery.dicionario)+
  2 +i3GEOF.opcoesQuery.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/opcoes_tamanho/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.opcoesTamanho.dicionario)+
  2 +i3GEOF.opcoesTamanho.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/outputformat/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.outputformat.dicionario)+
  2 +i3GEOF.outputformat.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/perfil/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.perfil.dicionario)+
  2 +i3GEOF.perfil.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/pontoempoligono/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.pontoempoligono.dicionario)+
  2 +i3GEOF.pontoempoligono.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/pontosdistri/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.pontosdistri.dicionario)+
  2 +i3GEOF.pontosdistri.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/redessociais/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.redessociais.dicionario)+
  2 +i3GEOF.redessociais.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/salvamapa/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.salvamapa.dicionario)+
  2 +i3GEOF.salvamapa.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/salvamapfile/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.salvamapfile.dicionario)+
  2 +i3GEOF.salvamapfile.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/selecao/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.selecao.dicionario)+
  2 +i3GEOF.selecao.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/tabela/dicionario.js 0 → 100644
@@ -0,0 +1,219 @@ @@ -0,0 +1,219 @@
  1 +//+$trad(1,i3GEOF.tabela.dicionario)+
  2 +i3GEOF.tabela.dicionario = {
  3 +1: [{
  4 +pt:"Tabela",
  5 +en:"",
  6 +es:"",
  7 +it:""
  8 +}],
  9 +2: [{
  10 +pt:"erro ao ler os itens do tema de origem",
  11 +en:"",
  12 +es:"",
  13 +it:""
  14 +}],
  15 +3: [{
  16 +pt:"Registros",
  17 +en:"",
  18 +es:"",
  19 +it:""
  20 +}],
  21 +4: [{
  22 +pt:"Estat&iacute;sticas",
  23 +en:"",
  24 +es:"",
  25 +it:""
  26 +}],
  27 +5: [{
  28 +pt:"Relat&oacute;rios",
  29 +en:"",
  30 +es:"",
  31 +it:""
  32 +}],
  33 +6: [{
  34 +pt:"Considerar na listagem a regi&atilde;o mostrada no mapa (se essa op&ccedil;ão for desmarcada, ser&aacute; considerada a extens&atilde;o geogr&aacute;fica do mapa inicial)",
  35 +en:"",
  36 +es:"",
  37 +it:""
  38 +}],
  39 +7: [{
  40 +pt:"Atualiza a tabela ap&oacute;s navegar no mapa",
  41 +en:"",
  42 +es:"",
  43 +it:""
  44 +}],
  45 +8: [{
  46 +pt:"Mostrar na listagem apenas os selecionados",
  47 +en:"",
  48 +es:"",
  49 +it:""
  50 +}],
  51 +9: [{
  52 +pt:"Mostrar coluna com a legenda da classe",
  53 +en:"",
  54 +es:"",
  55 +it:""
  56 +}],
  57 +10: [{
  58 +pt:"Seleciona no mapa as linhas marcadas",
  59 +en:"",
  60 +es:"",
  61 +it:""
  62 +}],
  63 +11: [{
  64 +pt:"Ativa a sele&ccedil;&atilde;o",
  65 +en:"",
  66 +es:"",
  67 +it:""
  68 +}],
  69 +12: [{
  70 +pt:"Limpa a sele&ccedil;ão do mapa",
  71 +en:"",
  72 +es:"",
  73 +it:""
  74 +}],
  75 +13: [{
  76 +pt:"Limpa a sele&ccedil;&atilde;o",
  77 +en:"",
  78 +es:"",
  79 +it:""
  80 +}],
  81 +14: [{
  82 +pt:"Cria um novo tema no mapa contendo a sele&ccedil;ão",
  83 +en:"",
  84 +es:"",
  85 +it:""
  86 +}],
  87 +15: [{
  88 +pt:"Cria um tema novo",
  89 +en:"",
  90 +es:"",
  91 +it:""
  92 +}],
  93 +16: [{
  94 +pt:"de",
  95 +en:"",
  96 +es:"",
  97 +it:""
  98 +}],
  99 +17: [{
  100 +pt:"at&eacute;",
  101 +en:"",
  102 +es:"",
  103 +it:""
  104 +}],
  105 +18: [{
  106 +pt:"Atualiza a lista de registros",
  107 +en:"",
  108 +es:"",
  109 +it:""
  110 +}],
  111 +19: [{
  112 +pt:"Listar",
  113 +en:"",
  114 +es:"",
  115 +it:""
  116 +}],
  117 +20: [{
  118 +pt:"Item para aplicar os c&aacute;lculos",
  119 +en:"",
  120 +es:"",
  121 +it:""
  122 +}],
  123 +21: [{
  124 +pt:"Excluir dos c&aacute;lculos o valor",
  125 +en:"",
  126 +es:"",
  127 +it:""
  128 +}],
  129 +22: [{
  130 +pt:"Calcular",
  131 +en:"",
  132 +es:"",
  133 +it:""
  134 +}],
  135 +23: [{
  136 +pt:"Para que as opera&ccedil;&otilde;es atuem apenas sobre os elementos selecionados ative a sele&ccedil;&atilde;o no mapa, para isso utilize, na guia <i>Registros</i> a op&ccedil;&atilde;o <i>Ativa a sele&ccedil;&atilde;o</i>",
  137 +en:"",
  138 +es:"",
  139 +it:""
  140 +}],
  141 +24: [{
  142 +pt:"Escolha os itens que dever&atilde;o constar no relat&oacute;rio. Voc&ecirc; pode alterar os nomes originais das colunas para melhorar o cabe&ccedil;alho do relat&oacute;rio",
  143 +en:"",
  144 +es:"",
  145 +it:""
  146 +}],
  147 +25: [{
  148 +pt:"Escolha o item que voc&ecirc; quer utilizar para agrupar valores (opcional)",
  149 +en:"",
  150 +es:"",
  151 +it:""
  152 +}],
  153 +26: [{
  154 +pt:"Incluir c&aacute;lculo de &aacute;rea",
  155 +en:"",
  156 +es:"",
  157 +it:""
  158 +}],
  159 +27: [{
  160 +pt:"Incluir c&aacute;lculo de estat&iacute;sticas",
  161 +en:"",
  162 +es:"",
  163 +it:""
  164 +}],
  165 +28: [{
  166 +pt:"Excluir das estat&iacute;sticas o valor",
  167 +en:"",
  168 +es:"",
  169 +it:""
  170 +}],
  171 +29: [{
  172 +pt:"Relat&oacute;rio no formato texto",
  173 +en:"",
  174 +es:"",
  175 +it:""
  176 +}],
  177 +30: [{
  178 +pt:"O tema ja nao existe mais no mapa",
  179 +en:"",
  180 +es:"",
  181 +it:""
  182 +}],
  183 +31: [{
  184 +pt:"ordena",
  185 +en:"",
  186 +es:"",
  187 +it:""
  188 +}],
  189 +32: [{
  190 +pt:"erro ao ler os itens do tema de origem",
  191 +en:"",
  192 +es:"",
  193 +it:""
  194 +}],
  195 +33: [{
  196 +pt:"A representa&ccedil;&atilde;o gr&aacute;fica dos dados tabulares utiliza todos os elementos da tabela ou os selecionados, se estiverem ativos no mapa",
  197 +en:"",
  198 +es:"",
  199 +it:""
  200 +}],
  201 +34: [{
  202 +pt:"Os gr&aacute;ficos s&atilde;o gerados com o software R,</a> mas vc pode optar por usar a ferramenta de gr&aacute;ficos interativos que possuem outras op&ccedil;&otilde;es e geram gr&aacute;ficos em Flash.",
  203 +en:"",
  204 +es:"",
  205 +it:""
  206 +}],
  207 +35: [{
  208 +pt:"Se voc&ecirc; optar por usar o R, nas telas seguintes defina o tipo e as op&ccedil;&otilde;es do gr&aacute;fico",
  209 +en:"",
  210 +es:"",
  211 +it:""
  212 +}],
  213 +36: [{
  214 +pt:"",
  215 +en:"",
  216 +es:"",
  217 +it:""
  218 +}]
  219 +};
0 \ No newline at end of file 220 \ No newline at end of file
ferramentas/tabela/index.js
@@ -94,6 +94,31 @@ i3GEOF.tabela = { @@ -94,6 +94,31 @@ i3GEOF.tabela = {
94 */ 94 */
95 nomeArquivoGr: "", 95 nomeArquivoGr: "",
96 /* 96 /*
  97 + Para efeitos de compatibilidade antes da vers&atilde;o 4.7 que não tinha dicion&aacute;rio
  98 + */
  99 + criaJanelaFlutuante: function(){
  100 + i3GEOF.tabela.iniciaDicionario();
  101 + },
  102 + /*
  103 + Function: iniciaDicionario
  104 +
  105 + Carrega o dicion&aacute;rio e chama a fun&ccedil;&atilde;o que inicia a ferramenta
  106 +
  107 + O Javascript &eacute; carregado com o id i3GEOF.nomedaferramenta.dicionario_script
  108 + */
  109 + iniciaDicionario: function(){
  110 + if(typeof(i3GEOF.tabela.dicionario) === 'undefined'){
  111 + i3GEO.util.scriptTag(
  112 + i3GEO.configura.locaplic+"/ferramentas/tabela/dicionario.js",
  113 + "i3GEOF.tabela.iniciaJanelaFlutuante()",
  114 + "i3GEOF.tabela.dicionario_script"
  115 + );
  116 + }
  117 + else{
  118 + i3GEOF.tabela.iniciaJanelaFlutuante();
  119 + }
  120 + },
  121 + /*
97 Function: inicia 122 Function: inicia
98 123
99 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante 124 Inicia a ferramenta. &Eacute; chamado por criaJanelaFlutuante
@@ -105,7 +130,7 @@ i3GEOF.tabela = { @@ -105,7 +130,7 @@ i3GEOF.tabela = {
105 inicia: function(iddiv){ 130 inicia: function(iddiv){
106 i3GEO.janela.comboCabecalhoTemas("i3GEOFtabelaComboCabeca","i3GEOFtabelaComboCabecaSel","tabela","ligadosComTabela"); 131 i3GEO.janela.comboCabecalhoTemas("i3GEOFtabelaComboCabeca","i3GEOFtabelaComboCabecaSel","tabela","ligadosComTabela");
107 if(i3GEO.temaAtivo === ""){ 132 if(i3GEO.temaAtivo === ""){
108 - $i(iddiv).innerHTML = '<img src="../imagens/opcoes.gif" ><p style="position: relative; top: -35px; width: 180px; font-size: 15px; text-align: left; left: 35px;">Escolha um tema da lista</p>'; 133 + $i(iddiv).innerHTML = '<img src="../imagens/opcoes.gif" ><p style="position: relative; top: -35px; width: 180px; font-size: 15px; text-align: left; left: 35px;">'+$trad("x33")+'</p>';
109 return; 134 return;
110 } 135 }
111 try{ 136 try{
@@ -142,7 +167,7 @@ i3GEOF.tabela = { @@ -142,7 +167,7 @@ i3GEOF.tabela = {
142 i3GEOF.tabela.tema, 167 i3GEOF.tabela.tema,
143 function(retorno){ 168 function(retorno){
144 if(retorno.tipo === "erro"){ 169 if(retorno.tipo === "erro"){
145 - $i("i3GEOtabelaagrupamento").innerHTML = "<br><br><span style='color:red'>erro ao ler os itens do tema de origem</span><br><br>"; 170 + $i("i3GEOtabelaagrupamento").innerHTML = "<br><br><span style='color:red'>"+$trad(2,i3GEOF.tabela.dicionario)+"</span><br><br>";
146 } 171 }
147 else{ 172 else{
148 $i("i3GEOtabelaagrupamento").innerHTML = retorno.dados; 173 $i("i3GEOtabelaagrupamento").innerHTML = retorno.dados;
@@ -196,7 +221,7 @@ i3GEOF.tabela = { @@ -196,7 +221,7 @@ i3GEOF.tabela = {
196 i3GEO.util.mensagemAjuda("i3GEOtabelamen1",$i("i3GEOtabelamen1").innerHTML); 221 i3GEO.util.mensagemAjuda("i3GEOtabelamen1",$i("i3GEOtabelamen1").innerHTML);
197 222
198 if (i3GEO.parametros.r.toLowerCase() !== "sim") 223 if (i3GEO.parametros.r.toLowerCase() !== "sim")
199 - {$i("i3GEOtabelaguia4obj").innerHTML = "Op&ccedil;ão não dispon&iacute;vel";} 224 + {$i("i3GEOtabelaguia4obj").innerHTML = $trad("x22");}
200 i3GEOF.tabela.pegaRegistros(); 225 i3GEOF.tabela.pegaRegistros();
201 } 226 }
202 catch(erro){alert(erro);} 227 catch(erro){alert(erro);}
@@ -214,11 +239,11 @@ i3GEOF.tabela = { @@ -214,11 +239,11 @@ i3GEOF.tabela = {
214 var ins = '';//<p class="paragrafo" > 239 var ins = '';//<p class="paragrafo" >
215 ins += '<div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;">'; 240 ins += '<div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;">';
216 ins += '<ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">'; 241 ins += '<ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">';
217 - ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia6" style="text-align:center;left:0px;" ><img class="ticPropriedades2" style="height:14px" title="Propriedades" src="'+i3GEO.configura.locaplic+'/imagens/visual/default/branco.gif"></div></em></a></li>';  
218 - ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia1" style="text-align:center;left:0px;" >Registros</div></em></a></li>';  
219 - ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia3" style="text-align:center;left:0px;" >Estat&iacute;sticas</div></em></a></li>';  
220 - ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia4" style="text-align:center;left:0px;" >Gr&aacute;ficos</div></em></a></li>';  
221 - ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia5" style="text-align:center;left:0px;" >Relat&oacute;rios</div></em></a></li>'; 242 + ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia6" style="text-align:center;left:0px;" ><img class="ticPropriedades2" style="height:14px" title="'+$trad("p13")+'" src="'+i3GEO.configura.locaplic+'/imagens/visual/default/branco.gif"></div></em></a></li>';
  243 + ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia1" style="text-align:center;left:0px;" >'+$trad(3,i3GEOF.tabela.dicionario)+'</div></em></a></li>';
  244 + ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia3" style="text-align:center;left:0px;" >'+$trad(4,i3GEOF.tabela.dicionario)+'</div></em></a></li>';
  245 + ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia4" style="text-align:center;left:0px;" >'+$trad("t37")+'</div></em></a></li>';
  246 + ins += ' <li><a href="#ancora"><em><div id="i3GEOtabelaguia5" style="text-align:center;left:0px;" >'+$trad(5,i3GEOF.tabela.dicionario)+'</div></em></a></li>';
222 ins += '</ul>'; 247 ins += '</ul>';
223 ins += '</div><br>'; 248 ins += '</div><br>';
224 ins += ' <div id=i3GEOtabelaresultadotab style="background-color:#F2F2F2;position:relative;top:5px;left:0px"></div>'; 249 ins += ' <div id=i3GEOtabelaresultadotab style="background-color:#F2F2F2;position:relative;top:5px;left:0px"></div>';
@@ -226,50 +251,48 @@ i3GEOF.tabela = { @@ -226,50 +251,48 @@ i3GEOF.tabela = {
226 ins += ' <table summary="" class=lista2 >'; 251 ins += ' <table summary="" class=lista2 >';
227 ins += ' <tr>'; 252 ins += ' <tr>';
228 ins += ' <td><input style="cursor:pointer;border:0px solid white;" onclick="i3GEOF.tabela.pegaRegistros()" type=checkbox id=i3GEOtabelatiporeg CHECKED /></td>'; 253 ins += ' <td><input style="cursor:pointer;border:0px solid white;" onclick="i3GEOF.tabela.pegaRegistros()" type=checkbox id=i3GEOtabelatiporeg CHECKED /></td>';
229 - ins += ' <td>Considerar na listagem a regi&atilde;o mostrada no mapa (se essa op&ccedil;ão for desmarcada, ser&aacute; considerada a extens&atilde;o geogr&aacute;fica do mapa inicial)</td>'; 254 + ins += ' <td>'+$trad(6,i3GEOF.tabela.dicionario)+'</td>';
230 ins += ' </tr>'; 255 ins += ' </tr>';
231 ins += ' <tr>'; 256 ins += ' <tr>';
232 ins += ' <td><input style="cursor:pointer;border:0px solid white;" type=checkbox onclick="i3GEOF.tabela.ativaAutoAtualiza(this)" /></td>'; 257 ins += ' <td><input style="cursor:pointer;border:0px solid white;" type=checkbox onclick="i3GEOF.tabela.ativaAutoAtualiza(this)" /></td>';
233 - ins += ' <td>Atualiza a tabela ap&oacute;s navegar no mapa</td>'; 258 + ins += ' <td>'+$trad(7,i3GEOF.tabela.dicionario)+'</td>';
234 ins += ' </tr>'; 259 ins += ' </tr>';
235 ins += ' <tr>'; 260 ins += ' <tr>';
236 ins += ' <td><input style="cursor:pointer;border:0px solid white;" onclick="i3GEOF.tabela.pegaRegistros()" type=checkbox id=i3GEOtabelatipolista /></td>'; 261 ins += ' <td><input style="cursor:pointer;border:0px solid white;" onclick="i3GEOF.tabela.pegaRegistros()" type=checkbox id=i3GEOtabelatipolista /></td>';
237 - ins += ' <td>Mostrar na listagem apenas os selecionados</td>'; 262 + ins += ' <td>'+$trad(8,i3GEOF.tabela.dicionario)+'</td>';
238 ins += ' </tr>'; 263 ins += ' </tr>';
239 ins += ' <tr>'; 264 ins += ' <tr>';
240 ins += ' <td><input style="cursor:pointer;border:0px solid white;" onclick="i3GEOF.tabela.pegaRegistros()" type=checkbox id=i3GEOtabelalegenda /></td>'; 265 ins += ' <td><input style="cursor:pointer;border:0px solid white;" onclick="i3GEOF.tabela.pegaRegistros()" type=checkbox id=i3GEOtabelalegenda /></td>';
241 - ins += ' <td>Mostrar coluna com a legenda da classe</td>'; 266 + ins += ' <td>'+$trad(9,i3GEOF.tabela.dicionario)+'</td>';
242 ins += ' </tr>'; 267 ins += ' </tr>';
243 ins += ' </table>'; 268 ins += ' </table>';
244 ins += ' </div>'; 269 ins += ' </div>';
245 ins += ' <div id=i3GEOtabelaguia1obj style="width:99%">'; 270 ins += ' <div id=i3GEOtabelaguia1obj style="width:99%">';
246 ins += ' <div id=i3GEOtabelacombot style="position:relative;top:5px;left:0px;">'; 271 ins += ' <div id=i3GEOtabelacombot style="position:relative;top:5px;left:0px;">';
247 ins += ' </div>'; 272 ins += ' </div>';
248 - ins += ' <br><p class="paragrafo" ><input title="Seleciona no mapa as linhas marcadas" id=i3GEOtabelabotao2 size=25 type=button value="Ativa a sele&ccedil;&atilde;o" />';  
249 - ins += ' <input title="Limpa a sele&ccedil;ão do mapa" id=i3GEOtabelabotao3 size=25 type=button value="Limpa a sele&ccedil;&atilde;o"/>';  
250 - ins += ' <input title="Cria um novo tema no mapa contendo a sele&ccedil;ão" id=i3GEOtabelabotao6 size=30 type=button value="Cria um tema novo"/>'; 273 + ins += ' <br><p class="paragrafo" ><input title="'+$trad(10,i3GEOF.tabela.dicionario)+'" id=i3GEOtabelabotao2 size=25 type=button value="'+$trad(11,i3GEOF.tabela.dicionario)+'" />';
  274 + ins += ' <input title="'+$trad(12,i3GEOF.tabela.dicionario)+'" id=i3GEOtabelabotao3 size=25 type=button value="'+$trad(13,i3GEOF.tabela.dicionario)+'"/>';
  275 + ins += ' <input title="'+$trad(14,i3GEOF.tabela.dicionario)+'" id=i3GEOtabelabotao6 size=30 type=button value="'+$trad(15,i3GEOF.tabela.dicionario)+'"/>';
251 ins += ' <div id=i3GEOtabelacontador style="background-color:rgb(240,240,240);width:100%;position:relative;top:15px;left:0px;text-align:left">'; 276 ins += ' <div id=i3GEOtabelacontador style="background-color:rgb(240,240,240);width:100%;position:relative;top:15px;left:0px;text-align:left">';
252 - ins += ' de <img style=cursor:pointer onclick="i3GEOF.tabela.menos()" src="'+i3GEO.configura.locaplic+'/imagens/minus.gif" />'; 277 + ins += ' '+$trad(16,i3GEOF.tabela.dicionario)+' <img style=cursor:pointer onclick="i3GEOF.tabela.menos()" src="'+i3GEO.configura.locaplic+'/imagens/minus.gif" />';
253 ins += $inputText("","","i3GEOtabelainicio","",5,"1"); 278 ins += $inputText("","","i3GEOtabelainicio","",5,"1");
254 - ins += ' at&eacute;'; 279 + ins += ' '+$trad(17,i3GEOF.tabela.dicionario);
255 ins += $inputText("","","i3GEOtabelafim","",5,"20"); 280 ins += $inputText("","","i3GEOtabelafim","",5,"20");
256 ins += ' <img style=cursor:pointer onclick="i3GEOF.tabela.mais()" src="'+i3GEO.configura.locaplic+'/imagens/plus.gif" />'; 281 ins += ' <img style=cursor:pointer onclick="i3GEOF.tabela.mais()" src="'+i3GEO.configura.locaplic+'/imagens/plus.gif" />';
257 - ins += ' <input title="Atualiza a lista de registros" id=i3GEOtabelabotaoLista size=25 type=button value="Listar"/>'; 282 + ins += ' <input title="'+$trad(18,i3GEOF.tabela.dicionario)+'" id=i3GEOtabelabotaoLista size=25 type=button value="'+$trad(19,i3GEOF.tabela.dicionario)+'"/>';
258 ins += ' </div>'; 283 ins += ' </div>';
259 ins += ' <div id=i3GEOtabelaregistros style="position:relative;top:20px;left:0px;text-align:left;">'; 284 ins += ' <div id=i3GEOtabelaregistros style="position:relative;top:20px;left:0px;text-align:left;">';
260 ins += ' </div>'; 285 ins += ' </div>';
261 ins += ' </div>'; 286 ins += ' </div>';
262 ins += ' <div id=i3GEOtabelaguia3obj style="display:none;width:99%;left:0px" >'; 287 ins += ' <div id=i3GEOtabelaguia3obj style="display:none;width:99%;left:0px" >';
263 - ins += ' <p class="paragrafo" >Item para aplicar os c&aacute;lculos: <span id=i3GEOtabelaitensGuia3 ></span>';  
264 - ins += ' <p class="paragrafo" >Excluir dos c&aacute;lculos o valor:'; 288 + ins += ' <p class="paragrafo" >'+$trad(20,i3GEOF.tabela.dicionario)+': <span id=i3GEOtabelaitensGuia3 ></span>';
  289 + ins += ' <p class="paragrafo" >'+$trad(21,i3GEOF.tabela.dicionario)+':';
265 ins += $inputText("","","i3GEOtabelafiltro1","",5,""); 290 ins += $inputText("","","i3GEOtabelafiltro1","",5,"");
266 - ins += ' <p class="paragrafo" ><input id=i3GEOtabelabotao4 size=30 type=button value="Calcular"/>'; 291 + ins += ' <p class="paragrafo" ><input id=i3GEOtabelabotao4 size=30 type=button value="'+$trad(22,i3GEOF.tabela.dicionario)+'"/>';
267 ins += ' <div id="i3GEOtabelaoperacoes" class=digitar style="text-align:left;position:relative;top:15px;left:0px;" >'; 292 ins += ' <div id="i3GEOtabelaoperacoes" class=digitar style="text-align:left;position:relative;top:15px;left:0px;" >';
268 ins += ' </div><br>'; 293 ins += ' </div><br>';
269 ins += ' <div id=i3GEOtabelamen1 style="position:relative;top:25px;left:0px;width:100%" >'; 294 ins += ' <div id=i3GEOtabelamen1 style="position:relative;top:25px;left:0px;width:100%" >';
270 - ins += ' <p class="paragrafo" >Para que as opera&ccedil;&otilde;es atuem apenas sobre os elementos selecionados ';  
271 - ins += ' ative a sele&ccedil;&atilde;o no mapa, para isso utilize, na guia "Registros"';  
272 - ins += ' a op&ccedil;&atilde;o "Ativa a sele&ccedil;&atilde;o"'; 295 + ins += ' <p class="paragrafo" >'+$trad(23,i3GEOF.tabela.dicionario);
273 ins += ' </div>'; 296 ins += ' </div>';
274 ins += ' </div>'; 297 ins += ' </div>';
275 ins += ' <div id=i3GEOtabelaguia4obj style="display:none;width:99%;left:0px">'; 298 ins += ' <div id=i3GEOtabelaguia4obj style="display:none;width:99%;left:0px">';
@@ -278,20 +301,18 @@ i3GEOF.tabela = { @@ -278,20 +301,18 @@ i3GEOF.tabela = {
278 ins += ' </div>'; 301 ins += ' </div>';
279 302
280 ins += ' <div id=i3GEOtabelaguia5obj style="width:99%;display:none">'; 303 ins += ' <div id=i3GEOtabelaguia5obj style="width:99%;display:none">';
281 - ins += ' <p class="paragrafo" >Escolha os itens que dever&atilde;o constar no relat&oacute;rio. Voc&ecirc; pode alterar os nomes originais das colunas para melhorar o cabe&ccedil;alho do relat&oacute;rio:'; 304 + ins += ' <p class="paragrafo" >'+$trad(24,i3GEOF.tabela.dicionario)+':';
282 ins += ' <p class="paragrafo" ><div id=i3GEOtabelaitensrelatorio class=digitar style="text-align:left;overflow:auto;height:100px">'; 305 ins += ' <p class="paragrafo" ><div id=i3GEOtabelaitensrelatorio class=digitar style="text-align:left;overflow:auto;height:100px">';
283 ins += ' </div><br>'; 306 ins += ' </div><br>';
284 - ins += ' <p class="paragrafo" >Escolha o item que voc&ecirc; quer utilizar para agrupar valores (opcional):'; 307 + ins += ' <p class="paragrafo" >'+$trad(25,i3GEOF.tabela.dicionario)+':';
285 ins += ' <p class="paragrafo" ><div id=i3GEOtabelaagrupamento style="text-align:left;">'; 308 ins += ' <p class="paragrafo" ><div id=i3GEOtabelaagrupamento style="text-align:left;">';
286 ins += ' </div>'; 309 ins += ' </div>';
287 - ins += ' <p class="paragrafo" ><br><input style="cursor:pointer" type=checkbox id=i3GEOtabelacalculaarea />';  
288 - ins += ' Incluir c&aacute;lculo de &aacute;rea';  
289 - ins += ' <p class="paragrafo" ><input style="cursor:pointer" type=checkbox id=i3GEOtabelacalculaestat />';  
290 - ins += ' Incluir c&aacute;lculo de estat&iacute;sticas';  
291 - ins += ' <p class="paragrafo" >Excluir das estat&iacute;sticas o valor: '; 310 + ins += ' <p class="paragrafo" ><br><input style="cursor:pointer" type=checkbox id=i3GEOtabelacalculaarea />'+$trad(26,i3GEOF.tabela.dicionario);
  311 + ins += ' <p class="paragrafo" ><input style="cursor:pointer" type=checkbox id=i3GEOtabelacalculaestat />'+$trad(27,i3GEOF.tabela.dicionario);
  312 + ins += ' <p class="paragrafo" >'+$trad(28,i3GEOF.tabela.dicionario)+': ';
292 ins += $inputText("","","i3GEOtabelaexcestat","",10,""); 313 ins += $inputText("","","i3GEOtabelaexcestat","",10,"");
293 - ins += ' <p class="paragrafo" ><input id=i3GEOtabelabotao7 size=30 type=button value="Relat&oacute;rio"/>';  
294 - ins += ' <input id=i3GEOtabelabotao5 size=25 type=button value="Relat&oacute;rio no formato texto"/>'; 314 + ins += ' <p class="paragrafo" ><input id=i3GEOtabelabotao7 size=30 type=button value="'+$trad(5,i3GEOF.tabela.dicionario)+'"/>';
  315 + ins += ' <input id=i3GEOtabelabotao5 size=25 type=button value="'+$trad(29,i3GEOF.tabela.dicionario)+'"/>';
295 ins += ' <form method=post style="display:none" id=i3GEOtabelarelatorio action="'+i3GEO.configura.locaplic+'/ferramentas/tabela/relatorio.php" target="_blank" >'; 316 ins += ' <form method=post style="display:none" id=i3GEOtabelarelatorio action="'+i3GEO.configura.locaplic+'/ferramentas/tabela/relatorio.php" target="_blank" >';
296 ins += ' <input type=hidden id=i3GEOtabelaarearelh name=arearel value=nao />'; 317 ins += ' <input type=hidden id=i3GEOtabelaarearelh name=arearel value=nao />';
297 ins += ' <input type=hidden id=i3GEOtabelastatrelh name=statrel value=nao />'; 318 ins += ' <input type=hidden id=i3GEOtabelastatrelh name=statrel value=nao />';
@@ -311,7 +332,7 @@ i3GEOF.tabela = { @@ -311,7 +332,7 @@ i3GEOF.tabela = {
311 332
312 Cria a janela flutuante para controle da ferramenta. 333 Cria a janela flutuante para controle da ferramenta.
313 */ 334 */
314 - criaJanelaFlutuante: function(){ 335 + iniciaJanelaFlutuante: function(){
315 var minimiza,cabecalho,janela,divid,temp,titulo; 336 var minimiza,cabecalho,janela,divid,temp,titulo;
316 if($i("i3GEOF.tabela")){ 337 if($i("i3GEOF.tabela")){
317 i3GEOF.tabela.tema = i3GEO.temaAtivo; 338 i3GEOF.tabela.tema = i3GEO.temaAtivo;
@@ -325,7 +346,7 @@ i3GEOF.tabela = { @@ -325,7 +346,7 @@ i3GEOF.tabela = {
325 i3GEO.janela.minimiza("i3GEOF.tabela"); 346 i3GEO.janela.minimiza("i3GEOF.tabela");
326 }; 347 };
327 //cria a janela flutuante 348 //cria a janela flutuante
328 - titulo = "<div style='z-index:1;position:absolute' id='i3GEOFtabelaComboCabeca' >------</div>&nbsp;&nbsp;&nbsp;Tabela <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=5&idajuda=39' >&nbsp;&nbsp;&nbsp;</a>"; 349 + titulo = "<div style='z-index:1;position:absolute' id='i3GEOFtabelaComboCabeca' >------</div>&nbsp;&nbsp;&nbsp;"+$trad(1,i3GEOF.tabela.dicionario)+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=5&idajuda=39' >&nbsp;&nbsp;&nbsp;</a>";
329 janela = i3GEO.janela.cria( 350 janela = i3GEO.janela.cria(
330 "500px", 351 "500px",
331 "400px", 352 "400px",
@@ -366,7 +387,7 @@ i3GEOF.tabela = { @@ -366,7 +387,7 @@ i3GEOF.tabela = {
366 */ 387 */
367 ativaFoco: function(){ 388 ativaFoco: function(){
368 if(i3GEOF.tabela.tema !== "" && i3GEO.arvoreDeCamadas.pegaTema(i3GEOF.tabela.tema) === "") 389 if(i3GEOF.tabela.tema !== "" && i3GEO.arvoreDeCamadas.pegaTema(i3GEOF.tabela.tema) === "")
369 - {alert("O tema ja nao existe mais no mapa");} 390 + {alert($trad(30,i3GEOF.tabela.dicionario));}
370 var i = $i("i3GEOF.tabela_c").style; 391 var i = $i("i3GEOF.tabela_c").style;
371 i3GEO.janela.ULTIMOZINDEX++; 392 i3GEO.janela.ULTIMOZINDEX++;
372 i.zIndex = 21000 + i3GEO.janela.ULTIMOZINDEX; 393 i.zIndex = 21000 + i3GEO.janela.ULTIMOZINDEX;
@@ -454,12 +475,12 @@ i3GEOF.tabela = { @@ -454,12 +475,12 @@ i3GEOF.tabela = {
454 ins += "<tr><td></td><td></td><td></td><td></td>"; 475 ins += "<tr><td></td><td></td><td></td><td></td>";
455 n = retorno.data[0].itens.length; 476 n = retorno.data[0].itens.length;
456 for (i=0;i<n;i++) 477 for (i=0;i<n;i++)
457 - {ins += "<td style='background-color:yellow' ><img style=cursor:pointer onclick='i3GEOF.tabela.excluiColuna(this,"+(i * 1 + 3)+")' src='"+i3GEO.configura.locaplic+"/imagens/x.gif' title='excluir' />&nbsp;<img style=cursor:pointer onclick='i3GEOF.tabela.ordenaColuna(this,"+(i * 1 + 3)+")' src='"+i3GEO.configura.locaplic+"/imagens/ordena1.gif' title='ordena' /><br><span title='"+retorno.data[0].itens[i]+"'> "+retorno.data[0].alias[i]+"</span></td>";} 478 + {ins += "<td style='background-color:yellow' ><img style=cursor:pointer onclick='i3GEOF.tabela.excluiColuna(this,"+(i * 1 + 3)+")' src='"+i3GEO.configura.locaplic+"/imagens/x.gif' title='"+$trad("t12")+"' />&nbsp;<img style=cursor:pointer onclick='i3GEOF.tabela.ordenaColuna(this,"+(i * 1 + 3)+")' src='"+i3GEO.configura.locaplic+"/imagens/ordena1.gif' title='"+$trad(31,i3GEOF.tabela.dicionario)+"' /><br><span title='"+retorno.data[0].itens[i]+"'> "+retorno.data[0].alias[i]+"</span></td>";}
458 ins += "</tr>"; 479 ins += "</tr>";
459 cor = "linha"; 480 cor = "linha";
460 n = retorno.data[1].registros.length; 481 n = retorno.data[1].registros.length;
461 for (i=0;i<n;i++){ 482 for (i=0;i<n;i++){
462 - ins += "<tr><td><img style=cursor:pointer onclick='i3GEOF.tabela.excluiLinha(this)' src='"+i3GEO.configura.locaplic+"/imagens/x.gif' title='excluir' /></td>"; 483 + ins += "<tr><td><img style=cursor:pointer onclick='i3GEOF.tabela.excluiLinha(this)' src='"+i3GEO.configura.locaplic+"/imagens/x.gif' title='"+$trad("t12")+"' /></td>";
463 ins += "<td><img style=cursor:pointer onclick='i3GEOF.tabela.zoomLinha(this)' src='"+i3GEO.configura.locaplic+"/imagens/o.gif' title='zoom' ids="+retorno.data[1].registros[i].indice+" /></td>"; 484 ins += "<td><img style=cursor:pointer onclick='i3GEOF.tabela.zoomLinha(this)' src='"+i3GEO.configura.locaplic+"/imagens/o.gif' title='zoom' ids="+retorno.data[1].registros[i].indice+" /></td>";
464 stat = ""; 485 stat = "";
465 if(retorno.data[1].registros[i].status === "CHECKED") 486 if(retorno.data[1].registros[i].status === "CHECKED")
@@ -719,7 +740,7 @@ i3GEOF.tabela = { @@ -719,7 +740,7 @@ i3GEOF.tabela = {
719 tema, 740 tema,
720 function(retorno){ 741 function(retorno){
721 if(retorno.tipo === "erro"){ 742 if(retorno.tipo === "erro"){
722 - $i("i3GEOtabelaitensGuia3").innerHTML = "<br><br><span style='color:red'>erro ao ler os itens do tema de origem</span><br><br>"; 743 + $i("i3GEOtabelaitensGuia3").innerHTML = "<br><br><span style='color:red'>"+$trad(32,i3GEOF.tabela.dicionario)+"</span><br><br>";
723 } 744 }
724 else{ 745 else{
725 $i("i3GEOtabelaitensGuia3").innerHTML = retorno.dados; 746 $i("i3GEOtabelaitensGuia3").innerHTML = retorno.dados;
@@ -776,10 +797,10 @@ i3GEOF.tabela = { @@ -776,10 +797,10 @@ i3GEOF.tabela = {
776 t0: function(){ 797 t0: function(){
777 $i("i3GEOtabelaresultado").innerHTML = ""; 798 $i("i3GEOtabelaresultado").innerHTML = "";
778 var ins = ""; 799 var ins = "";
779 - ins += "<p class='paragrafo' >A representa&ccedil;ão gr&aacute;fica dos dados tabulares utiliza todos os elementos da tabela ou os selecionados, se estiverem ativos no mapa.";  
780 - ins += "<p class='paragrafo' ><a href='http://www.r-project.org/' target=blank >Os gr&aacute;ficos s&atilde;o gerados com o software R,</a> mas vc pode optar por usar a ferramenta de gr&aacute;ficos interativos que possuem outras op&ccedil;&otilde;es e geram gr&aacute;ficos em Flash.";  
781 - ins += "<p class='paragrafo' ><input type=button value='Gr&aacute;ficos interativos' id=i3GEOtabelaGraficoI /></p>";  
782 - ins += "<br><br><p class='paragrafo' >Se voc&ecirc; optar por usar o R, nas telas seguintes defina o tipo e as op&ccedil;&otilde;es do gr&aacute;fico."; 800 + ins += "<p class='paragrafo' >"+$trad(33,i3GEOF.tabela.dicionario)+".";
  801 + ins += "<p class='paragrafo' ><a href='http://www.r-project.org/' target=blank >"+$trad(34,i3GEOF.tabela.dicionario);
  802 + ins += "<p class='paragrafo' ><input type=button value='"+$trad("t37b")+"' id=i3GEOtabelaGraficoI /></p>";
  803 + ins += "<br><br><p class='paragrafo' >"+$trad(35,i3GEOF.tabela.dicionario)+".";
783 804
784 i3GEO.util.proximoAnterior("","i3GEOF.tabela.t1()",ins,"i3GEOFtabelat0","i3GEOtabelaresultado"); 805 i3GEO.util.proximoAnterior("","i3GEOF.tabela.t1()",ins,"i3GEOFtabelat0","i3GEOtabelaresultado");
785 new YAHOO.widget.Button( 806 new YAHOO.widget.Button(
ferramentas/telaremota/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.telaremota.dicionario)+
  2 +i3GEOF.telaremota.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/tipoimagem/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.tipoimagem.dicionario)+
  2 +i3GEOF.tipoimagem.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/tme/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.tme.dicionario)+
  2 +i3GEOF.tme.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/toponimia/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.toponimia.dicionario)+
  2 +i3GEOF.toponimia.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/upload/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.upload.dicionario)+
  2 +i3GEOF.upload.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/uploaddbf/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.uploaddbf.dicionario)+
  2 +i3GEOF.uploaddbf.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/uploadgpx/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.uploadgpx.dicionario)+
  2 +i3GEOF.uploadgpx.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/uploadkml/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.uploadkml.dicionario)+
  2 +i3GEOF.uploadkml.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/wiki/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.wiki.dicionario)+
  2 +i3GEOF.wiki.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file
ferramentas/wmstime/dicionario.js 0 → 100644
@@ -0,0 +1,63 @@ @@ -0,0 +1,63 @@
  1 +//+$trad(1,i3GEOF.wmstime.dicionario)+
  2 +i3GEOF.wmstime.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 +}]
  63 +};
0 \ No newline at end of file 64 \ No newline at end of file