ftimme
2012-05-18 2a189307eb0a6693a8d64b62e3845ca87c58d1eb
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';
?>