xref: /plugin/oauth/lang/fr/settings.php (revision 5b85865e9f97e64d66e8e8cd2622e45880a22772)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * French language file for oauth plugin
7 *
8 * @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
9 * @author Andreas Gohr <andi@splitbrain.org>
10 * @author Cyrille Giquello <cyrille@giquello.fr>
11 */
12$lang['info']                  = 'URI de redirection à utiliser lors de la configuration des applications';
13$lang['custom-redirectURI']    = 'Utiliser cet URI de redirection personnalisé';
14$lang['auth0-key']             = 'L\'ID client de votre <a href="https://manage.auth0.com/#/applications">application Auth0</a> enregistrée';
15$lang['auth0-secret']          = 'le secret client de votre <a href="https://manage.auth0.com/#/applications">application Auth0</a> enregistrée';
16$lang['auth0-domain']          = 'Le domaine de votre <a href="https://manage.auth0.com/#/applications">compte Auth0</a> enregistré';
17$lang['facebook-key']          = 'L´App ID de votre <a href="https://developers.facebook.com/apps">application Facebook</a> enregistrée';
18$lang['facebook-secret']       = 'L´App Secret de votre <a href="https://developers.facebook.com/apps">application Facebook</a> enregistrée';
19$lang['github-key']            = 'L\'ID client de votre <a href="https://github.com/settings/applications">application Github</a> enregistrée';
20$lang['github-secret']         = 'Le secret client de votre <a href="https://github.com/settings/applications">application Github</a> enregistrée';
21$lang['google-key']            = 'L\'ID client de votre <a href="https://console.developers.google.com/project">projet Google</a> enregistré (voir l\'écran «credentials»)';
22$lang['google-secret']         = 'Le secret client de votre <a href="https://console.developers.google.com/project">projet Google</a> enregistré (voir l\'écran «credentials»)';
23$lang['dataporten-key']        = 'L\'ID client de votre <a href="https://dashboard.dataporten.no">application Dataporten</a> enregistrée';
24$lang['dataporten-secret']     = 'Le secret client de votre <a href="https://dashboard.dataporten.no">application Dataporten</a> enregistrée';
25$lang['keycloak-key']          = 'L\'id de ressource de votre application Keycloak.';
26$lang['keycloak-secret']       = 'Le secret de votre application Keycloak.';
27$lang['keycloak-authurl']      = 'Le préfixe d\'URL de votre installation Keycloak.';
28$lang['keycloak-tokenurl']     = 'Le préfixe d\'URL du jeton d\'accès de votre installation Keycloak.';
29$lang['keycloak-userinfourl']  = 'Le préfixe d\'URL de votre installation Keycloak.';
30$lang['mailRestriction']       = 'Limiter l\'authentification aux utilisateurs de ce domaine (optionnel, doit commencer par un <code>@</code>).';
31$lang['yahoo-key']             = 'La Consumer Key de votre <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">application Yahoo!</a> enregistrée';
32$lang['yahoo-secret']          = 'Le Consumer Secret de votre <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">application Yahoo!</a> enregistrée';
33$lang['doorkeeper-key']        = '(Exemple) l´Application ID de votre application Doorkeeper enregistrée.';
34$lang['doorkeeper-secret']     = '(Exemple) Le Secret de votre application Doorkeeper enregistrée.';
35$lang['doorkeeper-authurl']    = '(Exemple) Le préfixe d\'URL d\'autorisation de votre installation Doorkeeper.';
36$lang['doorkeeper-tokenurl']   = '(Exemple) Le préfixe d\'URL du jeton d\'accès de votre installation Doorkeeper.';
37$lang['singleService']         = 'Se connecter uniquement avec oAuth (désactive les logins locaux)';
38$lang['singleService_o_']      = 'Autoriser tous les services';
39$lang['register-on-auth']      = 'Enregistrer les utilisateurs authentifiés même si l\'enregistrement automatique est désactivé dans la configuration principale';
40