mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-27 15:48:40 +00:00
45 lines
1.3 KiB
PHP
Executable File
45 lines
1.3 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @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' => 'Konton / Grupper',
|
|
'Additional' => 'Ytterligare',
|
|
'AllowComments' => 'Tillåt kommentarer',
|
|
'Archive' => 'Arkiv',
|
|
'Author' => 'Författare',
|
|
'Categories' => 'Kategorier',
|
|
'Date' => 'Datum',
|
|
'Draft' => 'Förslag',
|
|
'Edit' => 'Redigera',
|
|
'Featured' => 'Presenteras',
|
|
'Groups' => 'Grupp',
|
|
'Headline' => 'Rubrik',
|
|
'Headlines' => 'Rubriker',
|
|
'Language' => 'Språk',
|
|
'Link' => 'Länk',
|
|
'News' => 'Nyheter',
|
|
'Plain' => 'Enkel',
|
|
'Preview' => 'Förhandsvisning',
|
|
'Publish' => 'Publicera',
|
|
'Settings' => 'inställningar',
|
|
'Status' => 'Status',
|
|
'TYPE0' => 'Artikel',
|
|
'TYPE1' => 'Länk',
|
|
'TYPE2' => 'Rubrik',
|
|
'TYPE3' => '',
|
|
'Title' => 'Titel',
|
|
'Type' => 'Typ',
|
|
'Visible' => 'Synlig',
|
|
]];
|