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