| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Resellers'; |
| | | $wb["client_id_txt"] = 'ID'; |
| | | $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['list_head_txt'] = 'Реселлеры'; |
| | | $wb['client_id_txt'] = 'ID'; |
| | | $wb['company_name_txt'] = 'Компания'; |
| | | $wb['contact_name_txt'] = 'Контактное лицо'; |
| | | $wb['city_txt'] = 'Город'; |
| | | $wb['country_txt'] = 'Страна'; |
| | | $wb['add_new_record_txt'] = 'Добавить реселлера'; |
| | | $wb['customer_no_txt'] = 'Customer No.'; |
| | | $wb['username_txt'] = 'Username'; |
| | | ?> |