diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-08 13:39:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-08 13:39:57 +0000 |
| commit | 0fb83bb56544362c616ffaa579973768f0d0bee1 (patch) | |
| tree | bbe1b32a12ecc593113c2cce9ebd549b09425cce /roundcubemail/program/localization/tr_TR | |
| parent | d9daaac0849808d71f20faed21df4b51a3df0186 (diff) | |
- Add real SMTP error description to displayed error messages (#1485927)
git-svn-id: https://svn.roundcube.net/trunk@3727 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/tr_TR')
| -rw-r--r-- | roundcubemail/program/localization/tr_TR/messages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/tr_TR/messages.inc b/roundcubemail/program/localization/tr_TR/messages.inc index 1fad83c28..c22e95ed6 100644 --- a/roundcubemail/program/localization/tr_TR/messages.inc +++ b/roundcubemail/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'; |
