Changeset 1851 for trunk/system/i18n/en_US/image.php
- Timestamp:
- 01/28/2008 02:58:50 PM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/en_US/image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/en_US/image.php
r1827 r1851 8 8 'file_not_found' => 'The specified image, %s was not found. Please verify that images exist by using <tt>file_exists</tt> before manipulating them.', 9 9 '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.', 10 15 11 16 // ImageMagick specific messages
