Commit 3ead7055b5ca654cf024fdc02d321c9d8f711062

Authored by Edmar Moretti
1 parent ec103697

--no commit message

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
admin/dicionario/menu.js
@@ -10,5 +10,10 @@ i3GEOadmin.menu.dicionario = { @@ -10,5 +10,10 @@ i3GEOadmin.menu.dicionario = {
10 pt : "Abre o i3Geo", 10 pt : "Abre o i3Geo",
11 en : "", 11 en : "",
12 es : "" 12 es : ""
  13 + } ],
  14 + 'contAcesso' : [ {
  15 + pt : "Controle de acesso e usuários",
  16 + en : "",
  17 + es : ""
13 } ] 18 } ]
14 }; 19 };
15 \ No newline at end of file 20 \ No newline at end of file
admin/menu.html
@@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
50 50
51 } 51 }
52 ]},{ 52 ]},{
53 - html: "Controle de acesso e usu&aacute;rios</a>", 53 + html: $trad("contAcesso",i3GEOadmin.menu.dicionario),
54 type: "html", 54 type: "html",
55 children:[ 55 children:[
56 { 56 {