From a3de9fa898770b7a7fe36a86890274aac3c2e301 Mon Sep 17 00:00:00 2001 From: Vincent Dumas <42336698+v-dumas@users.noreply.github.com> Date: Fri, 8 Jul 2022 12:06:47 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05102=20-=20OAuth=20client=20-=20Add=20EN?= =?UTF-8?q?=20tooltips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en.dict.itop-oauth-client.php | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/datamodels/2.x/itop-oauth-client/en.dict.itop-oauth-client.php b/datamodels/2.x/itop-oauth-client/en.dict.itop-oauth-client.php index c93f56053e..b7dab8068b 100644 --- a/datamodels/2.x/itop-oauth-client/en.dict.itop-oauth-client.php +++ b/datamodels/2.x/itop-oauth-client/en.dict.itop-oauth-client.php @@ -37,17 +37,17 @@ Dict::Add('EN US', 'English', 'English', [ 'Class:OAuthClient/Attribute:provider' => 'Provider', 'Class:OAuthClient/Attribute:provider+' => '', 'Class:OAuthClient/Attribute:name' => 'Login', - 'Class:OAuthClient/Attribute:name+' => '', + 'Class:OAuthClient/Attribute:name+' => 'In general, this is your email address', 'Class:OAuthClient/Attribute:status' => 'Status', - 'Class:OAuthClient/Attribute:status+' => '', + 'Class:OAuthClient/Attribute:status+' => 'After creation, use the action "Generate access token" to be able to use this OAuth client', 'Class:OAuthClient/Attribute:status/Value:active' => 'Access token generated', 'Class:OAuthClient/Attribute:status/Value:inactive' => 'No Access token', 'Class:OAuthClient/Attribute:description' => 'Description', 'Class:OAuthClient/Attribute:description+' => '', 'Class:OAuthClient/Attribute:client_id' => 'Client id', - 'Class:OAuthClient/Attribute:client_id+' => '', + 'Class:OAuthClient/Attribute:client_id+' => 'A long string of characters provided by your OAuth2 provider', 'Class:OAuthClient/Attribute:client_secret' => 'Client secret', - 'Class:OAuthClient/Attribute:client_secret+' => '', + 'Class:OAuthClient/Attribute:client_secret+' => 'Another long string of characters provided by your OAuth2 provider', 'Class:OAuthClient/Attribute:refresh_token' => 'Refresh token', 'Class:OAuthClient/Attribute:refresh_token+' => '', 'Class:OAuthClient/Attribute:refresh_token_expiration' => 'Refresh token expiration', @@ -57,7 +57,7 @@ Dict::Add('EN US', 'English', 'English', [ 'Class:OAuthClient/Attribute:token_expiration' => 'Access token expiration', 'Class:OAuthClient/Attribute:token_expiration+' => '', 'Class:OAuthClient/Attribute:redirect_url' => 'Redirect url', - 'Class:OAuthClient/Attribute:redirect_url+' => '', + 'Class:OAuthClient/Attribute:redirect_url+' => 'This url must be copied in the OAuth2 configuration of the provider', 'Class:OAuthClient/Attribute:mailbox_list' => 'Mailbox list', 'Class:OAuthClient/Attribute:mailbox_list+' => '', ]); @@ -70,13 +70,13 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:OAuthClientAzure' => 'OAuth client for Microsoft Azure', 'Class:OAuthClientAzure/Name' => '%1$s (%2$s)', 'Class:OAuthClientAzure/Attribute:scope' => 'Scope', - 'Class:OAuthClientAzure/Attribute:scope+' => '', + 'Class:OAuthClientAzure/Attribute:scope+' => 'Usually default selection is appropriate', 'Class:OAuthClientAzure/Attribute:scope/Value:SMTP' => 'SMTP', 'Class:OAuthClientAzure/Attribute:scope/Value:SMTP+' => '', 'Class:OAuthClientAzure/Attribute:scope/Value:IMAP' => 'IMAP', 'Class:OAuthClientAzure/Attribute:scope/Value:IMAP+' => '', 'Class:OAuthClientAzure/Attribute:advanced_scope' => 'Advanced scope', - 'Class:OAuthClientAzure/Attribute:advanced_scope+' => '', + 'Class:OAuthClientAzure/Attribute:advanced_scope+' => 'As soon as you enter something here it takes precedence on the "Scope" selection which is then ignored', 'Class:OAuthClientAzure/Attribute:used_scope' => 'Used scope', 'Class:OAuthClientAzure/Attribute:used_scope+' => '', 'Class:OAuthClientAzure/Attribute:used_scope/Value:simple' => 'Simple', @@ -84,7 +84,7 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:OAuthClientAzure/Attribute:used_scope/Value:advanced' => 'Advanced', 'Class:OAuthClientAzure/Attribute:used_scope/Value:advanced+' => '', 'Class:OAuthClientAzure/Attribute:used_for_smtp' => 'Used for SMTP', - 'Class:OAuthClientAzure/Attribute:used_for_smtp+' => '', + 'Class:OAuthClientAzure/Attribute:used_for_smtp+' => 'At least one OAuth client must have this flag to “Yes”, if you want iTop to use it for sending mails', 'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:yes' => 'Yes', 'Class:OAuthClientAzure/Attribute:used_for_smtp/Value:no' => 'No', )); @@ -97,13 +97,13 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:OAuthClientGoogle' => 'OAuth client for Google', 'Class:OAuthClientGoogle/Name' => '%1$s (%2$s)', 'Class:OAuthClientGoogle/Attribute:scope' => 'Scope', - 'Class:OAuthClientGoogle/Attribute:scope+' => '', + 'Class:OAuthClientGoogle/Attribute:scope+' => 'Usually default selection is appropriate', 'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP' => 'SMTP', 'Class:OAuthClientGoogle/Attribute:scope/Value:SMTP+' => '', 'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP' => 'IMAP', 'Class:OAuthClientGoogle/Attribute:scope/Value:IMAP+' => '', 'Class:OAuthClientGoogle/Attribute:advanced_scope' => 'Advanced scope', - 'Class:OAuthClientGoogle/Attribute:advanced_scope+' => '', + 'Class:OAuthClientGoogle/Attribute:advanced_scope+' => 'As soon as you enter something here it takes precedence on the "Scope" selection which is then ignored', 'Class:OAuthClientGoogle/Attribute:used_scope' => 'Used scope', 'Class:OAuthClientGoogle/Attribute:used_scope+' => '', 'Class:OAuthClientGoogle/Attribute:used_scope/Value:simple' => 'Simple', @@ -111,7 +111,7 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced' => 'Advanced', 'Class:OAuthClientGoogle/Attribute:used_scope/Value:advanced+' => '', 'Class:OAuthClientGoogle/Attribute:used_for_smtp' => 'Used for SMTP', - 'Class:OAuthClientGoogle/Attribute:used_for_smtp+' => '', + 'Class:OAuthClientGoogle/Attribute:used_for_smtp+' => 'At least one OAuth client must have this flag to “Yes”, if you want iTop to use it for sending mails', 'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:yes' => 'Yes', 'Class:OAuthClientGoogle/Attribute:used_for_smtp/Value:no' => 'No', ));