tbrehm
2011-01-12 03bca94981b46d3b7e1251d11a91f7aeaef2143e
1
2
3
4
5
6
7
8
9
10
<?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';
?>