Till Brehm
2015-06-24 bd12aad9ef1e564d1cd6618c76168c61e15c9c77
commit | author | age
6697eb 1 <?php
bd12aa 2 $wb['email_txt'] = 'E-posta';
2d870d 3 $wb['destination_txt'] = 'Hedef';
bd12aa 4 $wb['active_txt'] = 'Etkin';
TB 5 $wb['email_error_isemail'] = 'E-posta adresi geçersiz.';
6 $wb['email_error_unique'] = 'Bu e-posta adresi zaten var';
7 $wb['no_domain_perm'] = 'Bu alan adı için izniniz yok.';
8 $wb['destination_error_isemail'] = 'Hedef e-posta adresi geçersiz.';
9 $wb['limit_mailalias_txt'] = 'Hesabınıza ekleyebileceğiniz en fazla takma e-posta adresi sayısına ulaştınız.';
10 $wb['duplicate_mailbox_txt'] = 'Bu e-posta adresini kullanan bir posta kutusu zaten var';
11 $wb['domain_txt'] = 'Alan Adı';
12 $wb['duplicate_email_alias_txt'] = 'Bu takma e-posta adresi zaten var.';
13 $wb['source_txt'] = 'Takma Ad';
6697eb 14 ?>
bd12aa 15