diff options
Diffstat (limited to 'program/localization/tr_TR/messages.inc')
-rw-r--r-- | program/localization/tr_TR/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/tr_TR/messages.inc b/program/localization/tr_TR/messages.inc index 1fad83c28..c22e95ed6 100644 --- a/program/localization/tr_TR/messages.inc +++ b/program/localization/tr_TR/messages.inc @@ -103,8 +103,8 @@ $messages['editorwarning'] = 'Düz metin düzenleyiciye geçmek, metin üzerinde $messages['httpreceivedencrypterror'] = 'Ayarlarda bir hata oluştu. Sistem yöneticinize haber verin. <b>Postanız gönderilemedi</b>'; $messages['smtpconnerror'] = 'SMTP Hatası ($code): Sunucuya bağlanılamadı'; $messages['smtpautherror'] = 'SMTP Hatası ($code): Kimlik doğrulama başarısız oldu'; -$messages['smtpfromerror'] = 'SMTP Hatası ($code): Gönderen adresi "$from" olarak ayarlanamadı'; -$messages['smtptoerror'] = 'SMTP Hatası ($code): "$to" alıcısı eklenemedi'; +$messages['smtpfromerror'] = 'SMTP Hatası ($code): Gönderen adresi "$from" olarak ayarlanamadı ($msg)'; +$messages['smtptoerror'] = 'SMTP Hatası ($code): "$to" alıcısı eklenemedi ($msg)'; $messages['smtprecipientserror'] = 'SMTP Hatası: Posta alıcılarının listesi ayrıştırılamadı'; $messages['smtperror'] = 'SMTP Hatası: $msg'; $messages['emailformaterror'] = 'Hatalı e-posta adresi: $email'; |