moglia
2009-09-06 c9f8751c88110eb0249361057fe873fd27f8534b
1
2
3
4
5
6
7
8
9
10
<?php
$wb['email_txt'] = 'Email';
$wb['destination_txt'] = 'Címzett';
$wb['active_txt'] = 'Aktív';
$wb['email_error_isemail'] = 'Érvénytelen email cím.';
$wb['email_error_unique'] = 'Már létező email cím';
$wb['no_domain_perm'] = 'Nincs joga ehhez a domainhoz.';
$wb['destination_error_isemail'] = 'Címzett email címe érvénytelen';
$wb['limit_mailalias_txt'] = 'Nincs több alias lehetőség.';
?>