| | |
| | | <?php |
| | | $wb["limit_mailmailinglist_txt"] = 'Limit reached'; |
| | | $wb["domain_error_empty"] = 'Domain is empty.'; |
| | | $wb["listname_error_empty"] = 'Listname is empty.'; |
| | | $wb["domain_error_regex"] = 'Invalid domain name.'; |
| | | $wb["email_in_use_txt"] = 'Email is in use'; |
| | | $wb["no_domain_perm"] = 'You have no permission for this domain.'; |
| | | $wb["password_strength_txt"] = 'Password strength'; |
| | | $wb["server_id_txt"] = 'Server'; |
| | | $wb["domain_txt"] = 'Domain'; |
| | | $wb["listname_txt"] = 'Listname'; |
| | | $wb["client_txt"] = 'Client'; |
| | | $wb["email_txt"] = 'Email'; |
| | | $wb["password_txt"] = 'Password'; |
| | | ?> |
| | | $wb['mailinglist_txt'] = 'Posta Listesi'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Sınıra ulaşıldı'; |
| | | $wb['domain_error_empty'] = 'Alan adı boş olamaz.'; |
| | | $wb['listname_error_empty'] = 'Liste adı boş olamaz.'; |
| | | $wb['domain_error_regex'] = 'Alan adı geçersiz.'; |
| | | $wb['email_in_use_txt'] = 'E-posta kullanımda'; |
| | | $wb['no_domain_perm'] = 'Bu alan adı için izniniz yok.'; |
| | | $wb['password_strength_txt'] = 'Parola Güçlüğü'; |
| | | $wb['server_id_txt'] = 'Sunucu'; |
| | | $wb['domain_txt'] = 'Alan Adı'; |
| | | $wb['listname_txt'] = 'Liste Adı'; |
| | | $wb['client_txt'] = 'Müşteri'; |
| | | $wb['email_txt'] = 'E-posta'; |
| | | $wb['password_txt'] = 'Parola'; |
| | | $wb['generate_password_txt'] = 'Parola Oluştur'; |
| | | $wb['repeat_password_txt'] = 'Parola Onayı'; |
| | | $wb['password_mismatch_txt'] = 'Parola ile onayı aynı değil.'; |
| | | $wb['password_match_txt'] = 'Parola ile onayı aynı.'; |
| | | $wb['listname_error_unique'] = 'Sunucuda aynı adlı bir liste zaten var. Lütfen başka bir liste adı kullanın.'; |
| | | $wb['email_error_isemail'] = 'E-posta adresi geçersiz.'; |
| | | ?> |