vogelor
2010-05-01 6dfc1f8aef2d75f5ca8fe694fb8ef27ef885b12c
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['Domains'] = 'Domains';
$wb['domain_txt'] = 'Domain';
$wb['client_txt'] = 'Client';
$wb['domain_error_empty'] = 'The domain-name is empty';
$wb['domain_error_unique'] = 'The domain already exists';
$wb['domain_error_regex'] = 'This domain-name is not allowed';
$wb['error_domain_in mailuse'] = 'This domain can not be deleted, because it is in use as mail-domain';
$wb['error_domain_in webuse'] = 'This domain can not be deleted, because it is in use as web-domain';
$wb['error_client_can_not_add_domain'] = 'You can not add a new domain';
$wb['domain_txt'] = 'Domain';
$wb['error_client_group_id_empty'] = 'You have to select a customer<br>';
?>