Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
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 ?>
21c8aa 10
TB 11