tbrehm
2012-10-15 49df59c9fb814834bfca91fc8efc0f2248b6a0e5
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['domain_txt'] = 'Домейн';
$wb['destination_txt'] = 'Направление';
$wb['active_txt'] = 'Активен';
$wb['domain_error_unique'] = 'Вече има запис в този домейн за Catchall.';
$wb['no_domain_perm'] = 'Нямаш права за този домейн.';
$wb['domain_error_regex'] = 'Грешен домейн или непозволени символи.';
$wb['limit_mailcatchall_txt'] = 'Максималният брой записи за catchall в твоят акоунт е достигнат.';
$wb['source_txt'] = 'Source';
$wb['destination_error_isemail'] = 'Destination is no valid email address.';
?>