vogelor
2011-03-26 3f22a4d4084530ee707e6c04d74a9fdddf1790da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb['config_txt'] = 'Konfigurasi';
$wb['server_name_txt'] = 'Nama Server';
$wb['mail_server_txt'] = 'Server Mail';
$wb['web_server_txt'] = 'Server Web';
$wb['dns_server_txt'] = 'Server DNS';
$wb['file_server_txt'] = 'Server Berkas';
$wb['db_server_txt'] = 'Server DB';
$wb['vserver_server_txt'] = 'Server VServer';
$wb['active_txt'] = 'Aktif';
$wb['mirror_server_id_txt'] = 'Adalah mirror dari Server';
$wb['- None -'] = '- Tak ada -';
?>