tbrehm
2012-05-21 3c53e35464f1cdd5c40717eb2b7e85f999a80eca
1
2
3
4
5
6
7
<?php
$wb["mailbox_cc_txt"] = 'Kopie an Email-Adresse senden';
$wb["cc_txt"] = 'Kopie senden an';
$wb["email_txt"] = 'Email';
$wb["cc_error_isemail"] = 'Email-Adresse ung&uuml;ltig im  -Kopie senden an- Feld';
$wb["email_is_cc_error"] = 'Email-Adresse and "Kopie senden an"-Adresse d&uuml;rfen nicht identisch sein.';
?>