Marius Cramer
2014-08-14 bfc771477f5a60509bf6318d6ee2a30e14412906
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)';
?>