<?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ültig im -Kopie senden an- Feld';
|
$wb["email_is_cc_error"] = 'Email-Adresse and "Kopie senden an"-Adresse dürfen nicht identisch sein.';
|
?>
|