Marius Burkard
2016-02-10 af01e42f2b0b17bacba3e78aeea12b7c235688f5
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['mailbox_autoresponder_txt'] = 'Autoresponder';
$wb['autoresponder_subject'] = 'Poza biurem';
$wb['autoresponder_text_txt'] = 'Tekst';
$wb['autoresponder_txt'] = 'Aktywny';
$wb['autoresponder_start_date_txt'] = 'Start';
$wb['autoresponder_start_date_isfuture'] = 'Data startu nie może być z przeszłości';
$wb['autoresponder_end_date_txt'] = 'Koniec';
$wb['autoresponder_end_date_isgreater'] = 'Data końcowa musi być ustawiona i być późniejsza niż startu.';
$wb['autoresponder_active'] = 'Włącz autoresponder';
$wb['now_txt'] = 'Teraz';
$wb['autoresponder_subject_txt'] = 'Temat';
?>