vogelor
2010-05-10 82927e7ac3c7f22c40df6e3454d009e0c32ef110
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';
?>