We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd3acf commit 5a3a7afCopy full SHA for 5a3a7af
1 file changed
interface/web/client/lib/lang/en_resellers_list.lng
@@ -1,11 +1,11 @@
1
<?php
2
-$wb["add_new_record_txt"] = 'Añadir nuevo revendedor';
3
-$wb["city_txt"] = 'Ciudad';
+$wb["list_head_txt"] = 'Resellers';
4
$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';
+$wb["company_name_txt"] = 'Company name';
+$wb["contact_name_txt"] = 'Contact name';
+$wb["city_txt"] = 'City';
+$wb["country_txt"] = 'Country';
+$wb["add_new_record_txt"] = 'Add new reseller';
+$wb["customer_no_txt"] = 'Customer No.';
+$wb["username_txt"] = 'Username';
11
?>
0 commit comments