Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
6697eb 1 <?php
bd12aa 2 $wb['error_user_password_empty'] = 'Kullanıcı adı ya da parola boş';
TB 3 $wb['error_user_password_incorrect'] = 'Kullanıcı adı ya da parola hatalı';
4 $wb['error_user_blocked'] = 'Kullanıcı engellenmiş.';
5 $wb['error_user_too_many_logins'] = 'Fazla sayıda hatalı oturum açmayı denediniz, Lütfen 15 dakika sonra yeniden deneyin.';
6 $wb['pass_reset_txt'] = 'Yazdığınız e-posta adresi hesabınızdakine uyarsa, yeni bir parola oluşturularak e-posta adresinize gönderilir.';
7 $wb['pw_reset'] = 'Parolanız sıfırlandı ve e-posta adresinize gönderildi.';
8 $wb['pw_error'] = 'Kullanıcı adı ya da e-posta adresiniz doğru değil.';
9 $wb['pw_error_noinput'] = 'Lütfen e-posta adresinizi ya da kullanıcı adınızı yazın.';
10 $wb['pw_reset_mail_msg'] = 'ISPConfig 3 Kontrol Paneli parolanız sıfırlandı. Yeni parolanız: ';
11 $wb['pw_reset_mail_title'] = 'ISPConfig 3 Kontrol Paneli parolanız sıfırlandı';
12 $wb['user_regex_error'] = 'Kullanıcı adınız izin verilmeyen karakterlerden oluşuyor ya da 64 karakterden uzun.';
13 $wb['pw_error_length'] = 'Parola 64 karakterden uzun.';
14 $wb['email_error'] = 'E-posta adresi izin verilmeyen karakterlerden oluşuyor ya da biçimi hatalı.';
15 $wb['login_txt'] = 'Oturum Aç';
16 $wb['username_txt'] = 'Kullanıcı Adı';
17 $wb['password_txt'] = 'Parola';
18 $wb['login_button_txt'] = 'Oturum Aç';
19 $wb['pw_lost_txt'] = 'Parolamı Unuttum';
20 $wb['pw_reset_txt'] = 'Parola Sıfırlama';
21 $wb['pw_button_txt'] = 'Parolayı Yeniden Gönder';
22 $wb['email_txt'] = 'E-posta';
23 $wb['back_txt'] = 'Geri';
24 $wb['error_maintenance_mode'] = 'ISPConfig bakımda. Kısa bir süre sonra yeniden çalışıyor olacak, sabrınız için teşekkürler.';
25 $wb['theme_not_compatible'] = 'Seçilmiş tema geçerli ISPConfig sürümü ile uyumlu değil. Lütfen temanın yeni sürümünü araştırın.<br />Varsayılan tema etkinleştirildi.';
26 $wb['stay_logged_in_txt'] = 'Oturumum açık kalsın';
407003 27 $wb['lost_password_function_disabled_txt'] = 'The lost password function is not available for this user.';
4bdecc 28 $wb['pw_reset_act'] = 'You have been sent an activation link. Please visit the link to confirm your password request.';
TB 29 $wb['pw_reset_act_mail_title'] = 'Confirm ISPConfig 3 Control panel password reset';
30 $wb['pw_reset_act_mail_msg'] = 'Please confirm that your want to reset your ISPConfig 3 control panel account password by visiting the following activation link: ';
31 $wb['lost_password_function_wait_txt'] = 'You cannot request a new password, yet. Please wait a few minutes.';
32 $wb['lost_password_function_expired_txt'] = 'This activation link has expired. Please request a new one.';
33 $wb['lost_password_function_denied_txt'] = 'This activation link is not valid.';
6697eb 34 ?>