| | |
| | | <?php
|
| | | $wb['list_head_txt'] = 'Alias Domain';
|
| | | $wb['active_txt'] = 'Aktif';
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['parent_domain_id_txt'] = 'Situs Web';
|
| | | $wb['domain_txt'] = 'Alias Domain';
|
| | | $wb['add_new_record_txt'] = 'Tambah Alias Domain Baru';
|
| | | $wb['domain_error_empty'] = 'Domain kosong.';
|
| | | $wb['domain_error_unique'] = 'Domain harus unik.';
|
| | | $wb['domain_error_regex'] = 'Nama Domain tidak valid.';
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['list_head_txt'] = 'Alias Domain'; |
| | | $wb['active_txt'] = 'Aktif'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['parent_domain_id_txt'] = 'Situs Web'; |
| | | $wb['domain_txt'] = 'Alias Domain'; |
| | | $wb['add_new_record_txt'] = 'Tambah Alias Domain Baru'; |
| | | $wb['domain_error_empty'] = 'Domain kosong.'; |
| | | $wb['domain_error_unique'] = 'Domain harus unik.'; |
| | | $wb['domain_error_regex'] = 'Nama Domain tidak valid.'; |
| | | ?> |