Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb["add_new_record_txt"] = 'Añadir nuevo revendedor';
$wb["city_txt"] = 'Ciudad';
$wb["client_id_txt"] = 'ID';
$wb["company_name_txt"] = 'Nombre de la compañía';
$wb["contact_name_txt"] = 'Nombre de contacto';
$wb["country_txt"] = 'País';
$wb["customer_no_txt"] = 'Nº de Cliente.';
$wb["list_head_txt"] = 'Revendedores';
$wb["username_txt"] = 'Nombre de Usuario';
?>