Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
6697eb 1 <?php
bd12aa 2 $wb['email_txt'] = 'E-posta';
2d870d 3 $wb['destination_txt'] = 'Hedef';
f665ce 4 $wb['greylisting_txt'] = 'Enable greylisting';
bd12aa 5 $wb['active_txt'] = 'Etkin';
TB 6 $wb['email_error_isemail'] = 'E-posta adresi geçersiz.';
7 $wb['email_error_unique'] = 'Bu e-posta adresi zaten var';
8 $wb['no_domain_perm'] = 'Bu alan adı için izniniz yok.';
9 $wb['destination_error_isemail'] = 'Hedef e-posta adresi geçersiz.';
10 $wb['limit_mailalias_txt'] = 'Hesabınıza ekleyebileceğiniz en fazla takma e-posta adresi sayısına ulaştınız.';
11 $wb['duplicate_mailbox_txt'] = 'Bu e-posta adresini kullanan bir posta kutusu zaten var';
12 $wb['domain_txt'] = 'Alan Adı';
13 $wb['duplicate_email_alias_txt'] = 'Bu takma e-posta adresi zaten var.';
14 $wb['source_txt'] = 'Takma Ad';
407003 15 $wb['send_as_txt'] = 'Send as';
TB 16 $wb['send_as_exp'] = 'Allow target to send mail using this alias as origin';
6697eb 17 ?>