N°330 Attachments display as table : console

This commit is contained in:
Pierre Goiffon
2019-12-12 10:56:19 +01:00
parent 21d5de1756
commit 4aeb78ccac
10 changed files with 1362 additions and 1011 deletions

View File

@@ -36,6 +36,8 @@ Dict::Add('EN US', 'English', 'English', array(
'Attachments:NoAttachment' => 'No attachment. ',
'Attachments:PreviewNotAvailable' => 'Preview not available for this type of attachment.',
'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s',
'Attachments:Render:Icons' => 'Display as icons',
'Attachments:Render:Table' => 'Display as list',
));
//
@@ -58,3 +60,12 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Attachment/Attribute:contents' => 'Contents',
'Class:Attachment/Attribute:contents+' => '',
));
Dict::Add('EN US', 'English', 'English', array(
'Attachments:File:Thumbnail' => 'Icon',
'Attachments:File:Name' => 'File name',
'Attachments:File:Date' => 'Date added',
'Attachments:File:Size' => 'Size',
'Attachments:File:MimeType' => 'Type',
));