mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
🌐 Dictionaries update
This commit is contained in:
@@ -9,38 +9,47 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
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>',
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:FAQ' => 'FAQ',
|
||||
'Class:FAQ+' => 'Domande frequenti',
|
||||
'Class:FAQ/Attribute:title' => 'Titolo',
|
||||
'Class:FAQ/Attribute:title+' => '~~',
|
||||
'Class:FAQ/Attribute:summary' => 'Riepilogo',
|
||||
'Class:FAQ/Attribute:summary+' => '~~',
|
||||
'Class:FAQ/Attribute:description' => 'Descrizione',
|
||||
'Class:FAQ/Attribute:description+' => '~~',
|
||||
'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:FAQ/Attribute:domains' => 'Dominio',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: FAQCategory
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'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',
|
||||
'Class:FAQCategory/Attribute:faq_list' => 'FAQs',
|
||||
'Class:FAQCategory/Attribute:faq_list+' => 'Tutte le faq legate a questa categoria',
|
||||
));
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Menu:ProblemManagement' => 'Gestione dei problemi',
|
||||
'Menu:ProblemManagement+' => 'Gestione dei problemi',
|
||||
]);
|
||||
'Menu:Problem:Shortcuts' => 'Scorciatoia',
|
||||
'Menu:FAQCategory' => 'Categoria FAQ',
|
||||
'Menu:FAQCategory+' => 'Tutte le categorie FAQ',
|
||||
'Menu:FAQ' => 'FAQs',
|
||||
'Menu:FAQ+' => 'Tutte le FAQs',
|
||||
'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>',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user