tbrehm
2012-05-07 e045af4e04438514a807930b103d644b1644b46d
commit | author | age
333866 1 <?php
T 2 $wb['Client'] = 'Klient';
3 $wb['Address'] = 'Adresa';
4 $wb['Limits'] = 'Limity';
5 $wb['Add Client'] = 'Pridať klienta';
6 $wb['Edit Client'] = 'Upraviť klienta';
7 $wb['Clients'] = 'Klienti';
8 $wb['Edit Client-Templates'] = 'Upraviť klient-Šablónu';
9 $wb['Add Reseller'] = 'Pridať nového predajcu';
10 $wb['Edit Reseller'] = 'Upraviť predajcu';
11 $wb['Resellers'] = 'Predajcovia';
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';
333866 17 ?>