Set 'fill' as default thumbnail method

This commit is contained in:
Kijin Sung 2021-01-19 17:42:00 +09:00
parent 175b797ee1
commit 71d71a886c
7 changed files with 29 additions and 22 deletions

View file

@ -286,8 +286,11 @@ $lang->input_header_script = 'Header Script';
$lang->detail_input_header_script = 'Content added here will be printed at the top of every page, except the admin module.';
$lang->input_footer_script = 'Footer Script';
$lang->detail_input_footer_script = 'Content added here will be printed at the bottom of every page, except the admin module.';
$lang->thumbnail_fill = 'Fill';
$lang->thumbnail_ratio = 'Letterbox';
$lang->thumbnail_crop = 'Crop';
$lang->thumbnail_ratio = 'Keep aspect ratio (may result in spaces)';
$lang->thumbnail_stretch = 'Stretch';
$lang->thumbnail_center = 'Center';
$lang->thumbnail_none = 'Do not create thumbnails';
$lang->admin_ip_allow = 'IP addresses allowed to log in as administrator';
$lang->admin_ip_deny = 'IP addresses forbidden to log in as administrator';