Initial Kohana install
[speedfreak] / Server / system / i18n / en_US / cache.php
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2
3 $lang = array
4 (
5         'undefined_group'      => 'The %s group is not defined in your configuration.',
6         'extension_not_loaded' => 'The %s PHP extension must be loaded to use this driver.',
7         'unwritable'           => 'The configured storage location, %s, is not writable.',
8         'resources'            => 'Caching of resources is impossible, because resources cannot be serialized.',
9         'driver_error'         => '%s',
10 );