mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-19 12:48:39 +00:00
39 lines
965 B
PHP
39 lines
965 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package Modules\Media
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Media' => [
|
|
'Account' => 'Account',
|
|
'Author' => 'Author',
|
|
'Changed' => 'Changed',
|
|
'Changedby' => 'Changed by',
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Data' => 'Data',
|
|
'Description' => 'Description',
|
|
'Edit' => 'Edit',
|
|
'Editability' => 'Editability',
|
|
'Extension' => 'Extension',
|
|
'Files' => 'Files',
|
|
'Media' => 'Media',
|
|
'Name' => 'Name',
|
|
'Permission' => 'Permission',
|
|
'Preview' => 'Preview',
|
|
'Select' => 'Select',
|
|
'Settings' => 'Settings',
|
|
'Size' => 'Size',
|
|
'Type' => 'Type',
|
|
'Upload' => 'Upload',
|
|
'Visibility' => 'Visibility',
|
|
]];
|