mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-11 20:38:42 +00:00
62 lines
1.9 KiB
PHP
Executable File
62 lines
1.9 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package Modules\Helper
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Helper' => [
|
|
'Add' => 'Add',
|
|
'CentralizedDB' => 'Centralized DB',
|
|
'CentralizedFiles' => 'Centralized Files',
|
|
'Created' => 'Created',
|
|
'CreatedBy' => 'Created By',
|
|
'Creator' => 'Creator',
|
|
'Data' => 'Data',
|
|
'Database' => 'Database',
|
|
'Dataset' => 'Dataset',
|
|
'Datasets' => 'Datasets',
|
|
'Description' => 'Description',
|
|
'Edit' => 'Edit',
|
|
'Expected' => 'Expected',
|
|
'Export' => 'Export',
|
|
'FileNames' => 'File Names',
|
|
'Files' => 'Files',
|
|
'Helper' => 'Helper',
|
|
'Helpers' => 'Helpers',
|
|
'IndividualDB' => 'Individual DB',
|
|
'Info' => 'Info',
|
|
'Language' => 'Language',
|
|
'Load' => 'Load',
|
|
'Media' => 'Media',
|
|
'MediaDirectory' => 'Media Directory',
|
|
'Modified' => 'Modified',
|
|
'Name' => 'Name',
|
|
'New' => 'New',
|
|
'Other' => 'Other',
|
|
'Overview' => 'Overview',
|
|
'Permission' => 'Permission',
|
|
'Print' => 'Print',
|
|
'Report' => 'Report',
|
|
'Reports' => 'Reports',
|
|
'Select' => 'Select',
|
|
'Settings' => 'Settings',
|
|
'Source' => 'Source',
|
|
'Sources' => 'Sources',
|
|
'Standalone' => 'Standalone',
|
|
'Storage' => 'Storage',
|
|
'Tag' => 'Tag',
|
|
'Tags' => 'Tags',
|
|
'Template' => 'Template',
|
|
'Title' => 'Title',
|
|
'Type' => 'Type',
|
|
'Updated' => 'Updated',
|
|
]];
|