Files
crm.e5.pl/include/ECM/EcmSendMail/en_us.php

7 lines
200 B
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?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'
);
?>