Skip to content

Commit 5a3a7af

Browse files
author
Till Brehm
committed
Fixed: Issue #3839
1 parent bdd3acf commit 5a3a7af

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
?>

0 commit comments

Comments
 (0)