Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
2d870d 1 <?php
F 2 $wb['list_head_txt'] = 'Revendedores';
3 $wb['client_id_txt'] = 'ID';
2ab1e5 4 $wb['company_name_txt'] = 'Nombre de la compañía';
2d870d 5 $wb['contact_name_txt'] = 'Nombre de contacto';
2ab1e5 6 $wb['city_txt'] = 'Ciudad';
2d870d 7 $wb['country_txt'] = 'País';
2ab1e5 8 $wb['add_new_record_txt'] = 'Añadir revendedor';
TB 9 $wb['customer_no_txt'] = 'Cliente No.';
10 $wb['username_txt'] = 'Nombre de usuario';
2d870d 11 ?>