Show
Ignore:
Timestamp:
01/28/2008 02:58:50 PM (12 months ago)
Author:
Shadowhand
Message:

Added missing Image i18n messages, fixes #334.

Files:
1 modified

Legend:

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

    r1827 r1851  
    88        'file_not_found'          => 'The specified image, %s was not found. Please verify that images exist by using <tt>file_exists</tt> before manipulating them.', 
    99        'type_not_allowed'        => 'The specified image, %s, is not an allowed image type.', 
     10        'invalid_width'           => 'The width you specified, %s, is not valid.', 
     11        'invalid_height'          => 'The height you specified, %s, is not valid.', 
     12        'invalid_dimensions'      => 'The dimensions specified for %s are not valid.', 
     13        'invalid_master'          => 'The master dim specified is not valid.', 
     14        'invalid_flip'            => 'The flip direction specified is not valid.', 
    1015 
    1116        // ImageMagick specific messages