Show
Ignore:
Timestamp:
03/07/2008 06:00:29 PM (10 months ago)
Author:
PugFish
Message:

Changed Cache library to use config groups, works the same as Database

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/i18n/en_US/cache.php

    r1772 r2230  
    33$lang = array 
    44( 
     5        'undefined_group'      => 'The %s group is not defined in your configuration.', 
    56        'driver_not_supported' => 'The requested Cache driver, %s, was not found.', 
    67        'extension_not_loaded' => 'The %s PHP extension must be loaded to use this driver.',