mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 22:39:03 +02:00
21 lines
671 B
PHP
21 lines
671 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:GlobalSearch:Tooltip' => 'Cerca in tutta l\'applicazione',
|
|
'UI:Component:GlobalSearch:Input:Placeholder' => 'Cerca...',
|
|
'UI:Component:GlobalSearch:Recents:Title' => 'Recenti',
|
|
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Non hai ancora eseguito alcuna ricerca',
|
|
'UI:Component:GlobalSearch:HistoryDisabled' => 'La cronologia è disabilitata',
|
|
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Apri la ricerca globale',
|
|
]);
|