mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #2114 Allow specifying file formats to be indexed
This commit is contained in:
parent
22abeb7a88
commit
9611fc7bda
5 changed files with 36 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ $lang->status = 'Status';
|
|||
$lang->is_valid = 'Valid';
|
||||
$lang->is_stand_by = 'Stand by';
|
||||
$lang->file_list = 'Attachment List';
|
||||
$lang->allow_indexing_format = 'Allowed formats to be indexed';
|
||||
$lang->allow_outlink = 'Allow External Link to Download URL';
|
||||
$lang->allow_outlink_site = 'Allowed Websites';
|
||||
$lang->allow_outlink_format = 'Allowed Formats';
|
||||
|
|
@ -33,6 +34,7 @@ $lang->about_use_default_file_config = 'Follow the default settings from the Fil
|
|||
$lang->about_download_short_url = 'Using short URLs can fix broken filenames in Android and some other platforms.<br />Short URLs must be enabled, and rewrite rules must be updated to the latest version if you use nginx.';
|
||||
$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_indexing_format = 'These file formats will be allowed to be indexed by search engines like Google.<br />This can increase server load and traffic, and you should be careful not to expose files containing confidential information.<br />Please use a comma (,) to separate items: e.g. doc, zip, pdf';
|
||||
$lang->about_allow_outlink = 'Allow other websites to link directly to your download URLs.<br />Rhymix does not control links to image files that can be embedded directly in a document.<br />in order to block external links to such images, you may need to modify your web server configuration.';
|
||||
$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 always be allowed.<br />Please enter one full address per line: e.g. https://www.rhymix.org/';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue