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 10 pt : "Abre o i3Geo",
11 11 en : "",
12 12 es : ""
  13 + } ],
  14 + 'contAcesso' : [ {
  15 + pt : "Controle de acesso e usuários",
  16 + en : "",
  17 + es : ""
13 18 } ]
14 19 };
15 20 \ No newline at end of file
... ...
admin/menu.html
... ... @@ -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 54 type: "html",
55 55 children:[
56 56 {
... ...