Changeset 3164 for trunk/system/i18n

Show
Ignore:
Timestamp:
07/20/2008 01:25:38 PM (5 months ago)
Author:
Shadowhand
Message:

Added Kohana::config_set, thanks alexsancho. Doh @ me.

Files:
1 modified

Legend:

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

    r3022 r3164  
    44( 
    55        'there_can_be_only_one' => 'There can be only one instance of Kohana per page request', 
     6        'config_set_disabled'   => 'Your configuration does not allow setting of configuration items', 
    67        'uncaught_exception'    => 'Uncaught %s: %s in file %s on line %s', 
    78        'invalid_method'        => 'Invalid method %s called in %s',