Marius Burkard
2016-03-31 dbf57dddf7ef07a0168ad0c1d64de0735a9c5804
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';
?>