Marius Burkard
2015-12-14 ad7b31e682f44ff465a5ec468f7a5e66be257a31
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)';
?>