| | |
| | | <?php
|
| | | $wb["list_head_txt"] = 'Återförsäljare';
|
| | | $wb["company_txt"] = 'Företag';
|
| | | $wb["firstname_txt"] = 'Förnamn';
|
| | | $wb["surname_txt"] = 'Efternamn';
|
| | | $wb["city_txt"] = 'Stad';
|
| | |
|
| | | $wb["page_txt"] = 'Sida';
|
| | | $wb["page_of_txt"] = 'av';
|
| | | $wb["page_next_txt"] = 'Nästa';
|
| | | $wb["page_back_txt"] = 'Tillbaka';
|
| | | $wb["delete_txt"] = 'Ta bort';
|
| | | $wb["filter_txt"] = 'Filter';
|
| | | ?> |
| | | <?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['customer_no_txt'] = 'Customer No.'; |
| | | $wb['username_txt'] = 'Username'; |
| | | ?> |