tbrehm
2012-08-20 1429073c6961380ff5eab9273be064d61fcf5313
1
2
3
4
5
6
7
8
9
10
11
<?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';
$wb['source_txt'] = 'Source';
$wb['destination_error_isemail'] = 'Destination is no valid email address.';
?>