tbrehm
2009-03-15 eed36bdd8620c9fc4ba5649260985ceb2e809923
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Clienti';
$wb['client_id_txt'] = 'ID';
$wb['company_name_txt'] = 'Nome compagnia';
$wb['contact_name_txt'] = 'Nome contatto';
$wb['city_txt'] = 'Città';
$wb['country_txt'] = 'Stato';
?>