-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfr.dict.combodo-oauth-email-synchro.php
More file actions
31 lines (31 loc) · 1.46 KB
/
fr.dict.combodo-oauth-email-synchro.php
File metadata and controls
31 lines (31 loc) · 1.46 KB
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('FR FR', 'French', 'Français', [
'Class:MailInboxOAuth' => 'Boite mail OAuth 2.0',
'Class:MailInboxOAuth+' => '',
'Class:MailInboxOAuth/Attribute:access_token' => 'Jeton d\'accès',
'Class:MailInboxOAuth/Attribute:access_token+' => '',
'Class:MailInboxOAuth/Attribute:client_id' => 'ID Client',
'Class:MailInboxOAuth/Attribute:client_id+' => '',
'Class:MailInboxOAuth/Attribute:client_secret' => 'Code secret du client',
'Class:MailInboxOAuth/Attribute:client_secret+' => '',
'Class:MailInboxOAuth/Attribute:oauth_client_id' => 'Client OAuth',
'Class:MailInboxOAuth/Attribute:oauth_client_id+' => '',
'Class:MailInboxOAuth/Attribute:oauth_provider' => 'Provider Oauth 2.0',
'Class:MailInboxOAuth/Attribute:oauth_provider+' => '',
'Class:MailInboxOAuth/Attribute:refresh_token' => 'Jeton de renouvellement',
'Class:MailInboxOAuth/Attribute:refresh_token+' => '',
'UI:OAuthEmailSynchro:Error:UnknownVendor' => 'Le provider Oauth 2.0 %1$s n\'existe pas',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:CreateNewMailbox' => 'Créer une nouvelle boite mail',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:Description' => 'Créer une boite mail à synchroniser avec une boite mail distante utilisant cette connexion oAuth 2.0',
'UI:OAuthEmailSynchro:Wizard:ResultConf:Panel:Title' => 'Créer une boite mail',
]);