Pascal Dreissen
2016-07-08 e8dda462f3b02628b4d878ed2c133f1f04d26a50
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['add_new_record_txt'] = 'Añadir cliente';
$wb['city_txt'] = 'Ciudad';
$wb['client_id_txt'] = 'ID';
$wb['company_name_txt'] = 'Nombre de compañía';
$wb['contact_name_txt'] = 'Nombre de contacto';
$wb['country_txt'] = 'País';
$wb['customer_no_txt'] = 'Cliente Nº.';
$wb['list_head_txt'] = 'Clientes';
$wb['username_txt'] = 'Nombre de usuario';
?>