mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
동영상 섬네일, GIF로 취급 기능 추가
이미지, 동영상 첨부시 구분할 수 있도록 그 섬네일에 play 아이콘 추가 모듈별 파일 설정시 파일 모듈의 업로드 기본, 이미지, 동영상 설정을 각각 달리 적용할 수 있도록 기본 설정 제어 옵션 분리
This commit is contained in:
parent
c2025c4bde
commit
cdbc2d7a82
14 changed files with 644 additions and 430 deletions
|
|
@ -353,3 +353,8 @@ $lang->license_agreement = 'License Agreement';
|
|||
$lang->license = 'GPL v2';
|
||||
$lang->cmd_license_agree = 'I understand the license, and I accept it.';
|
||||
$lang->msg_must_accept_license_agreement = 'You must accept the license agreement in order to continue.';
|
||||
$lang->image = 'Image';
|
||||
$lang->audio = 'Audio';
|
||||
$lang->video = 'Video';
|
||||
$lang->text = 'Text';
|
||||
$lang->image_quality = 'Quality';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue