horfic
2011-01-06 07405653f111c4eb8fd1c83d45e66287807036d7
1
2
3
4
5
6
7
8
9
10
11
12
<?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.';
?>