Marius Burkard
2016-03-02 632f1566be6d3a0f153ed1e7fbe4a0716d260d63
1
2
3
4
5
6
7
8
9
<?php
$wb['mailbox_cc_txt'] = 'Wyślij kopię na inny adres e-mail';
$wb['cc_txt'] = 'Wyślij kopię do';
$wb['email_txt'] = 'E-mail';
$wb['cc_error_isemail'] = 'Adres e-mail jest niepoprawny w polu -Wyślij kopię do-';
$wb['email_is_cc_error'] = 'Adres e-mail i adres do wysyłki kopii nie mogą być takie same.';
$wb['name_optional_txt'] = '(Optional)';
$wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
?>