Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
034425 1 <?php
62469f 2 $wb['Client'] = 'Клиент';
K 3 $wb['Address'] = 'Адрес';
4 $wb['Limits'] = 'Ограничения';
5 $wb['Add Client'] = 'Добавяне на клиент';
6 $wb['Edit Client'] = 'Редактиране на клиент';
7 $wb['Clients'] = 'Клиенти';
94c961 8 $wb['Templates'] = 'Templates';
TB 9 $wb['Limit-Templates'] = 'Limit-Templates';
63fdfa 10 $wb['Add Reseller'] = 'Добави дистрибутор';
T 11 $wb['Edit Reseller'] = 'Редактирай дистрибутор';
12 $wb['Resellers'] = 'Дистрибутори';
40dd9f 13 $wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.';
63fdfa 14 $wb['add_additional_template_txt'] = 'Добави допулнителен шаблон';
T 15 $wb['delete_additional_template_txt'] = 'Изтрий допулнителният шаблон';
bd26ab 16 $wb['Messaging'] = 'Messaging';
T 17 $wb['Send email'] = 'Send Email';
18 $wb['Edit Client Circle'] = 'Edit Client Circle';
142907 19 $wb['Domains'] = 'Domains';
T 20 $wb['domain_txt'] = 'Domain';
21 $wb['client_txt'] = 'Client';
22 $wb['error_domain_in mailuse'] = 'This domain cannot be deleted, because it is in use as mail-domain';
23 $wb['error_domain_in webuse'] = 'This domain cannot be deleted, because it is in use as web-domain';
24 $wb['error_client_can_not_add_domain'] = 'You cannot add a new domain';
25 $wb['error_client_group_id_empty'] = 'You have to select a customer<br>';
407003 26 $wb['error_domain_in dnsuse'] = 'This domain cannot be deleted, because it is in use as dns zone';
TB 27 $wb['error_domain_in dnsslaveuse'] = 'This domain cannot be deleted, because it is in use as secondary dns zone';
62469f 28 ?>