tbrehm
2012-05-07 e045af4e04438514a807930b103d644b1644b46d
commit | author | age
e5f91f 1 <?php
T 2 $wb['Client'] = 'Client';
3 $wb['Address'] = 'Address';
4 $wb['Limits'] = 'Limits';
5 $wb['Add Client'] = 'Add Client';
6 $wb['Edit Client'] = 'Edit Client';
7 $wb['Clients'] = 'Clients';
8 $wb['Edit Client-Templates'] = 'Edit Client-Templates';
9 $wb['Add Reseller'] = 'Add Reseller';
10 $wb['Edit Reseller'] = 'Edit Reseller';
11 $wb['Resellers'] = 'Resellers';
12 $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.';
151fac 13 $wb['add_additional_template_txt'] = 'Add additional template';
T 14 $wb['delete_additional_template_txt'] = 'Delete additional template';
e045af 15 $wb['Messaging'] = 'Messaging';
T 16 $wb['Send Email'] = 'Send Email';
e5f91f 17 ?>