tbrehm
2012-04-19 72dcd77228065f99347791482cba26fee71489d3
commit | author | age
8aeb9f 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';
c99d48 8 $wb['Edit Client-Templates'] = 'Edit Client-Templates';
be7d7f 9 $wb['Add Reseller'] = 'Add Reseller';
T 10 $wb['Edit Reseller'] = 'Edit Reseller';
11 $wb['Resellers'] = 'Resellers';
f780d7 12 $wb["error_has_clients"] = 'This reseller has clients. Delete the clients of the reseller first.';
911dbe 13 $wb['add_additional_template_txt'] = 'Add additional template';
T 14 $wb['delete_additional_template_txt'] = 'Delete additional template';
72dcd7 15 $wb['Messaging'] = 'Messaging';
T 16 $wb['Send Email'] = 'Send Email';
b5a2f8 17 ?>