Commit 8fffeec8a4aa2745f639fd3d1078ced666ea9c2d
1 parent
036bc250
Exists in
master
and in
7 other branches
Alteração nos textos dos botões de cálculo de classes
Showing
3 changed files
with
15 additions
and
5 deletions
Show diff stats
admin/admin.db
No preview for this file type
ferramentas/legenda/dicionario.js
... | ... | @@ -186,7 +186,7 @@ i3GEOF.legenda.dicionario = { |
186 | 186 | es : "" |
187 | 187 | } ], |
188 | 188 | 'valorUnico' : [ { |
189 | - pt : "Valor único", | |
189 | + pt : "Calcular valor único", | |
190 | 190 | en : "", |
191 | 191 | es : "" |
192 | 192 | } ], |
... | ... | @@ -201,7 +201,7 @@ i3GEOF.legenda.dicionario = { |
201 | 201 | es : "" |
202 | 202 | } ], |
203 | 203 | 'intervalosIguais' : [ { |
204 | - pt : "Intervalos iguais", | |
204 | + pt : "Calcular intervalos iguais", | |
205 | 205 | en : "", |
206 | 206 | es : "" |
207 | 207 | } ], |
... | ... | @@ -471,7 +471,17 @@ i3GEOF.legenda.dicionario = { |
471 | 471 | es : "" |
472 | 472 | } ], |
473 | 473 | 'quebrasNaturais' : [ { |
474 | - pt : "Quebras naturais", | |
474 | + pt : "Calcular quebras naturais", | |
475 | + en : "", | |
476 | + es : "" | |
477 | + } ], | |
478 | + 'calcularQuartil' : [ { | |
479 | + pt : "Calcular quartis", | |
480 | + en : "", | |
481 | + es : "" | |
482 | + } ], | |
483 | + 'calcularQuantil' : [ { | |
484 | + pt : "Calcular quantis", | |
475 | 485 | en : "", |
476 | 486 | es : "" |
477 | 487 | } ], | ... | ... |
ferramentas/legenda/template_mst.html
... | ... | @@ -171,14 +171,14 @@ |
171 | 171 | <input id='i3GEOlegendabotaoQN' type='button' value='{{{quebrasNaturais}}}' /> |
172 | 172 | </p> |
173 | 173 | <p class='paragrafo'> |
174 | - <input id='i3GEOlegendabotaoQuantil' type='button' value='Quantil' /> | |
174 | + <input id='i3GEOlegendabotaoQuantil' type='button' value='{{{calcularQuantil}}}' /> | |
175 | 175 | </p> |
176 | 176 | <hr> |
177 | 177 | <p class='paragrafo'>{{{criaQuartis}}}</p> |
178 | 178 | <div id='i3GEOlegendaitensValorQuartil' class='styled-select'></div> |
179 | 179 | <br> |
180 | 180 | <p class='paragrafo'> |
181 | - <input id='i3GEOlegendabotao9' size='25' type='button' value='Quartis' /> | |
181 | + <input id='i3GEOlegendabotao9' size='25' type='button' value='{{{calcularQuartil}}}' /> | |
182 | 182 | </p> |
183 | 183 | <p class='paragrafo'>{{{estiloNomeClasses}}}: |
184 | 184 | <div class='styled-select'> | ... | ... |