From d8faa4e7e3fb74e554f6c9339f6fe4e2883c3bf1 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Fri, 18 Sep 2015 13:43:03 -0400 Subject: [PATCH] Fix by dirkd: Since file() doesn't remove "\n" from the lines read the condition $lines[$l] == '' never evaluated to true. So $mailHeaders would always contain every line from the template while $mailBody contained none of them. --- interface/web/mail/lib/lang/bg_mail_get_list.lng | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/interface/web/mail/lib/lang/bg_mail_get_list.lng b/interface/web/mail/lib/lang/bg_mail_get_list.lng index ce1f7e7..052084e 100644 --- a/interface/web/mail/lib/lang/bg_mail_get_list.lng +++ b/interface/web/mail/lib/lang/bg_mail_get_list.lng @@ -1,10 +1,9 @@ <?php -$wb['list_head_txt'] = 'Fetch emails from external POP3 / IMAP servers'; -$wb['active_txt'] = 'Active'; -$wb['server_id_txt'] = 'Server'; -$wb['source_server_txt'] = 'External Server'; -$wb['source_username_txt'] = 'Username'; -$wb['destination_txt'] = 'Destination'; -$wb['add_new_record_txt'] = 'Add new Account'; +$wb['list_head_txt'] = 'Прехвани емайли от външни POP3 / IMAP сървъри'; +$wb['active_txt'] = 'Активен'; +$wb['server_id_txt'] = 'Сървър'; +$wb['source_server_txt'] = 'Външен сървър'; +$wb['source_username_txt'] = 'Потребител'; +$wb['destination_txt'] = 'Направление'; +$wb['add_new_record_txt'] = 'Добави нов Акаунт'; ?> - -- Gitblit v1.9.1