* @link https://www.oxidmodule.com */ declare(strict_types=1); // @codeCoverageIgnoreStart $sLangName = "English"; $aLang = [ 'charset' => 'UTF-8', 'D3LM_EXC_MESSAGE_NO_LENGTH' => 'The message cannot be sent without content.', 'D3LM_EXC_SMS_SUCC_SENT' => 'The message was sent successfully.', 'D3LM_EXC_MESSAGE_UNEXPECTED_ERR_SEND' => 'An error occurred while sending the message(s).', 'D3LM_EXC_NO_RECIPIENT_SET' => 'No (usable) recipient for the message available.', ]; // @codeCoverageIgnoreEnd