Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
142907 1 <?php
bfcdef 2 $wb['mailbox_cc_txt'] = 'Send copy to email address';
T 3 $wb['cc_txt'] = 'Send copy to';
4 $wb['email_txt'] = 'Email';
5 $wb['cc_error_isemail'] = 'Email address invalid in -Send copy to- field';
6 $wb['email_is_cc_error'] = 'Email address and send copy to address can not be the same.';
dc9e64 7 $wb['name_optional_txt'] = '(Optional)';
TB 8 $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)';
bfcdef 9 ?>