oms-Messages/Theme/Backend/Lang/it.lang.php

46 lines
1.2 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Messages' => [
'All' => 'Tutti',
'AverageAmount' => 'Avg. Quantità',
'BCC' => 'BCC',
'CC' => 'CC',
'Date' => 'Data',
'Delete' => 'Elimina',
'Draft' => 'Bozza',
'From' => 'A partire dal',
'Inbox' => 'Posta in arrivo',
'Interval' => 'Intervallo',
'Mailboxes' => 'Caselle di posta',
'Messages' => 'messaggi',
'Month' => 'Mese',
'New' => 'Nuovo',
'Outbox' => 'In uscita',
'Received' => 'ricevuto',
'Save' => 'Salva',
'Select' => 'Selezionare',
'Sent' => 'Inviato',
'Spam' => 'Spam',
'Statistics' => 'statistica',
'Status' => 'Stato',
'Subject' => 'Soggetto',
'Tag' => 'Etichetta',
'To' => 'Per',
'Today' => 'Oggi',
'Trash' => 'Spazzatura',
'Week' => 'Settimana',
'Year' => 'Anno',
]];