ftimme
2012-05-11 59118c7c296fd8f0224f39404320223ac6f31762
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['server_id_txt'] = 'Szerver';
$wb['domain_txt'] = 'Domain';
$wb['type_txt'] = 'Típus';
$wb['active_txt'] = 'Aktív';
$wb['domain_error_empty'] = 'Domain üres';
$wb['domain_error_unique'] = 'Már létező domain';
$wb['domain_error_regex'] = 'Nem valós Domain név';
$wb['limit_maildomain_txt'] = 'Meghaladta az ön hozzáférésével elérhető domainek számát.';
$wb['policy_txt'] = 'Spamszűrő';
$wb['no_policy'] = '- nem engedélyezett -';
$wb['client_txt'] = 'Client';
?>