mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Set 'fill' as default thumbnail method
This commit is contained in:
parent
175b797ee1
commit
71d71a886c
7 changed files with 29 additions and 22 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue