tbrehm
2012-05-07 e045af4e04438514a807930b103d644b1644b46d
commit | author | age
2d870d 1 <?php
F 2 $wb['Client'] = 'Cliente';
3 $wb['Address'] = 'Dirección';
4 $wb['Limits'] = 'Límites';
5 $wb['Add Client'] = 'Añadir cliente';
6 $wb['Edit Client'] = 'Editar cliente';
7 $wb['Clients'] = 'Clientes';
8 $wb['Edit Client-Templates'] = 'Editar plantillas de clientes';
9 $wb['Add Reseller'] = 'Añadir revendedor';
10 $wb['Edit Reseller'] = 'Editar revendedor';
11 $wb['Resellers'] = 'Revendedores';
40dd9f 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';
2d870d 17 ?>