Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
6697eb 1 <?php
2d870d 2 $wb['custom_mailfilter_txt'] = 'Özel mail filtresi';
F 3 $wb['email_txt'] = 'Email';
4 $wb['cryptpwd_txt'] = 'Şifre';
5 $wb['password_strength_txt'] = 'Şifre Gücü';
6 $wb['active_txt'] = 'Aktif';
7 $wb['email_error_isemail'] = 'Email adresi geçersiz.';
8 $wb['email_error_unique'] = 'Duplicate Email address.';
9 $wb['autoresponder_text_txt'] = 'Metin';
10 $wb['autoresponder_txt'] = 'Otomatik cevaplayıcı';
11 $wb['no_domain_perm'] = 'Bu domain için yetkiniz yok.';
12 $wb['error_no_pwd'] = 'Şifre boş.';
13 $wb['quota_error_isint'] = 'Mail kutusu boyutu sayı olmak zorunda.';
14 $wb['quota_txt'] = 'Kota';
15 $wb['server_id_txt'] = 'Server_id';
16 $wb['password_txt'] = 'Şifre';
17 $wb['maildir_txt'] = 'Mail dizini';
18 $wb['postfix_txt'] = 'Alış Aktif';
19 $wb['access_txt'] = 'Erişim Aktif';
20 $wb['policy_txt'] = 'Spam filtresi';
21 $wb['no_policy'] = '- aktif değil -';
22 $wb['limit_mailbox_txt'] = 'Hesabınızdaki mail kutusu limiti sayısına ulaştınız.';
23 $wb['limit_mailquota_txt'] = 'Mail kutunuz için max. alana ulaştınız. Max. kullanılabilir alan MB:';
24 $wb['disableimap_txt'] = 'IMAP Devre Dışı';
25 $wb['disablepop3_txt'] = 'POP3 Devre Dışı';
26 $wb['duplicate_alias_or_forward_txt'] = 'Bu email adresinde alias veya yönlendirme zaten var.';
27 $wb['quota_error_value'] = 'Geçersiz kota değeri. İzin verilen değerler: Limitsiz için 0 veya 1den büyük';
e4aa20 28 $wb['autoresponder_start_date_txt'] = 'Başlangıç';
b67344 29 $wb['autoresponder_start_date_ispast'] = 'Başlangıç zamanı geçmiş olamaz.';
e4aa20 30 $wb['autoresponder_end_date_txt'] = 'Bitiş';
T 31 $wb['autoresponder_end_date_isgreater'] = 'Bitiş zamanı başlangıç zamanından sonra olmalıdır.';
32 $wb['move_junk_txt'] = 'Spam Emailleri Junk dizinine taşı';
33 $wb['name_txt'] = 'Gerçek isim';
34 $wb['name_optional_txt'] = '(İsteğe bağlı)';
0d9599 35 $wb['autoresponder_active'] = 'Enable the autoresponder';
T 36 $wb['cc_txt'] = 'Send copy to';
37 $wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address';
d7be27 38 $wb['domain_txt'] = 'Domain';
T 39 $wb['now_txt'] = 'Now';
40 $wb['login_error_unique'] = 'Login is already taken.';
41 $wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
42 $wb['login_txt'] = 'Login (optional)';
43 $wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
142907 44 $wb['autoresponder_subject_txt'] = 'Email Subject';
T 45 $wb['autoresponder_subject'] = 'Out of office reply';
46 $wb['generate_password_txt'] = 'Generate Password';
47 $wb['repeat_password_txt'] = 'Repeat Password';
48 $wb['password_mismatch_txt'] = 'The passwords do not match.';
49 $wb['password_match_txt'] = 'The passwords do match.';
dc9e64 50 $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.';
TB 51 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
a08e6c 52 $wb['disablesmtp_txt'] = 'Disable SMTP (sending)';
6697eb 53 ?>