A. Täffner
2016-04-07 28cd07d1a75c4e9dcaecac49efee0091f2fc62fa
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';
?>