Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['recipient_id_txt'] = 'ID primatelja';
T 3 $wb['sender_id_txt'] = 'ID poĊĦiljatelja';
4 $wb['subject_txt'] = 'Naslov poruke';
5 $wb['message_txt'] = 'Poruka';
6 $wb['tstamp_txt'] = 'Vrijeme';
02bf99 7 $wb['reply_txt'] = 'Odgovori';
7b47c0 8 $wb['date_txt'] = 'Date';
T 9 $wb['support_request_subject_txt'] = 'Support Request';
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.';
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.';
f99b12 15 ?>
21c8aa 16
TB 17