Till Brehm
2014-09-01 2066766a3e12ba9ae46f0534c715ec6a6dccbe3c
commit | author | age
0d9599 1 <?php
T 2 $wb['recipient_id_txt'] = 'ID Adresáta';
3 $wb['sender_id_txt'] = 'ID Odesílatele';
4 $wb['subject_txt'] = 'Předmět';
5 $wb['message_txt'] = 'Zpráva';
6 $wb['tstamp_txt'] = 'Časové razítko';
e1585f 7 $wb['reply_txt'] = 'Odpovědět';
992797 8 $wb['date_txt'] = 'Datum';
MC 9 $wb['support_request_subject_txt'] = 'Žádost o podporu';
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.';
992797 14 $wb['recipient_or_sender_email_address_not_valid_txt'] = 'Zprávu nelze odeslat, protože e-mailová adresa příjemce a/nebo odesílatele není platná.';
0d9599 15 ?>
206676 16