tbrehm
2011-04-04 1ca823723668e01b1b998faec5f8d8153545cfa8
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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 -';
?>