Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
L 2 $wb['list_head_txt'] = 'Clients';
407003 3 $wb['client_id_txt'] = 'Id';
TB 4 $wb['company_name_txt'] = 'Nom de l’entreprise';
181529 5 $wb['contact_name_txt'] = 'Nom du contact';
L 6 $wb['city_txt'] = 'Ville';
7 $wb['country_txt'] = 'Pays';
8 $wb['add_new_record_txt'] = 'Ajouter un nouveau client';
407003 9 $wb['username_txt'] = 'Nom d’utilisateur';
263f0e 10 $wb['customer_no_txt'] = 'Numéro client';
181529 11 ?>