oms-News/Theme/Backend/Lang/it.lang.php
Dennis Eichhorn b9d808659a fix language
2023-09-23 23:05:19 +00:00

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' => 'Account / Gruppi',
'Additional' => 'Aggiuntivo',
'AllowComments' => 'Consenti commenti',
'Archive' => 'Archivio',
'Author' => 'Autore',
'Categories' => 'Categorie',
'Date' => 'Data',
'Draft' => 'Brutta copia',
'Edit' => 'Modificare',
'Featured' => 'In primo piano',
'Groups' => 'Gruppi',
'Headline' => 'Titolo',
'Headlines' => 'Titoli',
'Language' => 'Lingua',
'Link' => 'Collegamento',
'News' => 'Notizia',
'Plain' => 'Pianura',
'Preview' => 'Anteprima',
'Publish' => 'Pubblicare',
'Settings' => 'Impostazioni',
'Status' => 'Stato',
'TYPE0' => 'Articolo',
'TYPE1' => 'Collegamento',
'TYPE2' => 'Titolo',
'TYPE3' => '',
'Title' => 'Titolo',
'Type' => 'Tipo',
'Visible' => 'Visibile',
]];