| | |
| | | <?php |
| | | $wb['conf_format_dateshort'] = 'd/m/Y'; |
| | | $wb['conf_format_datelong'] = 'l dS of F Y'; |
| | | $wb['conf_format_datelong'] = 'l dS de F Y'; |
| | | $wb['conf_format_timeshort'] = 'H:i'; |
| | | $wb['conf_format_timelong'] = 'H:i:s'; |
| | | $wb['conf_format_datetime'] = 'd/m/Y H:i'; |
| | |
| | | $wb['add_new_record_txt'] = 'Adcionar novo registro'; |
| | | $wb['btn_save_txt'] = 'Salvar'; |
| | | $wb['btn_cancel_txt'] = 'Voltar'; |
| | | $wb['toolsarea_head_txt'] = 'Ferramentas'; |
| | | $wb['page_and_txt'] = 'e'; |
| | | $wb['top_menu_system'] = 'Sistema'; |
| | | $wb['top_menu_client'] = 'Cliente'; |
| | | $wb['top_menu_email'] = 'Correio'; |
| | | $wb['top_menu_monitor'] = 'Monitor'; |
| | | $wb['top_menu_sites'] = 'Sites'; |
| | | $wb['top_menu_dns'] = 'DNS'; |
| | | $wb['top_menu_tools'] = 'Ferramentas'; |
| | | $wb['top_menu_help'] = 'Ajuda'; |
| | | ?> |
| | | |