mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
29 lines
1.2 KiB
PHP
29 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* Copyright (C) 2013-2024 Combodo SAS
|
|
*
|
|
* This file is part of iTop.
|
|
*
|
|
* iTop is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* iTop is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
*/
|
|
// Global search
|
|
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
|
'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',
|
|
|
|
));
|