moglia
2010-10-13 085ebe8fc805a3ba2366ed5b3fcfeda1be4961b6
1
2
3
4
5
6
7
8
9
<?php
$wb['list_head_txt'] = 'Clienti';
$wb['client_id_txt'] = 'ID';
$wb['company_name_txt'] = 'Nume companie';
$wb['contact_name_txt'] = 'Contact nume';
$wb['city_txt'] = 'Oras';
$wb['country_txt'] = 'Tara';
$wb['add_new_record_txt'] = 'Adauga client nou';
?>