mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Add option to save changelog for files
This commit is contained in:
parent
ee7f11b0f1
commit
2cd2d0528b
8 changed files with 76 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ $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_other_config = 'Other Settings';
|
||||
$lang->file_name = 'File Name';
|
||||
$lang->file_size = 'File Size';
|
||||
$lang->download_count = 'Number of Downloads';
|
||||
|
|
@ -36,6 +37,7 @@ $lang->inline_download_audio = 'Audio';
|
|||
$lang->inline_download_video = 'Video';
|
||||
$lang->inline_download_text = 'Text (except HTML)';
|
||||
$lang->inline_download_pdf = 'PDF';
|
||||
$lang->file_save_changelog = 'Save changelog';
|
||||
$lang->use_default_file_config = 'Use Default Settings';
|
||||
$lang->about_use_default_file_config = 'Follow the default settings from the File module.';
|
||||
$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.';
|
||||
|
|
@ -53,6 +55,7 @@ $lang->about_max_image_size = 'You can limit the maximum width and/or height of
|
|||
$lang->about_image_autoconv = 'Automatically convert types of images that often cause trouble or waste disk space into other types.<br />This also works for WebP images that incorrectly have the JPG extension.<br />If enabled, this feature also applies to images uploaded by the administrator.';
|
||||
$lang->about_image_autoconv_mp4 = 'Automatically convert animated GIF images into MP4 videos to save storage and bandwidth.<br />Videos may not play properly in older browsers.';
|
||||
$lang->about_image_autorotate = 'Automatically correct images that are rotated by mobile devices.<br />If enabled, this feature also applies to images uploaded by the administrator.';
|
||||
$lang->about_save_changelog = 'Keep a log of new and deleted files in the database.';
|
||||
$lang->cmd_delete_checked_file = 'Delete Selected Item(s)';
|
||||
$lang->cmd_move_to_document = 'Move to Document';
|
||||
$lang->cmd_download = 'Download';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue