tbrehm
2012-10-17 77ce44ebeff00f92078c17715a2392d3f0c2eeed
1
2
3
4
5
6
7
8
9
10
<?php
$wb['list_head_txt'] = 'Klien';
$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 Klien Baru';
$wb['username_txt'] = 'Username';
?>