cfoe
2012-06-27 f0b3e5fe4f3d40a95e1f4f6e8cd62246a7c93c83
1
2
3
4
5
6
7
<?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 and "Kopie senden an"-Adresse dürfen nicht identisch sein.';
?>