NEW 7839 Support for documents as a file type in Files and images

This commit is contained in:
jean 2012-09-04 11:26:09 +12:00
parent af2c890168
commit 53fdafb473
3 changed files with 3 additions and 0 deletions

View File

@ -336,6 +336,7 @@ JS
'mov' => _t('AssetAdmin.AppCategoryVideo', 'Video'),
'flash' => _t('AssetAdmin.AppCategoryFlash', 'Flash', 'The fileformat'),
'zip' => _t('AssetAdmin.AppCategoryArchive', 'Archive', 'A collection of files'),
'doc' => _t('AssetAdmin.AppCategoryDocument', 'Document')
);
$context->addField(
$typeDropdown = new DropdownField(

View File

@ -8,6 +8,7 @@ en_GB:
AppCategoryFlash: Flash
AppCategoryImage: Image
AppCategoryVideo: Video
AppCategoryDocument: Document
BackToFolder: 'Back to folder'
CREATED: Date
CurrentFolderOnly: 'Limit to current folder?'

View File

@ -8,6 +8,7 @@ fr:
AppCategoryFlash: Flash
AppCategoryImage: Image
AppCategoryVideo: Vidéo
AppCategoryDocument: Document
BackToFolder: 'Revenir au dossier'
CREATED: Date
CurrentFolderOnly: 'Limiter au dossier actuel ?'