Cristian Deluxe
2016-03-21 2e466274c2d7ae6410c212a27c87c9eafe95e8f1
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.';
?>