mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-25 06:38:41 +00:00
38 lines
962 B
PHP
38 lines
962 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.2
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
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',
|
|
]];
|