mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°5102 - Allow to send emails using GSuite SMTP and OAuth - Rework
This commit is contained in:
@@ -1584,20 +1584,3 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'UI:Newsroom:DisplayMessagesFor_Provider' => 'Display messages from %1$s~~',
|
||||
'UI:Newsroom:DisplayAtMost_X_Messages' => 'Display up to %1$s messages in the %2$s menu.~~',
|
||||
));
|
||||
|
||||
|
||||
// OAuth
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Menu:OAuthWizardMenu' => 'OAuth 2.0~~',
|
||||
'core/Operation:Wizard/Title' => 'OAuth 2.0 Configuration~~',
|
||||
'UI:OAuth:Wizard:Page:Title' => 'OAuth 2.0 Configuration~~',
|
||||
'UI:OAuth:Wizard:Form:Panel:Title' => 'OAuth 2.0 Configuration~~',
|
||||
'UI:OAuth:Wizard:Form:Input:ClientId:Label' => 'Client Id~~',
|
||||
'UI:OAuth:Wizard:Form:Input:ClientSecret:Label' => 'Client Secret~~',
|
||||
'UI:OAuth:Wizard:Form:Input:Scope:Label' => 'Scope~~',
|
||||
'UI:OAuth:Wizard:Form:Input:Additional:Label' => 'Additional parameters~~',
|
||||
'UI:OAuth:Wizard:Form:Input:RedirectUri:Label' => 'Redirect Uri~~',
|
||||
'UI:OAuth:Wizard:Form:Button:Submit:Label' => 'Authentication~~',
|
||||
'UI:OAuth:Wizard:ResultConf:Panel:Title' => 'Configuration for SMTP~~',
|
||||
'UI:OAuth:Wizard:ResultConf:Panel:Description' => 'Paste this content into your configuration file to use this OAuth connection for your outgoing emails~~',
|
||||
));
|
||||
Reference in New Issue
Block a user