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