mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-20 21:18:41 +00:00
36 lines
899 B
PHP
36 lines
899 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @category TBD
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://orange-management.com
|
|
*/
|
|
return ['Media' => [
|
|
'Account' => 'Account',
|
|
'Author' => 'Author',
|
|
'Changed' => 'Changed',
|
|
'Changedby' => 'Changed by',
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Data' => 'Data',
|
|
'Description' => 'Description',
|
|
'Editability' => 'Editability',
|
|
'Extension' => 'Extension',
|
|
'Files' => 'Files',
|
|
'Media' => 'Media',
|
|
'Name' => 'Name',
|
|
'Permission' => 'Permission',
|
|
'Preview' => 'Preview',
|
|
'Settings' => 'Settings',
|
|
'Size' => 'Size',
|
|
'Type' => 'Type',
|
|
'Upload' => 'Upload',
|
|
'Visibility' => 'Visibility',
|
|
]];
|