Add integrated file upload support

This commit is contained in:
Daniel Winzen
2016-09-24 08:51:20 +02:00
parent 18d5954138
commit 75263aea4b
4 changed files with 131 additions and 38 deletions

View File

@ -358,5 +358,10 @@ $I=array(
'sortframe' => 'Rearrange',
'cs' => 'Case sensitive',
'hidechatters' => 'Hide list of chatters',
'enfileupload' => 'Enable file uploads',
'msgattache' => 'Attachement',
'filenotfound' => 'File not found!',
'maxuploadsize' => 'Maximum upload size in KB',
'maxsize' => 'Max %d KB',
);
?>