7 lines
200 B
PHP
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'
|
||
|
|
);
|
||
|
|
?>
|