mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 05:28:44 +02:00
47 lines
1.8 KiB
PHP
47 lines
1.8 KiB
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', [
|
|
'Brick:Portal:FAQ:Menu' => 'FAQ',
|
|
'Brick:Portal:FAQ:Title' => 'Domande frequenti',
|
|
'Brick:Portal:FAQ:Title+' => '<p>Sei di fretta?</p><p>Verifica nella lista delle FAQ se trovi la risposta al tuo problema.</p>',
|
|
'Class:FAQ' => 'FAQ',
|
|
'Class:FAQ+' => 'Domande frequenti',
|
|
'Class:FAQ/Attribute:category_id' => 'Categoria',
|
|
'Class:FAQ/Attribute:category_id+' => '~~',
|
|
'Class:FAQ/Attribute:category_name' => 'Nome della Categoria',
|
|
'Class:FAQ/Attribute:category_name+' => '~~',
|
|
'Class:FAQ/Attribute:description' => 'Descrizione',
|
|
'Class:FAQ/Attribute:description+' => '~~',
|
|
'Class:FAQ/Attribute:domains' => 'Dominio',
|
|
'Class:FAQ/Attribute:error_code' => 'Codice errore',
|
|
'Class:FAQ/Attribute:error_code+' => '~~',
|
|
'Class:FAQ/Attribute:key_words' => 'Parola Chiave',
|
|
'Class:FAQ/Attribute:key_words+' => '~~',
|
|
'Class:FAQ/Attribute:summary' => 'Riepilogo',
|
|
'Class:FAQ/Attribute:summary+' => '~~',
|
|
'Class:FAQ/Attribute:title' => 'Titolo',
|
|
'Class:FAQ/Attribute:title+' => '~~',
|
|
'Class:FAQCategory' => 'Categoria FAQ',
|
|
'Class:FAQCategory+' => 'Categoria per FAQ',
|
|
'Class:FAQCategory/Attribute:faq_list' => 'FAQs',
|
|
'Class:FAQCategory/Attribute:faq_list+' => 'Tutte le faq legate a questa categoria',
|
|
'Class:FAQCategory/Attribute:name' => 'Nome',
|
|
'Class:FAQCategory/Attribute:name+' => '~~',
|
|
'Menu:FAQ' => 'FAQs',
|
|
'Menu:FAQ+' => 'Tutte le FAQs',
|
|
'Menu:FAQCategory' => 'Categoria FAQ',
|
|
'Menu:FAQCategory+' => 'Tutte le categorie FAQ',
|
|
'Menu:Problem:Shortcuts' => 'Scorciatoia',
|
|
'Menu:ProblemManagement' => 'Gestione dei problemi',
|
|
'Menu:ProblemManagement+' => 'Gestione dei problemi',
|
|
]);
|