Improve documentation and error messages

This commit is contained in:
Kijin Sung 2016-12-17 22:09:02 +09:00
parent d69007e200
commit 7bf5d78206
6 changed files with 23 additions and 8 deletions

View file

@ -18,8 +18,9 @@ $lang->enable_download_group = 'Downloadable Groups';
$lang->about_allow_outlink = 'You can block external links according to referers(except media files like *.wmv and *.mp3).';
$lang->about_allow_outlink_format = 'These formats will always be allowed. Please use comma(,) for multiple input. eg)hwp,doc,zip,pdf';
$lang->about_allow_outlink_site = 'These websites will alyways be allowed. Please use new line for multiple input. ex)https://www.rhymix.org/';
$lang->about_allowed_filesize = 'You can assign file size limit for each file.(Exclude administrators)';
$lang->about_allowed_attach_size = 'You can assign file size limit for each document.(Exclude administrators)';
$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';
@ -45,6 +46,7 @@ $lang->msg_not_allowed_outlink = 'It is not allowed to download files from sites
$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';