Till Brehm
2014-03-13 dc9e64c62ea3bcea0eaa6f8559d9355cc18f3d8c
1
2
3
4
5
6
7
8
9
<?php
$wb['mailbox_cc_txt'] = 'Kopie an E-Mail Adresse senden';
$wb['cc_txt'] = 'Kopie senden an';
$wb['email_txt'] = 'E-Mail';
$wb['cc_error_isemail'] = 'E-Mail Adresse ungültig im -Kopie senden an- Feld';
$wb['email_is_cc_error'] = 'E-Mail Adresse und ';
$wb['name_optional_txt'] = '(optional)';
$wb['cc_note_txt'] = '(Mehrere E-Mail-Adressen mit Kommas trennen)';
?>