Separate upload config screen from download config screen

This commit is contained in:
Kijin Sung 2019-08-01 00:20:40 +09:00
parent 31b0bb4158
commit 690803f3fc
8 changed files with 105 additions and 42 deletions

View file

@ -3,6 +3,7 @@ $lang->file = '파일';
$lang->file_management = '파일 관리';
$lang->file_upload = '파일 업로드';
$lang->file_upload_config = '파일 업로드 설정';
$lang->file_download_config = '파일 다운로드 설정';
$lang->file_name = '파일 이름';
$lang->file_size = '파일 크기';
$lang->download_count = '다운로드 받은 수';