-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathru.dict.combodo-oauth-email-synchro.php
31 lines (31 loc) · 1.47 KB
/
ru.dict.combodo-oauth-email-synchro.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('RU RU', 'Russian', 'Русский', [
'Class:MailInboxOAuth' => 'OAuth 2.0 Mail Inbox~~',
'Class:MailInboxOAuth+' => '~~',
'Class:MailInboxOAuth/Attribute:access_token' => 'Access token~~',
'Class:MailInboxOAuth/Attribute:access_token+' => '~~',
'Class:MailInboxOAuth/Attribute:client_id' => 'Client id~~',
'Class:MailInboxOAuth/Attribute:client_id+' => '~~',
'Class:MailInboxOAuth/Attribute:client_secret' => 'Client secret~~',
'Class:MailInboxOAuth/Attribute:client_secret+' => '~~',
'Class:MailInboxOAuth/Attribute:oauth_client_id' => 'OAuth client~~',
'Class:MailInboxOAuth/Attribute:oauth_client_id+' => '~~',
'Class:MailInboxOAuth/Attribute:oauth_provider' => 'Oauth provider~~',
'Class:MailInboxOAuth/Attribute:oauth_provider+' => '~~',
'Class:MailInboxOAuth/Attribute:refresh_token' => 'Refresh token~~',
'Class:MailInboxOAuth/Attribute:refresh_token+' => '~~',
'UI:OAuthEmailSynchro:Error:UnknownVendor' => 'OAuth provider %1$s does not exist~~',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:CreateNewMailbox' => 'Create a new mailbox~~',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:Description' => 'Create a new Mailbox to fetch emails from a remote mail provider using this OAuth connection as authentication method~~',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:Title' => 'Create a Mailbox~~',
]);