mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-29 00:28:40 +00:00
44 lines
1.2 KiB
PHP
Executable File
44 lines
1.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['News' => [
|
|
'Accounts/Groups' => 'Benutyer/Gruppen',
|
|
'Additional' => 'Zusätzlich',
|
|
'AllowComments' => 'Kommentare erlauben',
|
|
'Archive' => 'Archiv',
|
|
'Author' => 'Autor',
|
|
'Categories' => 'Kategorien',
|
|
'Date' => 'Datum',
|
|
'Draft' => 'Entwurf',
|
|
'Edit' => '',
|
|
'Featured' => 'Featured',
|
|
'Groups' => 'Gruppen',
|
|
'Headline' => 'Headline',
|
|
'Headlines' => 'Headlines',
|
|
'Langauge' => 'Sprache',
|
|
'Language' => '',
|
|
'Link' => 'Link',
|
|
'News' => 'News',
|
|
'Plain' => 'Plain',
|
|
'Preview' => 'Vorschau',
|
|
'Publish' => 'Veröffentlichen',
|
|
'Settings' => 'Einstellung',
|
|
'Status' => 'Status',
|
|
'TYPE0' => 'Artikel',
|
|
'TYPE1' => 'Link',
|
|
'TYPE2' => 'Headline',
|
|
'Title' => 'Titel',
|
|
'Type' => 'Typ',
|
|
'Visible' => 'Sichtbar',
|
|
]];
|