You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system/language/english/imglib_lang.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@
45
45
$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.';
46
46
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
47
47
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
48
+
$lang['imglib_webp_not_supported'] = 'WEBP images are not supported.';
48
49
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
49
50
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
50
51
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
0 commit comments