mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
22 lines
764 B
PHP
22 lines
764 B
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
|
'UI:Component:QuickCreate:Tooltip' => 'Crea rapidamente qualsiasi tipo di oggetto',
|
|
'UI:Component:QuickCreate:Input:Placeholder' => 'Seleziona il tipo di oggetto...',
|
|
'UI:Component:QuickCreate:Recents:Title' => 'Recenti',
|
|
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Non hai ancora creato alcun oggetto',
|
|
'UI:Component:QuickCreate:HistoryDisabled' => 'La cronologia è disabilitata',
|
|
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Apri la creazione rapida',
|
|
'UI:Component:QuickCreate:MostPopular:Title' => 'Più popolari',
|
|
]);
|