diff options
author | Andrey Andreev <narf@devilix.net> | 2020-01-27 18:04:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 18:04:48 +0100 |
commit | 0fc185cbe1391e43e041ffa2453e3fa2f7a3905c (patch) | |
tree | a11bbacccb92c8fae54ef560b8e18c5f31466954 /system/language | |
parent | 0db8b60492cc98ef3c85b986fc11e9dac6d7ca6c (diff) | |
parent | a4fb657a156234127706bf44c24b310857c5990e (diff) |
[ci skip] Merge pull request #5883 from adevesa/image_lib-webp
image/webp for Image lib
Diffstat (limited to 'system/language')
-rw-r--r-- | system/language/english/imglib_lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index c34b087c7..9a26b8a9b 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -44,6 +44,7 @@ $lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD f $lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.'; $lang['imglib_jpg_not_supported'] = 'JPG images are not supported.'; $lang['imglib_png_not_supported'] = 'PNG images are not supported.'; +$lang['imglib_webp_not_supported'] = 'WEBP images are not supported.'; $lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.'; $lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.'; $lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.'; |