Changeset 2628

Show
Ignore:
Timestamp:
05/05/2008 11:01:03 AM (5 months ago)
Author:
Shadowhand
Message:

Added core.driver_implements and core.driver_not_found i18n

Files:
1 modified

Legend:

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

    r2492 r2628  
    1919        'errors_disabled'       => 'You can go to the <a href="%s">home page</a> or <a href="%s">try again</a>.', 
    2020 
     21        // Drivers 
     22        'driver_implements'     => 'The %s driver for the %s library must implement the %s interface', 
     23        'driver_not_found'      => 'The %s driver for the %s library could not be found', 
     24 
    2125        // Resource names 
    2226        'controller'            => 'controller',