Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
11b3da 1 <?php
8ab3cd 2 $wb['list_head_txt'] = 'Rivenditori';
91609a 3 $wb['client_id_txt'] = 'ID';
8ab3cd 4 $wb['company_name_txt'] = 'Azienda';
T 5 $wb['contact_name_txt'] = 'Contatto';
6 $wb['city_txt'] = 'Città';
7 $wb['country_txt'] = 'Nazione';
8 $wb['add_new_record_txt'] = 'Aggiungi nuovo rivenditore';
10b4c8 9 $wb['customer_no_txt'] = 'Customer No.';
407003 10 $wb['username_txt'] = 'Nome Utente';
91609a 11 ?>