Changeset 1772 for trunk/system/i18n/en_US/cache.php
- Timestamp:
- 01/21/2008 10:33:19 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/en_US/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/en_US/cache.php
r1748 r1772 3 3 $lang = array 4 4 ( 5 'driver_not_supported' => 'The %s cache driver does not exist.',5 'driver_not_supported' => 'The requested Cache driver, %s, was not found.', 6 6 'extension_not_loaded' => 'The %s PHP extension must be loaded to use this driver.', 7 7 'unwritable' => 'The configured storage location, <tt>%s</tt>, is not writable.',
