| | |
| | | <?php
|
| | |
|
| | | <?php |
| | | $wb['Client'] = 'Client'; |
| | | $wb['Address'] = 'Address'; |
| | | $wb['Limits'] = 'Limits'; |
| | | $wb['Add Client'] = 'Add Client'; |
| | | $wb['Edit Client'] = 'Edit Client'; |
| | | $wb['Clients'] = 'Clients'; |
| | | $wb['Edit Client-Templates'] = 'Edit Client-Templates'; |
| | | $wb['Add Reseller'] = 'Add Reseller'; |
| | | $wb['Edit Reseller'] = 'Edit Reseller'; |
| | | $wb['Resellers'] = 'Resellers'; |
| | | $wb["error_has_clients"] = 'This reseller has clients. Delete the clients of the reseller first.'; |
| | | $wb['add_additional_template_txt'] = 'Add additional template'; |
| | | $wb['delete_additional_template_txt'] = 'Delete additional template'; |
| | | $wb['Messaging'] = 'Messaging'; |
| | | $wb['Send Email'] = 'Send Email'; |
| | | ?> |