Files
iTop/dictionaries/ui/components/global-search/it.dictionary.itop.global-search.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',
]);