tbrehm
2011-10-20 219bb4b7f28b2f5670fe2d8e7e6a09fbfd3ec70a
1
2
3
4
5
6
7
8
9
<?php
$wb['list_head_txt'] = 'Reseller';
$wb['client_id_txt'] = 'ID';
$wb['company_name_txt'] = 'Nama Perusahaan';
$wb['contact_name_txt'] = 'Nama Kontak';
$wb['city_txt'] = 'Kota';
$wb['country_txt'] = 'Negara';
$wb['add_new_record_txt'] = 'Tambah Reseller Baru';
?>