mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
52 lines
3.2 KiB
PHP
52 lines
3.2 KiB
PHP
<?php
|
|
/**
|
|
* Copyright (C) 2013-2023 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
|
|
*/
|
|
// Navigation menu
|
|
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
|
'UI:Preferences:Title' => 'Preferenze',
|
|
'UI:Preferences:UserInterface:Title' => 'Interfaccia utente',
|
|
'UI:Preferences:General:Title' => 'Generale',
|
|
'UI:Preferences:General:Theme' => 'Tema',
|
|
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (predefinito)',
|
|
'UI:Favorites:General:ShowSummaryCards' => 'Mostra le schede di riepilogo',
|
|
'UI:Favorites:General:ShowSummaryCards+' => 'Quando si passa il mouse su un collegamento che punta a un oggetto, visualizza un breve riepilogo dell\'oggetto, se disponibile per quella classe',
|
|
'UI:Preferences:Lists:Title' => 'Liste',
|
|
'UI:Preferences:RichText:Title' => 'Editor di testo ricco',
|
|
'UI:Preferences:RichText:ToolbarState' => 'Stato predefinito della barra degli strumenti',
|
|
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Espansa',
|
|
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Compressa',
|
|
'UI:Preferences:ActivityPanel:Title' => 'Pannello attività',
|
|
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Modulo di immissione aperto per impostazione predefinita',
|
|
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Se il modulo di immissione sarà aperto durante la visualizzazione di un oggetto. Se non selezionato, sarà comunque possibile aprirlo facendo clic sul pulsante di composizione',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Scorciatoie da tastiera dell\'applicazione',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Digitare una scorciatoia da tastiera',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Registra una scorciatoia da tastiera',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reimposta',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Torna alle scorciatoie da tastiera predefinite',
|
|
'UI:Preferences:Tabs:Title' => 'Schede',
|
|
'UI:Preferences:Tabs:Layout:Label' => 'Layout',
|
|
'UI:Preferences:Tabs:Layout:Horizontal' => 'Orizzontale',
|
|
'UI:Preferences:Tabs:Layout:Vertical' => 'Verticale',
|
|
'UI:Preferences:Tabs:Scrollable:Label' => 'Navigazione',
|
|
'UI:Preferences:Tabs:Scrollable:Classic' => 'Classica',
|
|
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Scorrevole',
|
|
'UI:Preferences:ChooseAPlaceholder' => 'Seleziona un\'immagine placeholder utente',
|
|
'UI:Preferences:ChooseAPlaceholder+' => 'Scegli un\'immagine placeholder che verrà visualizzata se il contatto associato al tuo utente non ne ha una',
|
|
'UI:Preferences:ChooseAPlaceholder:Success:Message' => 'Your placeholder image has been successfully updated~~',
|
|
));
|