Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
5ded80 1 <?php
14f228 2 $wb['recipient_id_txt'] = 'Mottagar-ID';
TB 3 $wb['sender_id_txt'] = 'Avsändar-ID';
4 $wb['subject_txt'] = 'Ämne';
5 $wb['message_txt'] = 'Meddelande';
6 $wb['tstamp_txt'] = 'Tidsangivelse';
7 $wb['reply_txt'] = 'Svar';
8 $wb['date_txt'] = 'Datum';
9 $wb['support_request_subject_txt'] = 'Supportförfrågan';
7b47c0 10 $wb['support_request_txt'] = 'You have got a support request. Please don\'t reply to this email, but process the support request inside ISPConfig.';
T 11 $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.';
12 $wb['answer_to_support_request_sent_txt'] = 'Your reply to the support request has been sent. Please don\'t reply to this email.';
13 $wb['support_request_sent_txt'] = 'Your support request has been sent. Please don\'t reply to this email.';
14 $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.';
5ded80 15 ?>