mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 13:38:44 +02:00
102 lines
6.8 KiB
PHP
102 lines
6.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', [
|
|
'Class:OAuthClient' => 'Client OAuth',
|
|
'Class:OAuthClient/Attribute:client_id' => 'ID cliente',
|
|
'Class:OAuthClient/Attribute:client_id+' => 'A long string of characters provided by your OAuth2 provider~~',
|
|
'Class:OAuthClient/Attribute:client_secret' => 'Segreto del cliente',
|
|
'Class:OAuthClient/Attribute:client_secret+' => 'Another long string of characters provided by your OAuth2 provider~~',
|
|
'Class:OAuthClient/Attribute:description' => 'Descrizione',
|
|
'Class:OAuthClient/Attribute:description+' => '~~',
|
|
'Class:OAuthClient/Attribute:mailbox_list' => 'Lista delle caselle di posta',
|
|
'Class:OAuthClient/Attribute:mailbox_list+' => '~~',
|
|
'Class:OAuthClient/Attribute:name' => 'Login',
|
|
'Class:OAuthClient/Attribute:name+' => 'In general, this is your email address~~',
|
|
'Class:OAuthClient/Attribute:provider' => 'Fornitore',
|
|
'Class:OAuthClient/Attribute:provider+' => '~~',
|
|
'Class:OAuthClient/Attribute:redirect_url' => 'URL di reindirizzamento',
|
|
'Class:OAuthClient/Attribute:redirect_url+' => 'This url must be copied in the OAuth2 configuration of the provider
|
|
Erase the field to recalculate default value~~',
|
|
'Class:OAuthClient/Attribute:refresh_token' => 'Token di aggiornamento',
|
|
'Class:OAuthClient/Attribute:refresh_token+' => '~~',
|
|
'Class:OAuthClient/Attribute:refresh_token_expiration' => 'Scadenza del token di aggiornamento',
|
|
'Class:OAuthClient/Attribute:refresh_token_expiration+' => '~~',
|
|
'Class:OAuthClient/Attribute:scope' => 'Ambito',
|
|
'Class:OAuthClient/Attribute:status' => 'Stato',
|
|
'Class:OAuthClient/Attribute:status+' => 'Dopo la creazione, utilizzare l\'azione “Genera token di accesso” per poter utilizzare questo client OAuth',
|
|
'Class:OAuthClient/Attribute:status/Value:active' => 'Token di accesso generato',
|
|
'Class:OAuthClient/Attribute:status/Value:inactive' => 'Nessun token di accesso',
|
|
'Class:OAuthClient/Attribute:token' => 'Token di accesso',
|
|
'Class:OAuthClient/Attribute:token+' => '~~',
|
|
'Class:OAuthClient/Attribute:token_expiration' => 'Scadenza del token di accesso',
|
|
'Class:OAuthClient/Attribute:token_expiration+' => '~~',
|
|
'Class:OAuthClientAzure' => 'Client OAuth per Microsoft Azure',
|
|
'Class:OAuthClientAzure/Attribute:advanced_scope' => 'Ambito avanzato',
|
|
'Class:OAuthClientAzure/Attribute:advanced_scope+' => 'Non appena inserisci qualcosa qui, essa ha la precedenza sulla selezione “Ambito” che viene quindi ignorata',
|
|
'Class:OAuthClientAzure/Attribute:scope' => 'Ambito',
|
|
'Class:OAuthClientAzure/Attribute:scope+' => 'Di solito la selezione predefinita è appropriata',
|
|
'Class:OAuthClientAzure/Attribute:scope/Value:IMAP' => 'IMAP',
|
|
'Class:OAuthClientAzure/Attribute:scope/Value:IMAP+' => '~~',
|
|
'Class:OAuthClientAzure/Attribute:scope/Value:SMTP' => 'SMTP',
|
|
'Class:OAuthClientAzure/Attribute:scope/Value:SMTP+' => '~~',
|
|
'Class:OAuthClientAzure/Attribute:tenant' => 'Tenant~~',
|
|
'Class:OAuthClientAzure/Attribute:tenant+' => 'Tenant ID of the configured application. For multi-tenant application, use "common".~~',
|
|
'Class:OAuthClientAzure/Attribute:used_for_smtp' => 'Utilizzato per SMTP',
|
|
'Class:OAuthClientAzure/Attribute:used_for_smtp+' => 'Almeno un client OAuth deve avere questo flag impostato su “Sì”, se si desidera che iTop lo utilizzi per inviare email',
|
|
'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:no' => 'No',
|
|
'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:yes' => 'Sì',
|
|
'Class:OAuthClientAzure/Attribute:used_scope' => 'Ambito utilizzato',
|
|
'Class:OAuthClientAzure/Attribute:used_scope+' => '~~',
|
|
'Class:OAuthClientAzure/Attribute:used_scope/Value:advanced' => 'Avanzato',
|
|
'Class:OAuthClientAzure/Attribute:used_scope/Value:advanced+' => '~~',
|
|
'Class:OAuthClientAzure/Attribute:used_scope/Value:simple' => 'Semplice',
|
|
'Class:OAuthClientAzure/Attribute:used_scope/Value:simple+' => '~~',
|
|
'Class:OAuthClientAzure/Name' => '%1$s (%2$s)',
|
|
'Class:OAuthClientGoogle' => 'Client OAuth per Google',
|
|
'Class:OAuthClientGoogle/Attribute:advanced_scope' => 'Ambito avanzato',
|
|
'Class:OAuthClientGoogle/Attribute:advanced_scope+' => 'Non appena inserisci qualcosa qui, essa ha la precedenza sulla selezione “Ambito” che viene quindi ignorata',
|
|
'Class:OAuthClientGoogle/Attribute:scope' => 'Ambito',
|
|
'Class:OAuthClientGoogle/Attribute:scope+' => 'Di solito la selezione predefinita è appropriata',
|
|
'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP' => 'IMAP',
|
|
'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP+' => '~~',
|
|
'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP' => 'SMTP',
|
|
'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP+' => '~~',
|
|
'Class:OAuthClientGoogle/Attribute:used_for_smtp' => 'Utilizzato per SMTP',
|
|
'Class:OAuthClientGoogle/Attribute:used_for_smtp+' => 'Almeno un client OAuth deve avere questo flag impostato su “Sì”, se si desidera che iTop lo utilizzi per inviare email',
|
|
'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:no' => 'No',
|
|
'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:yes' => 'Sì',
|
|
'Class:OAuthClientGoogle/Attribute:used_scope' => 'Ambito utilizzato',
|
|
'Class:OAuthClientGoogle/Attribute:used_scope+' => '~~',
|
|
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced' => 'Avanzato',
|
|
'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced+' => '~~',
|
|
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple' => 'Semplice',
|
|
'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple+' => '~~',
|
|
'Class:OAuthClientGoogle/Name' => '%1$s (%2$s)',
|
|
'Menu:CreateMailbox' => 'Crea una casella di posta...',
|
|
'Menu:GenerateTokens' => 'Genera token di accesso...',
|
|
'Menu:OAuthClient' => 'Client OAuth',
|
|
'Menu:OAuthClient+' => '~~',
|
|
'Menu:RegenerateTokens' => 'Rigenera token di accesso...',
|
|
'OAuthClient:Name/UseForSMTPMustBeUnique' => 'La combinazione Login (%1$s) e Uso per SMTP (%2$s) è già stata utilizzata per un altro Client OAuth',
|
|
'OAuthClient:baseinfo' => 'Informazioni di base',
|
|
'OAuthClient:scope' => 'Ambito',
|
|
'itop-oauth-client/Operation:CreateMailBox/Title' => 'Creazione di una casella di posta',
|
|
'itop-oauth-client:Message:MissingToken' => 'Genera un token di accesso prima di utilizzare questo client OAuth',
|
|
'itop-oauth-client:Message:RegenerateToken' => 'Rigenera il token di accesso per prendere in considerazione le modifiche',
|
|
'itop-oauth-client:Message:TokenCreated' => 'Token di accesso creato',
|
|
'itop-oauth-client:Message:TokenError' => 'Token di accesso non generato a causa di un errore del server',
|
|
'itop-oauth-client:Message:TokenRecreated' => 'Token di accesso rigenerato',
|
|
'itop-oauth-client:MissingOAuthClient' => 'Client OAuth mancante per il nome utente %1$s',
|
|
'itop-oauth-client:TestSMTP' => 'Test di invio email',
|
|
'itop-oauth-client:UsedForSMTP' => 'Questo client OAuth è utilizzato per SMTP',
|
|
]);
|