mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
59 lines
2.2 KiB
PHP
59 lines
2.2 KiB
PHP
<?php
|
|
// Copyright (C) 2010-2014 Combodo SARL
|
|
//
|
|
// 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
|
|
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
|
|
|
/**
|
|
* @copyright Copyright (C) 2010-2014 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
|
'Menu:DataSources' => 'Sorgente di sincronizzazione dei dati',
|
|
'Menu:DataSources+' => '',
|
|
'Menu:WelcomeMenu' => 'Benveuto',
|
|
'Menu:WelcomeMenu+' => '',
|
|
'Menu:WelcomeMenuPage' => 'Benvenuto',
|
|
'Menu:WelcomeMenuPage+' => '',
|
|
'Menu:AdminTools' => 'Strumenti di amministrazione',
|
|
'Menu:AdminTools+' => '',
|
|
'Menu:AdminTools?' => 'Strumenti accessibile solo agli utenti con il profilo di amministratore',
|
|
'Menu:DataModelMenu' => 'Modello Dati',
|
|
'Menu:DataModelMenu+' => '',
|
|
'Menu:ExportMenu' => 'Esporta',
|
|
'Menu:ExportMenu+' => '',
|
|
'Menu:NotificationsMenu' => 'Notifiche',
|
|
'Menu:NotificationsMenu+' => '',
|
|
'Menu:AuditCategories' => 'Categorie di Audit',
|
|
'Menu:AuditCategories+' => '',
|
|
'Menu:Notifications:Title' => 'Categorie di Audit',
|
|
'Menu:RunQueriesMenu' => 'Esegui query',
|
|
'Menu:RunQueriesMenu+' => '',
|
|
'Menu:UniversalSearchMenu' => 'Ricerca universale',
|
|
'Menu:UniversalSearchMenu+' => '',
|
|
'Menu:UserManagementMenu' => 'Gestione degli utenti',
|
|
'Menu:UserManagementMenu+' => '',
|
|
'Menu:ProfilesMenu' => 'Profili',
|
|
'Menu:ProfilesMenu+' => '',
|
|
'Menu:ProfilesMenu:Title' => 'Profili',
|
|
'Menu:UserAccountsMenu' => 'Account utente',
|
|
'Menu:UserAccountsMenu+' => '',
|
|
'Menu:UserAccountsMenu:Title' => 'Account utente',
|
|
'Menu:QueryMenu' => 'Query phrasebook~~',
|
|
'Menu:QueryMenu+' => 'Query phrasebook~~',
|
|
'Menu:MyShortcuts' => 'My Shortcuts~~',
|
|
));
|