Commit c06f6b6dc9a0d1ad1cfe8bbe7dff4804cdcf5b6c
1 parent
e5b75220
Exists in
master
and in
6 other branches
Correção nos textos do formulário de edição de nomes de menus
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
admin/dicionario/menus.js
... | ... | @@ -43,5 +43,15 @@ i3GEOadmin.menus.dicionario = { |
43 | 43 | pt : "grupos", |
44 | 44 | en : "groups", |
45 | 45 | es : "grupos" |
46 | + } ], | |
47 | + 'nomeIn' : [ { | |
48 | + pt : "Nome em inglês (opcional):", | |
49 | + en : "Name in English (optional):", | |
50 | + es : "Nombre en inglés (opcional):" | |
51 | + } ], | |
52 | + 'nomeEs' : [ { | |
53 | + pt : "Espanhol (opcional):", | |
54 | + en : "Spanish (optional):", | |
55 | + es : "Español (opcional):" | |
46 | 56 | } ] |
47 | 57 | }; |
48 | 58 | \ No newline at end of file | ... | ... |