mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Separate upload config screen from download config screen
This commit is contained in:
parent
31b0bb4158
commit
690803f3fc
8 changed files with 105 additions and 42 deletions
|
|
@ -3,6 +3,7 @@ $lang->file = 'File';
|
|||
$lang->file_management = 'File Management';
|
||||
$lang->file_upload = 'File Upload';
|
||||
$lang->file_upload_config = 'File Upload Settings';
|
||||
$lang->file_download_config = 'File Download Settings';
|
||||
$lang->file_name = 'File Name';
|
||||
$lang->file_size = 'File Size';
|
||||
$lang->download_count = 'Number of Downloads';
|
||||
|
|
|
|||
|
|
@ -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 = '다운로드 받은 수';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue