Commit b2a631c12d6d32e2cb4b7c3e8b9dbb8fe7de728a
1 parent
d04d3447
Exists in
master
and in
7 other branches
Adaptação para dicionário
Showing
1 changed file
with
23 additions
and
23 deletions
Show diff stats
admin/menu.html
| @@ -119,7 +119,7 @@ | @@ -119,7 +119,7 @@ | ||
| 119 | enableHighlight: false, | 119 | enableHighlight: false, |
| 120 | 120 | ||
| 121 | },{ | 121 | },{ |
| 122 | - html: "<a href='xmlmetaestatogc.php' target='principal'>"+$trad("xmlWms",i3GEOadmin.menu.dicionario)+"</a>", | 122 | + html: "<a href='xmlmetaestatogc.php' target='principal'>"+$trad("xmlWmsMetaestat",i3GEOadmin.menu.dicionario)+"</a>", |
| 123 | type: "html", | 123 | type: "html", |
| 124 | enableHighlight: false, | 124 | enableHighlight: false, |
| 125 | 125 | ||
| @@ -204,113 +204,113 @@ | @@ -204,113 +204,113 @@ | ||
| 204 | type: "html", | 204 | type: "html", |
| 205 | children:[ | 205 | children:[ |
| 206 | { | 206 | { |
| 207 | - html: "<a href='html/arvore.html' target='principal'>Editar a árvore completa dos menus</a>", | 207 | + html: "<a href='html/arvore.html' target='principal'>"+$trad("editaArvore",i3GEOadmin.menu.dicionario)+"</a>", |
| 208 | type: "html", | 208 | type: "html", |
| 209 | enableHighlight: false, | 209 | enableHighlight: false, |
| 210 | 210 | ||
| 211 | },{ | 211 | },{ |
| 212 | - html: "<a href='html/menus.html' target='principal'>Editar a lista de menus</a>", | 212 | + html: "<a href='html/menus.html' target='principal'>"+$trad("editaListaMenus",i3GEOadmin.menu.dicionario)+"</a>", |
| 213 | type: "html", | 213 | type: "html", |
| 214 | enableHighlight: false, | 214 | enableHighlight: false, |
| 215 | 215 | ||
| 216 | } | 216 | } |
| 217 | ]},{ | 217 | ]},{ |
| 218 | - html: "Edição das tabelas auxiliares", | 218 | + html: $trad("editaTabelasAux",i3GEOadmin.menu.dicionario), |
| 219 | type: "html", | 219 | type: "html", |
| 220 | children:[ | 220 | children:[ |
| 221 | { | 221 | { |
| 222 | - html: "<a href='html/perfis.html' target='principal'>Editar a lista de perfis</a>", | 222 | + html: "<a href='html/perfis.html' target='principal'>"+$trad("editaPerfil",i3GEOadmin.menu.dicionario)+"</a>", |
| 223 | type: "html", | 223 | type: "html", |
| 224 | enableHighlight: false, | 224 | enableHighlight: false, |
| 225 | 225 | ||
| 226 | },{ | 226 | },{ |
| 227 | - html: "<a href='html/tags.html' target='principal'>Editar a lista de tags (palavras-chave)</a>", | 227 | + html: "<a href='html/tags.html' target='principal'>"+$trad("editaTags",i3GEOadmin.menu.dicionario)+"</a>", |
| 228 | type: "html", | 228 | type: "html", |
| 229 | enableHighlight: false, | 229 | enableHighlight: false, |
| 230 | 230 | ||
| 231 | } | 231 | } |
| 232 | ]},{ | 232 | ]},{ |
| 233 | - html: "Atlas", | 233 | + html: $trad("atlas",i3GEOadmin.menu.dicionario), |
| 234 | type: "html", | 234 | type: "html", |
| 235 | children:[ | 235 | children:[ |
| 236 | { | 236 | { |
| 237 | - html: "<a href='html/atlas.html' target='principal'>Edição dos atlas</a>", | 237 | + html: "<a href='html/atlas.html' target='principal'>"+$trad("editaAtlas",i3GEOadmin.menu.dicionario)+"</a>", |
| 238 | type: "html", | 238 | type: "html", |
| 239 | enableHighlight: false, | 239 | enableHighlight: false, |
| 240 | 240 | ||
| 241 | } | 241 | } |
| 242 | ]},{ | 242 | ]},{ |
| 243 | - html: "Web services e links para download", | 243 | + html: $trad("webServ",i3GEOadmin.menu.dicionario), |
| 244 | type: "html", | 244 | type: "html", |
| 245 | children:[ | 245 | children:[ |
| 246 | { | 246 | { |
| 247 | - html: "<a href='html/webservices.html' target='principal'>Edição do cadastro</a>", | 247 | + html: "<a href='html/webservices.html' target='principal'>"+$trad("editaWebServ",i3GEOadmin.menu.dicionario)+"</a>", |
| 248 | type: "html", | 248 | type: "html", |
| 249 | enableHighlight: false, | 249 | enableHighlight: false, |
| 250 | 250 | ||
| 251 | },{ | 251 | },{ |
| 252 | - html: "<a href='xmlservicosws.php' target='principal'>Ver xml com a lista de serviços WS (webservices convencionais)</a>", | 252 | + html: "<a href='xmlservicosws.php' target='principal'>"+$trad("xmlWebServ",i3GEOadmin.menu.dicionario)+"</a>", |
| 253 | type: "html", | 253 | type: "html", |
| 254 | enableHighlight: false, | 254 | enableHighlight: false, |
| 255 | 255 | ||
| 256 | },{ | 256 | },{ |
| 257 | - html: "<a href='xmlservicoswms.php' target='principal'>Ver xml com a lista de serviços WMS</a>", | 257 | + html: "<a href='xmlservicoswms.php' target='principal'>"+$trad("xmlWms",i3GEOadmin.menu.dicionario)+"</a>", |
| 258 | type: "html", | 258 | type: "html", |
| 259 | enableHighlight: false, | 259 | enableHighlight: false, |
| 260 | 260 | ||
| 261 | },{ | 261 | },{ |
| 262 | - html: "<a href='xmlgeorss.php' target='principal'>Ver xml com a lista de serviços Geo RSS</a>", | 262 | + html: "<a href='xmlgeorss.php' target='principal'>"+$trad("xmlGeoRss",i3GEOadmin.menu.dicionario)+"</a>", |
| 263 | type: "html", | 263 | type: "html", |
| 264 | enableHighlight: false, | 264 | enableHighlight: false, |
| 265 | 265 | ||
| 266 | } | 266 | } |
| 267 | ]},{ | 267 | ]},{ |
| 268 | - html: "Sistemas especiais de identificação", | 268 | + html: $trad("sistIdentifica",i3GEOadmin.menu.dicionario), |
| 269 | type: "html", | 269 | type: "html", |
| 270 | children:[ | 270 | children:[ |
| 271 | { | 271 | { |
| 272 | - html: "<a href='html/identifica.html' target='principal'>Edição dos sistemas</a>", | 272 | + html: "<a href='html/identifica.html' target='principal'>"+$trad("editaIdentifica",i3GEOadmin.menu.dicionario)+"</a>", |
| 273 | type: "html", | 273 | type: "html", |
| 274 | enableHighlight: false, | 274 | enableHighlight: false, |
| 275 | 275 | ||
| 276 | } | 276 | } |
| 277 | ]},{ | 277 | ]},{ |
| 278 | - html: "Sistemas que adicionam camadas", | 278 | + html: $trad("sistAdiciona",i3GEOadmin.menu.dicionario), |
| 279 | type: "html", | 279 | type: "html", |
| 280 | 280 | ||
| 281 | children:[ | 281 | children:[ |
| 282 | { | 282 | { |
| 283 | - html: "<a href='html/sistemas.html' target='principal'>Edição dos sistemas", | 283 | + html: "<a href='html/sistemas.html' target='principal'>"+$trad("editaSist",i3GEOadmin.menu.dicionario)+"</a>", |
| 284 | type: "html", | 284 | type: "html", |
| 285 | enableHighlight: false, | 285 | enableHighlight: false, |
| 286 | 286 | ||
| 287 | },{ | 287 | },{ |
| 288 | - html: "<a href='xmlsistemas.php' target='principal'>Ver xml com a lista de sistemas que adicionam temas especiais", | 288 | + html: "<a href='xmlsistemas.php' target='principal'>"+$trad("xmlSistAdiciona",i3GEOadmin.menu.dicionario)+"</a>", |
| 289 | type: "html", | 289 | type: "html", |
| 290 | enableHighlight: false, | 290 | enableHighlight: false, |
| 291 | 291 | ||
| 292 | } | 292 | } |
| 293 | ]},{ | 293 | ]},{ |
| 294 | - html: "Outras opções", | 294 | + html: $trad("outrasOpc",i3GEOadmin.menu.dicionario), |
| 295 | type: "html", | 295 | type: "html", |
| 296 | children:[ | 296 | children:[ |
| 297 | { | 297 | { |
| 298 | - html: "<a href='php/estatisticas.php' target='principal'>Estatísticas</a>", | 298 | + html: "<a href='php/estatisticas.php' target='principal'>"+$trad("estat",i3GEOadmin.menu.dicionario)+"</a>", |
| 299 | type: "html", | 299 | type: "html", |
| 300 | enableHighlight: false, | 300 | enableHighlight: false, |
| 301 | 301 | ||
| 302 | },{ | 302 | },{ |
| 303 | - html: "<a href='php/sqlite.php' target='principal'>Descrição do banco padrão (SQLITE)</a>", | 303 | + html: "<a href='php/sqlite.php' target='principal'>"+$trad("descricaoBd",i3GEOadmin.menu.dicionario)+"</a>", |
| 304 | type: "html", | 304 | type: "html", |
| 305 | enableHighlight: false, | 305 | enableHighlight: false, |
| 306 | 306 | ||
| 307 | },{ | 307 | },{ |
| 308 | - html: "<a href='php/criabanco.php' target='principal'>Criar banco de dados - apenas usuários cadastrados em ms_configura na variável $i3geomaster podem realizar essa operação</a>", | 308 | + html: "<a href='php/criabanco.php' target='principal'>"+$trad("criaBd",i3GEOadmin.menu.dicionario)+"</a>", |
| 309 | type: "html", | 309 | type: "html", |
| 310 | enableHighlight: false, | 310 | enableHighlight: false, |
| 311 | 311 | ||
| 312 | },{ | 312 | },{ |
| 313 | - html: "<a href='../geraminiatura.php' target='principal'>Gera as miniaturas (thumbnails) para os temas existentes no diretório i3geo/temas</a>", | 313 | + html: "<a href='../geraminiatura.php' target='principal'>"+$trad("geraMiniatura",i3GEOadmin.menu.dicionario)+"</a>", |
| 314 | type: "html", | 314 | type: "html", |
| 315 | enableHighlight: false, | 315 | enableHighlight: false, |
| 316 | 316 |