From 404c729302f2536edb1cc9aebf63d9e89753438e Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Fri, 22 Apr 2016 03:41:06 -0400 Subject: [PATCH] Fixed 404 problem in HHVM PHP mode. --- interface/web/help/lib/lang/se_support_message.lng | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/interface/web/help/lib/lang/se_support_message.lng b/interface/web/help/lib/lang/se_support_message.lng index 59816c6..b3cefaa 100644 --- a/interface/web/help/lib/lang/se_support_message.lng +++ b/interface/web/help/lib/lang/se_support_message.lng @@ -1,8 +1,15 @@ <?php -$wb['recipient_id_txt'] = 'Recipient ID'; -$wb['sender_id_txt'] = 'Sender ID'; -$wb['subject_txt'] = 'Subject'; -$wb['message_txt'] = 'Message'; -$wb['tstamp_txt'] = 'Timestamp'; -$wb['reply_txt'] = 'Reply'; +$wb['recipient_id_txt'] = 'Mottagar-ID'; +$wb['sender_id_txt'] = 'Avsändar-ID'; +$wb['subject_txt'] = 'Ämne'; +$wb['message_txt'] = 'Meddelande'; +$wb['tstamp_txt'] = 'Tidsangivelse'; +$wb['reply_txt'] = 'Svar'; +$wb['date_txt'] = 'Datum'; +$wb['support_request_subject_txt'] = 'Supportförfrågan'; +$wb['support_request_txt'] = 'You have got a support request. Please don\'t reply to this email, but process the support request inside ISPConfig.'; +$wb['answer_to_support_request_txt'] = 'You have got a reply to your support request. Please don\'t reply to this email, but process the message inside ISPConfig.'; +$wb['answer_to_support_request_sent_txt'] = 'Your reply to the support request has been sent. Please don\'t reply to this email.'; +$wb['support_request_sent_txt'] = 'Your support request has been sent. Please don\'t reply to this email.'; +$wb['recipient_or_sender_email_address_not_valid_txt'] = 'The message could not be sent because the recipient and/or the sender email address is not valid.'; ?> -- Gitblit v1.9.1