From f43ef975d75a57973886e7f8eabb068d2ac15cc0 Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Mon, 16 Jun 2014 12:06:06 -0400 Subject: [PATCH] - Make sure ISPConfig shows the correct error message (instad of an SQL error) when a website is renamed after an alias domain that still exists. - It should be possible to create two websites with the same domain on the same server as long as the IP differs. I therefore changed the serverdomain index of the web_domain table to include the IP address. --- interface/web/help/lib/lang/nl_support_message.lng | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/interface/web/help/lib/lang/nl_support_message.lng b/interface/web/help/lib/lang/nl_support_message.lng index d94b1aa..d886887 100644 --- a/interface/web/help/lib/lang/nl_support_message.lng +++ b/interface/web/help/lib/lang/nl_support_message.lng @@ -1,8 +1,15 @@ -<?php -$wb['recipient_id_txt'] = 'Geadresseerde'; -$wb['sender_id_txt'] = 'Afzender'; -$wb['subject_txt'] = 'Onderwerp'; -$wb['message_txt'] = 'Bericht'; -$wb['tstamp_txt'] = 'Datum en Tijd'; -?> - +<?php +$wb['recipient_id_txt'] = 'Ontvanger ID'; +$wb['sender_id_txt'] = 'Afzender ID'; +$wb['subject_txt'] = 'Onderwerp'; +$wb['message_txt'] = 'Bericht'; +$wb['tstamp_txt'] = 'Tijdstip'; +$wb['reply_txt'] = 'Reply'; +$wb['date_txt'] = 'Date'; +$wb['support_request_subject_txt'] = 'Support Request'; +$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