| | |
| | | <?php |
| | | $wb['jailkit_chroot_home_txt'] = 'Chroot Jailkit home'; |
| | | $wb['jailkit_chroot_home_txt'] = 'Raiz do Chroot Jailkit'; |
| | | $wb['jailkit_chroot_app_sections_txt'] = 'Aplicações Jailkit chroot (Sessões)'; |
| | | $wb['jailkit_chroot_app_programs_txt'] = 'Aplicações Jailkit em ambiente chroot'; |
| | | $wb['website_path_txt'] = 'Website path'; |
| | | $wb['website_path_txt'] = 'Caminho do Website'; |
| | | $wb['website_symlinks_txt'] = 'Website symlinks: link simbólico'; |
| | | $wb['website_basedir_txt'] = 'Website basedir: Diretório base '; |
| | | $wb['vhost_conf_dir_txt'] = 'Vhost config dir'; |
| | |
| | | $wb['web_user_txt'] = 'Usuário Apache'; |
| | | $wb['web_group_txt'] = 'Grupo Apache'; |
| | | $wb['security_level_txt'] = 'Nível de Segurança'; |
| | | $wb['loglevel_txt'] = 'Loglevel'; |
| | | $wb['apps_vhost_port_txt'] = 'Apps-vhost port'; |
| | | $wb['apps_vhost_ip_txt'] = 'Apps-vhost IP'; |
| | | $wb['apps_vhost_servername_txt'] = 'Apps-vhost Domain'; |
| | | $wb['bind_user_txt'] = 'Usuário BIND'; |
| | | $wb['bind_group_txt'] = 'Groupo BIND'; |
| | | $wb['bind_zonefiles_dir_txt'] = 'Diretório de arquivos de zona do BIND'; |
| | | $wb['named_conf_path_txt'] = 'Caminho do BIND named.conf'; |
| | | $wb['bind_user_error_empty'] = 'Usuário do BIND está em branco.'; |
| | | $wb['bind_group_error_empty'] = 'Grupo do BIND está em branco.'; |
| | | $wb['bind_zonefiles_dir_error_empty'] = 'Diretório de arquivos de zona está em branco.'; |
| | | $wb['named_conf_path_error_empty'] = 'Caminho do BIND named.conf.'; |
| | | $wb['named_conf_local_path_error_empty'] = 'Caminho do BIND named.conf.local está em branco.'; |
| | | $wb['mail_filter_syntax_txt'] = 'Sintaxe do Mailfilter'; |
| | | $wb['pop3_imap_daemon_txt'] = 'Daemon POP3/IMAP'; |
| | | $wb['php_open_basedir_txt'] = 'PHP open_basedir'; |
| | | $wb['php_open_basedir_error_empty'] = 'PHP open_basedir está em branco.'; |
| | | $wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; |
| | | $wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride está em branco.'; |
| | | ?> |
| | | |