Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
6697eb 1 <?php
f665ce 2 $wb['greylisting_txt'] = 'Enable greylisting';
bd12aa 3 $wb['email_txt'] = 'E-posta';
TB 4 $wb['destination_txt'] = 'Hedef E-posta';
5 $wb['active_txt'] = 'Etkin';
6 $wb['limit_mailforward_txt'] = 'Hesabınıza ekleyebileceğiniz en fazla e-posta yönlendirme sayısına ulaştınız.';
7 $wb['duplicate_mailbox_txt'] = 'Bu e-posta adresini kullanan bir posta kutusu zaten var';
8 $wb['domain_txt'] = 'Alan Adı';
9 $wb['source_txt'] = 'Kaynak E-posta';
407003 10 $wb['email_error_isemail'] = 'Please enter a valid email address.';
TB 11 $wb['send_as_txt'] = 'Send as';
12 $wb['send_as_exp'] = 'Allow target to send mail using this address as origin (if target is internal)';
6697eb 13 ?>