tbrehm
2010-01-25 6e2a8dbc1a25d0f9366b8a0ab7958ae7a666b8a3
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['client_txt'] = 'Kliens';
$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 -';
?>