mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Display alert if filesize is exceeded #1451
This commit is contained in:
parent
921c318bb0
commit
6e2cbbbdfa
3 changed files with 26 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ $lang->allow_outlink_site = 'Allowed Websites';
|
|||
$lang->allow_outlink_format = 'Allowed Formats';
|
||||
$lang->allow_multimedia_direct_download = 'Allow Direct Link to Multimedia Attachments';
|
||||
$lang->allowed_filesize = 'Maximum File Size';
|
||||
$lang->allowed_filesize_exceeded = 'The file is too large. The maximum allowed filesize is %sMB.';
|
||||
$lang->allowed_filesize_exceeded = 'The file is too large. The maximum allowed filesize is %s.';
|
||||
$lang->allowed_attach_size = 'Maximum Attachments';
|
||||
$lang->allowed_filetypes = 'Allowed extentsions';
|
||||
$lang->download_short_url = 'Use short URL';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue