mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-27 15:48:40 +00:00
45 lines
1.2 KiB
PHP
Executable File
45 lines
1.2 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' => 'Cuentas / Grupos',
|
|
'Additional' => 'Adicional',
|
|
'AllowComments' => 'Permitir comentarios',
|
|
'Archive' => 'Archivo',
|
|
'Author' => 'Autor',
|
|
'Categories' => 'Categorías',
|
|
'Date' => 'Fecha',
|
|
'Draft' => 'Sequía',
|
|
'Edit' => 'Editar',
|
|
'Featured' => 'Presentado',
|
|
'Groups' => 'Grupo',
|
|
'Headline' => 'Titular',
|
|
'Headlines' => 'Titulares',
|
|
'Language' => 'Idioma',
|
|
'Link' => 'Enlace',
|
|
'News' => 'Noticias',
|
|
'Plain' => 'Sencillo',
|
|
'Preview' => 'Avance',
|
|
'Publish' => 'Publicar',
|
|
'Settings' => 'Ajustes',
|
|
'Status' => 'Estado',
|
|
'TYPE0' => 'Artículo',
|
|
'TYPE1' => 'Enlace',
|
|
'TYPE2' => 'Titular',
|
|
'TYPE3' => '',
|
|
'Title' => 'Título',
|
|
'Type' => 'Escribe',
|
|
'Visible' => 'Visible',
|
|
]];
|