Changeset 1772 for trunk/system/i18n/en_US/database.php
- Timestamp:
- 01/21/2008 10:33:19 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/en_US/database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/en_US/database.php
r1522 r1772 6 6 'error' => 'There was an SQL error: %s', 7 7 'connection' => 'There was an error connecting to the database: %s', 8 'driver_not_supported' => 'The %s database driver does not exist.',8 'driver_not_supported' => 'The requested Database driver, %s, was not found.', 9 9 'invalid_dsn' => 'The DSN you supplied is not valid: %s', 10 10 'must_use_set' => 'You must set a SET clause for your query.',
