|
<?php defined('SYSPATH') or die('No direct script access.');
|
|
|
|
$lang = array
|
|
(
|
|
'driver_not_supported' => 'The requested Cache driver, %s, was not found.',
|
|
'extension_not_loaded' => 'The %s PHP extension must be loaded to use this driver.',
|
|
'unwritable' => 'The configured storage location, <tt>%s</tt>, is not writable.',
|
|
'resources' => 'Caching of resources is impossible, because resources cannot be serialized.',
|
|
'driver_error' => '%s',
|
|
);
|