File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
interface/web/client/lib/lang Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<?php
2- $wb["add_new_record_txt"] = 'Añadir nuevo revendedor';
3- $wb["city_txt"] = 'Ciudad';
2+ $wb["list_head_txt"] = 'Resellers';
43$wb["client_id_txt"] = 'ID';
5- $wb["company_name_txt"] = 'Nombre de la compañía';
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';
4+ $wb["company_name_txt"] = 'Company name';
5+ $wb["contact_name_txt"] = 'Contact name';
6+ $wb["city_txt"] = 'City';
7+ $wb["country_txt"] = 'Country';
8+ $wb["add_new_record_txt"] = 'Add new reseller';
9+ $wb["customer_no_txt"] = 'Customer No.';
10+ $wb["username_txt"] = 'Username';
1111?>
You can’t perform that action at this time.
0 commit comments