vogelor
2010-05-04 362a6b3af3524de09ef0c41ee2e6d7b5dcd663fa
1
2
3
4
5
6
7
8
9
<?php
$wb['domain_txt'] = 'Domain';
$wb['destination_txt'] = 'Destinatie';
$wb['active_txt'] = 'Active';
$wb['domain_error_unique'] = 'exista deja un CATCHALL activ pe domeniu';
$wb['no_domain_perm'] = 'nu aveti drepturi pe acest domeniu';
$wb['domain_error_regex'] = 'nume de domeniu invalid sau caractere nepermise';
$wb['limit_mailcatchall_txt'] = 'numarul maxim de CATCHALL pe contul dumneavoatra a fost atins';
?>