forked from Combodo/combodo-oauth-email-synchro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.dict.combodo-oauth-email-synchro.php
31 lines (31 loc) · 1.6 KB
/
de.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('DE DE', 'German', 'Deutsch', [
'Class:MailInboxOAuth' => 'OAuth 2.0 Maileingangspostfach',
'Class:MailInboxOAuth+' => '',
'Class:MailInboxOAuth/Attribute:access_token' => 'Zugriffstoken',
'Class:MailInboxOAuth/Attribute:access_token+' => '',
'Class:MailInboxOAuth/Attribute:client_id' => 'Client ID',
'Class:MailInboxOAuth/Attribute:client_id+' => 'Eine lange Zeichenfolge, die durch den oAuth2-Provider bereitgestellt wird',
'Class:MailInboxOAuth/Attribute:client_secret' => 'Client Secret',
'Class:MailInboxOAuth/Attribute:client_secret+' => 'Eine weitere lange Zeichenfolge, die durch den oAuth2-Provider bereitgestellt wird',
'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' => 'Erneuerungs-Token',
'Class:MailInboxOAuth/Attribute:refresh_token+' => '',
'UI:OAuthEmailSynchro:Error:UnknownVendor' => 'Der oAuth-Provider %1$s existiert nicht',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:CreateNewMailbox' => 'Neue Mailbox erstellen',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:Description' => 'Erstellen eines neuen Mailpostfachs zum Abrufen von Mails unter der Nutzung der Authentifizierung über oAuth',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:Title' => 'Mailpostfach erstellen',
]);