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