| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Clients'; |
| | | $wb['list_head_txt'] = 'Kunder'; |
| | | $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 client'; |
| | | $wb['username_txt'] = 'Username'; |
| | | $wb['company_name_txt'] = 'Företagsnamn'; |
| | | $wb['contact_name_txt'] = 'Kontaktnamn'; |
| | | $wb['city_txt'] = 'Stad'; |
| | | $wb['country_txt'] = 'Land'; |
| | | $wb['add_new_record_txt'] = 'Lägg till ny kund'; |
| | | $wb['username_txt'] = 'Användarnamn'; |
| | | $wb['customer_no_txt'] = 'Kundnummer'; |
| | | ?> |