freenetis-github/system/i18n/en_US/encrypt.php @ c3fac173
8baed187 | Michal Kliment | <?php defined('SYSPATH') or die('No direct access allowed.');
|
|
$lang = array
|
|||
(
|
|||
'requires_mcrypt' => 'To use the Encrypt library, mcrypt must be enabled.',
|
|||
'no_encryption_key' => 'To use the Encrypt library, you need to set an encryption key in your config file.'
|
|||
);
|