mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Add option to apply maximum image size to administrator
This commit is contained in:
parent
c60d475aaf
commit
9d7f220417
7 changed files with 21 additions and 3 deletions
|
|
@ -21,6 +21,7 @@ $lang->max_image_size = 'Maximum Image Size';
|
|||
$lang->max_image_size_action_nothing = 'If exceeded, do nothing';
|
||||
$lang->max_image_size_action_block = 'If exceeded, block upload';
|
||||
$lang->max_image_size_action_resize = 'If exceeded, resize automatically';
|
||||
$lang->max_image_size_admin = 'Also apply to administrator';
|
||||
$lang->image_resize_quality = 'Quality';
|
||||
$lang->image_autoconv = 'Auto-Convert Image';
|
||||
$lang->image_autoconv_bmp2jpg = 'BMP → JPG';
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ $lang->max_image_size = '이미지 크기 제한';
|
|||
$lang->max_image_size_action_nothing = '초과시 아무 것도 하지 않음';
|
||||
$lang->max_image_size_action_block = '초과시 업로드 금지';
|
||||
$lang->max_image_size_action_resize = '초과시 자동 크기 조정';
|
||||
$lang->max_image_size_admin = '관리자에게도 적용';
|
||||
$lang->image_resize_quality = '화질';
|
||||
$lang->image_autoconv = '이미지 자동 변환';
|
||||
$lang->image_autoconv_bmp2jpg = 'BMP → JPG';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue