mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
이미지, 오디오, 비디오, PDF 등 일부 파일을 다운로드하면 다운로드 창을 띄우지 않고 현재 창에 바로 표시할 수 있는 옵션 추가 단, text/html은 보안상 허용하지 않음
61 lines
4 KiB
PHP
61 lines
4 KiB
PHP
<?php
|
|
$lang->file = 'File';
|
|
$lang->file_management = 'File Management';
|
|
$lang->file_upload = 'File Upload';
|
|
$lang->file_upload_config = 'File Upload Settings';
|
|
$lang->file_name = 'File Name';
|
|
$lang->file_size = 'File Size';
|
|
$lang->download_count = 'Number of Downloads';
|
|
$lang->status = 'Status';
|
|
$lang->is_valid = 'Valid';
|
|
$lang->is_stand_by = 'Stand by';
|
|
$lang->file_list = 'Attachment List';
|
|
$lang->allow_outlink = 'Allow External Link to Download URL';
|
|
$lang->allow_outlink_site = 'Allowed Websites';
|
|
$lang->allow_outlink_format = 'Allowed Formats';
|
|
$lang->allowed_filesize = 'Maximum File Size';
|
|
$lang->allowed_attach_size = 'Maximum Attachments';
|
|
$lang->allowed_filetypes = 'Allowed extentsions';
|
|
$lang->inline_download_format = 'Open in current window';
|
|
$lang->inline_download_image = 'Image';
|
|
$lang->inline_download_audio = 'Audio';
|
|
$lang->inline_download_video = 'Video';
|
|
$lang->inline_download_text = 'Text (except HTML)';
|
|
$lang->inline_download_pdf = 'PDF';
|
|
$lang->about_inline_download_format = 'Selected types of files will be opened in the current window instead of a download dialog when a user clicks the download link.';
|
|
$lang->enable_download_group = 'Downloadable Groups';
|
|
$lang->about_allow_outlink = 'You can block other websites from accessing your download URLs directly.<br />This does not apply to images and other files that can be embedded directly in a document.';
|
|
$lang->about_allow_outlink_format = 'These file formats will always be allowed.<br />Please use a comma (,) to separate items: e.g. doc, zip, pdf';
|
|
$lang->about_allow_outlink_site = 'These referers will alyways be allowed.<br />Please enter one full address per line: e.g. https://www.rhymix.org/';
|
|
$lang->about_allowed_filesize = 'You can limit the size of each attached file. Administrators are exempt.';
|
|
$lang->about_allowed_attach_size = 'You can limit the total size of all attached files in one document. Administrators are exempt.';
|
|
$lang->about_allowed_size_limits = 'The file size will be limited to the value set in php.ini (%sB) in IE9 and below and older Android browsers.';
|
|
$lang->about_allowed_filetypes = 'To allow an extension, use "*.[extention]". To allow multiple extensions, use ";" between each extension. ex) *.* or *.jpg;*.gif; ';
|
|
$lang->cmd_delete_checked_file = 'Delete Selected Item(s)';
|
|
$lang->cmd_move_to_document = 'Move to Document';
|
|
$lang->cmd_download = 'Download';
|
|
$lang->msg_not_permitted_download = 'You do not have a permission to download.';
|
|
$lang->msg_file_cart_is_null = 'Please select a file(s) to delete.';
|
|
$lang->msg_checked_file_is_deleted = '%d attachment(s) was(were) deleted.';
|
|
$lang->msg_exceeds_limit_size = 'This file exceeds the attachment limit.';
|
|
$lang->msg_file_not_found = 'Could not find requested file.';
|
|
$lang->file_search_target_list['filename'] = 'File Name';
|
|
$lang->file_search_target_list['filesize_more'] = 'File Size(byte, more)';
|
|
$lang->file_search_target_list['filesize_mega_more'] = 'File Size(mbyte, more)';
|
|
$lang->file_search_target_list['filesize_less'] = 'File Size(byte, less)';
|
|
$lang->file_search_target_list['filesize_mega_less'] = 'File Size(Mb, less)';
|
|
$lang->file_search_target_list['download_count'] = 'Downloads(more)';
|
|
$lang->file_search_target_list['user_id'] = 'User UD';
|
|
$lang->file_search_target_list['user_name'] = 'User Name';
|
|
$lang->file_search_target_list['nick_name'] = 'Nickname';
|
|
$lang->file_search_target_list['regdate'] = 'Registered Date';
|
|
$lang->file_search_target_list['ipaddress'] = 'IP Address';
|
|
$lang->file_search_target_list['isvalid'] = 'Status';
|
|
$lang->msg_not_allowed_outlink = 'It is not allowed to download files from sites other than this.';
|
|
$lang->msg_not_permitted_create = 'Failed to create a file or directory.';
|
|
$lang->msg_file_upload_error = 'An error has occurred during uploading.';
|
|
$lang->msg_upload_invalid_chunk = 'An error has occurred during chunked uploading.';
|
|
$lang->msg_32bit_max_2047mb = 'On 32-bit servers, the file size limit cannot exceed 2047MB.';
|
|
$lang->no_files = 'No Files';
|
|
$lang->file_manager = 'Manage selected files';
|
|
$lang->selected_file = 'Selected files';
|