mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-30 00:58:41 +00:00
# Conflicts: # Draw/Controller.js # Draw/Models/DrawType.enum.js # Draw/Models/Editor.js # Media/Models/UploadFile.php
41 lines
1.1 KiB
PHP
41 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @category TBD
|
|
* @package TBD
|
|
* @author OMS Development Team <dev@oms.com>
|
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://orange-management.com
|
|
*/
|
|
return ['News' => [
|
|
'Additional' => 'Additional',
|
|
'Archive' => 'Archive',
|
|
'Author' => 'Author',
|
|
'Date' => 'Date',
|
|
'Draft' => 'Draft',
|
|
'Featured' => 'Featured',
|
|
'Groups' => 'Groups',
|
|
'Headline' => 'Headline',
|
|
'Headlines' => 'Headlines',
|
|
'Link' => 'Link',
|
|
'News' => 'News',
|
|
'Permissions' => 'Permissions',
|
|
'Plain' => 'Plain',
|
|
'Preview' => 'Preview',
|
|
'Publish' => 'Publish',
|
|
'Settings' => 'Settings',
|
|
'Status' => 'Status',
|
|
'Title' => 'Title',
|
|
'Type' => 'Type',
|
|
'Visible' => 'Visible',
|
|
'TYPE0' => 'Article',
|
|
'TYPE1' => 'Link',
|
|
'TYPE2' => 'Headline',
|
|
]];
|