Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
263f0e 2 $wb['list_head_txt'] = 'Revendeurs';
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';
263f0e 8 $wb['add_new_record_txt'] = 'Ajouter un nouveau revendeur';
TB 9 $wb['customer_no_txt'] = 'Revendeur No.';
407003 10 $wb['username_txt'] = 'Nom d’utilisateur';
181529 11 ?>