tbrehm
2012-08-20 1429073c6961380ff5eab9273be064d61fcf5313
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['domain_txt'] = 'Domain';
$wb['destination_txt'] = 'Hedef';
$wb['active_txt'] = 'Aktif';
$wb['domain_error_unique'] = 'Bu domain için zaten Catchall kayıdı bulunmakta.';
$wb['no_domain_perm'] = 'Bu domain için yetkiniz yok.';
$wb['domain_error_regex'] = 'Geçersiz domain adı. Domain adı izin verilmeyen karakterler içermekte.';
$wb['limit_mailcatchall_txt'] = 'Hesabınıdaki max. Catchall hesabı limitine ulaştınız..';
$wb['source_txt'] = 'Source';
$wb['destination_error_isemail'] = 'Destination is no valid email address.';
?>