Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
10fd0c 1 <?php
F 2 $wb['list_head_txt'] = 'Clienti';
3 $wb['client_id_txt'] = 'ID';
8ab3cd 4 $wb['company_name_txt'] = 'Nome azienda';
10fd0c 5 $wb['contact_name_txt'] = 'Nome contatto';
F 6 $wb['city_txt'] = 'Città';
7 $wb['country_txt'] = 'Stato';
8ab3cd 8 $wb['add_new_record_txt'] = 'Aggiungi nuovo cliente';
407003 9 $wb['username_txt'] = 'Nome Utente';
10b4c8 10 $wb['customer_no_txt'] = 'Customer No.';
10fd0c 11 ?>