Skip to content
Snippets Groups Projects
Commit 5b85865e authored by Schplurtz le Déboulonné's avatar Schplurtz le Déboulonné Committed by DokuWiki Translation Interface
Browse files

translation update

parent a5b7ee9d
No related branches found
No related tags found
No related merge requests found
......@@ -5,21 +5,21 @@
*
* French language file for oauth plugin
*
* @author Schplurtz le Déboulonné <schplurtz@laposte.net>
* @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
* @author Andreas Gohr <andi@splitbrain.org>
* @author Cyrille Giquello <cyrille@giquello.fr>
*/
$lang['info'] = 'URI de redirection à utiliser dans la configuration de application';
$lang['info'] = 'URI de redirection à utiliser lors de la configuration des applications';
$lang['custom-redirectURI'] = 'Utiliser cet URI de redirection personnalisé';
$lang['auth0-key'] = 'L\'ID client de votre <a href="https://manage.auth0.com/#/applications">application Auth0</a> enregistrée';
$lang['auth0-secret'] = 'le secret client de votre <a href="https://manage.auth0.com/#/applications">application Auth0</a> enregistrée';
$lang['auth0-domain'] = 'Le domaine de de votre <a href="https://manage.auth0.com/#/applications">compte Auth0</a> enregistrée';
$lang['auth0-domain'] = 'Le domaine de votre <a href="https://manage.auth0.com/#/applications">compte Auth0</a> enregistré';
$lang['facebook-key'] = 'L´App ID de votre <a href="https://developers.facebook.com/apps">application Facebook</a> enregistrée';
$lang['facebook-secret'] = 'L´App Secret de votre <a href="https://developers.facebook.com/apps">application Facebook</a> enregistrée';
$lang['github-key'] = 'Le Client ID de votre <a href="https://github.com/settings/applications">application Github</a> enregistrée';
$lang['github-secret'] = 'Le Client Secret de votre <a href="https://github.com/settings/applications">application Github</a> enregistrée';
$lang['google-key'] = 'Le Client ID de votre <a href="https://console.developers.google.com/project">projet Google</a> enregistré (voir Credentials Screen)';
$lang['google-secret'] = 'Le Client Secret de votre <a href="https://console.developers.google.com/project">projet Google</a> enregistré (voir Credentials Screen)';
$lang['github-key'] = 'L\'ID client de votre <a href="https://github.com/settings/applications">application Github</a> enregistrée';
$lang['github-secret'] = 'Le secret client de votre <a href="https://github.com/settings/applications">application Github</a> enregistrée';
$lang['google-key'] = 'L\'ID client de votre <a href="https://console.developers.google.com/project">projet Google</a> enregistré (voir l\'écran «credentials»)';
$lang['google-secret'] = 'Le secret client de votre <a href="https://console.developers.google.com/project">projet Google</a> enregistré (voir l\'écran «credentials»)';
$lang['dataporten-key'] = 'L\'ID client de votre <a href="https://dashboard.dataporten.no">application Dataporten</a> enregistrée';
$lang['dataporten-secret'] = 'Le secret client de votre <a href="https://dashboard.dataporten.no">application Dataporten</a> enregistrée';
$lang['keycloak-key'] = 'L\'id de ressource de votre application Keycloak.';
......@@ -28,11 +28,12 @@ $lang['keycloak-authurl'] = 'Le préfixe d\'URL de votre installation Keycl
$lang['keycloak-tokenurl'] = 'Le préfixe d\'URL du jeton d\'accès de votre installation Keycloak.';
$lang['keycloak-userinfourl'] = 'Le préfixe d\'URL de votre installation Keycloak.';
$lang['mailRestriction'] = 'Limiter l\'authentification aux utilisateurs de ce domaine (optionnel, doit commencer par un <code>@</code>).';
$lang['yahoo-key'] = 'La Consumer Key de votre <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">application Yahoo</a> enregistrée';
$lang['yahoo-secret'] = 'Le Consumer Secret de votre <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">application Yahoo</a> enregistrée';
$lang['doorkeeper-key'] = '(Exemple) l´Application ID de votre application Doorkeeper.';
$lang['doorkeeper-secret'] = '(Exemple) Le Secret de votre application Doorkeeper.';
$lang['yahoo-key'] = 'La Consumer Key de votre <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">application Yahoo!</a> enregistrée';
$lang['yahoo-secret'] = 'Le Consumer Secret de votre <a href="https://developer.apps.yahoo.com/dashboard/createKey.html">application Yahoo!</a> enregistrée';
$lang['doorkeeper-key'] = '(Exemple) l´Application ID de votre application Doorkeeper enregistrée.';
$lang['doorkeeper-secret'] = '(Exemple) Le Secret de votre application Doorkeeper enregistrée.';
$lang['doorkeeper-authurl'] = '(Exemple) Le préfixe d\'URL d\'autorisation de votre installation Doorkeeper.';
$lang['doorkeeper-tokenurl'] = '(Exemple) Le préfixe d\'URL du jeton d\'accès de votre installation Doorkeeper.';
$lang['singleService'] = 'Se connecter uniquement avec oAuth (désactive les logins locaux)';
$lang['singleService_o_'] = 'Autoriser tous les services';
$lang['register-on-auth'] = 'Enregistrer les utilisateurs authentifiés même si l\'enregistrement automatique est désactivé dans la configuration principale';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment