Constants for Ajax-Upload-Resizer (#137)

This commit is contained in:
onli 2014-05-14 21:53:45 +02:00
parent 8753c9c931
commit d0b65f2638

View File

@ -1,2 +1,5 @@
@define('FRONTEND', 'Frontend');
@define('BACKEND', 'Backend');
@define('MEDIA_UPLOAD_RESIZE', 'Resize before Upload');
@define('MEDIA_UPLOAD_RESIZE_DESC', 'Resize images to the given max-values before the upload using Javascript. This will also change the uploader to use Ajax and thus remove the Property-Button');