Show
Ignore:
Timestamp:
03/29/2008 05:50:38 AM (8 months ago)
Author:
Geert
Message:

Added cache.driver_implements error just as is done with all other drivers.
Various other cleanups as well.

Files:
1 modified

Legend:

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

    r2230 r2377  
    55        'undefined_group'      => 'The %s group is not defined in your configuration.', 
    66        'driver_not_supported' => 'The requested Cache driver, %s, was not found.', 
     7        'driver_implements'    => 'The requested Cache driver, %s, does not implement Cache_Driver.', 
    78        'extension_not_loaded' => 'The %s PHP extension must be loaded to use this driver.', 
    89        'unwritable'           => 'The configured storage location, <tt>%s</tt>, is not writable.',