-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathen_gb.dict.combodo-oauth-email-synchro.php
43 lines (37 loc) · 1.63 KB
/
en_gb.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
32
33
34
35
36
37
38
39
40
41
42
43
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2013 XXXXX
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('EN GB', 'British English', 'British English', array(
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:Title' => 'Create a Mailbox',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:Description' => 'Create a new Mailbox to fetch emails from a remote mail provider using this OAuth connection as the authentication method.',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:CreateNewMailbox' => 'Create a new mailbox',
'UI:OAuthEmailSynchro:Error:UnknownVendor' => 'OAuth provider %1$s does not exist',
));
//
// Class: MailInboxOAuth
//
Dict::Add('EN GB', 'British English', 'British English', array(
'Class:MailInboxOAuth' => 'OAuth 2.0 Mail Inbox',
'Class:MailInboxOAuth+' => '',
'Class:MailInboxOAuth/Attribute:oauth_provider' => 'Oauth provider',
'Class:MailInboxOAuth/Attribute:oauth_provider+' => '',
'Class:MailInboxOAuth/Attribute:oauth_client_id' => 'OAuth client',
'Class:MailInboxOAuth/Attribute:oauth_client_id+' => '',
));
//
// Class: MailInboxOAuth
//
Dict::Add('EN GB', 'British English', 'British English', array(
'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:access_token' => 'Access token',
'Class:MailInboxOAuth/Attribute:access_token+' => '',
'Class:MailInboxOAuth/Attribute:refresh_token' => 'Refresh token',
'Class:MailInboxOAuth/Attribute:refresh_token+' => '',
));