Changeset 1772 for trunk/system/i18n/en_US/session.php
- Timestamp:
- 01/21/2008 10:33:19 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/en_US/session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/en_US/session.php
r1522 r1772 4 4 ( 5 5 'no_table' => 'The configured session table, %s, was not found.', 6 'driver_not_supported' => 'The requested session driver, %s, was not found.',6 'driver_not_supported' => 'The requested Session driver, %s, was not found.', 7 7 'driver_must_implement_interface' => 'Session drivers must implement the Session_Driver interface.' 8 8 );
