mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Minor improvements (#954)
* Minor improvements * Update admin_extensions.php * Updated * Update index.tpl
This commit is contained in:
parent
1c7f13e737
commit
3a03381b8d
8 changed files with 28 additions and 24 deletions
|
@ -2790,7 +2790,7 @@ $lang['UPLOAD_ERROR_COMMON_DISABLED'] = 'File upload disabled';
|
|||
$lang['UPLOAD_ERROR_COMMON'] = 'File upload error';
|
||||
$lang['UPLOAD_ERROR_SIZE'] = 'The uploaded file exceeds the maximum size of %s';
|
||||
$lang['UPLOAD_ERROR_FORMAT'] = 'Invalid file type of image';
|
||||
$lang['UPLOAD_ERROR_DIMENSIONS'] = 'Image dimensions exceed the maximum allowable %sx%s px';
|
||||
$lang['UPLOAD_ERROR_DIMENSIONS'] = 'Image dimensions exceed the maximum allowable %sx%s pixels';
|
||||
$lang['UPLOAD_ERROR_NOT_IMAGE'] = 'The uploaded file is not an image';
|
||||
$lang['UPLOAD_ERROR_NOT_ALLOWED'] = 'Extension %s for downloads is not allowed';
|
||||
$lang['UPLOAD_ERRORS'] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue