Files
crm.e5.pl/include/ECM/EcmSendMail/en_us.php
2024-04-27 09:23:34 +02:00

7 lines
200 B
PHP

<?php
$strings = array (
'LBL_NO_TO_ADDRESS' => 'Recipient address is not specified',
'LBL_NO_ATTACHMENT' => 'Attchment file non exist: ',
'LBL_SEND_ERROR' => 'Message was not send'
);
?>