Florian Schaal
2014-09-22 752ab3dc79da6fa2dbfd7bfba3c48a6b60c82fa5
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.';
?>