mcramer
2013-08-22 870581b49cfd209ad27c7b59f48b0ed1a382af39
1
2
3
4
5
6
7
8
9
10
11
<?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';
$wb['username_txt'] = 'Username';
$wb['customer_no_txt'] = 'Customer No.';
?>