mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-11 08:08:42 +00:00
38 lines
1.0 KiB
PHP
Executable File
38 lines
1.0 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['News' => [
|
|
'Accounts/Groups' => 'Konten / Gruppen',
|
|
'AllowComments' => 'Kommentare erlauben',
|
|
'Archive' => 'Archiv',
|
|
'Author' => 'Autor',
|
|
'Categories' => 'Kategorien',
|
|
'Date' => 'Datum',
|
|
'Draft' => 'Entwurf',
|
|
'Edit' => 'Bearbeiten',
|
|
'Headline' => 'Überschrift',
|
|
'Language' => 'Sprache',
|
|
'Link' => 'Verknüpfung',
|
|
'News' => 'Nachrichten',
|
|
'Publish' => 'Veröffentlichen',
|
|
'Status' => 'Status',
|
|
':TYPE0' => '',
|
|
':TYPE1' => 'Artikel',
|
|
':TYPE2' => 'Verknüpfung',
|
|
':TYPE3' => 'Überschrift',
|
|
'Title' => 'Titel',
|
|
'Type' => 'Typ',
|
|
'Visible' => 'Sichtbar',
|
|
]];
|