Changeset 3263 for trunk/system/i18n

Show
Ignore:
Timestamp:
08/05/2008 12:57:50 PM (4 months ago)
Author:
PugFish
Message:

Added config group support to Encrypt library
Cache library config now only merges with default group if default group not already used

Files:
1 modified

Legend:

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

    r2753 r3263  
    33$lang = array 
    44( 
     5        'undefined_group'   => 'The %s group is not defined in your configuration.', 
    56        'requires_mcrypt'   => 'To use the Encrypt library, mcrypt must be enabled in your PHP installation', 
    67        'no_encryption_key' => 'To use the Encrypt library, you must set an encryption key in your config file'