source: extensions/oAuth/language/fr_FR/plugin.lang.php @ 26558

Last change on this file since 26558 was 26558, checked in by mistic100, 10 years ago

rename OAuth into Social Connect

File size: 2.4 KB
Line 
1<?php
2
3$lang['%s: invalid keys'] = '%s: clefs invalides';
4$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID doit être activé pour utiliser l\'authentification %s';
5$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Les utilisateurs ne sont pas autorisés à s\'inscrire sur cette galerie. Social Connect ne fonctionnera pas correctement.';
6$lang['Providers'] = 'Fournisseurs';
7$lang['Sorry, new registrations are blocked on this gallery.'] = 'Désolé, les inscriptions sont bloquées sur cette galerie.';
8$lang['Authentication canceled'] = 'Authentification annulée';
9$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Une erreur est survenue. Veuillez contacter l\'administrateur de la galerie. <i>Error code : %s</i>';
10$lang['You registered with a %s account, please sign in with the same account.'] = 'Vous vous êtes inscrit avec un compte %s. Veuillez vous connecter avec le même compte.';
11$lang['Your registration is almost done, please complete the registration form.'] = 'Vous inscription est presque terminée, merci de compléter le formulaire d\'enregistrement.';
12$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Vous devez définir vos clef d\'authentification';
13$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: l\'extension PHP Curl est nécessaire';
14$lang['Display sign in buttons in the menubar'] = 'Afficher les boutons de connexion dans le menu';
15$lang['Display sign in buttons on the register page'] = 'Afficher les boutons de connexion sur la page d\'enregistrement';
16$lang['Icon size on the identification page'] = 'Taille des icônes sur la page d\'identification';
17$lang['Icon size in the menubar'] = 'Taille des icônes dans le menu';
18$lang['Enabled'] = 'Activé';
19$lang['Disabled'] = 'Désactivé';
20$lang['Sign in with %s'] = 'Connexion avec %s';
21$lang['Error...'] = 'Erreur...';
22$lang['Loading...'] = 'Chargement...';
23$lang['Contacting <b>%s</b>. Please wait.'] = 'Contact du serveur <b>%s</b>. Veuillez patienter.';
24$lang['Please enter your OpenID URL'] = 'Veuillez entrer votre URL OpenID';
25$lang['Please enter your username'] = 'Veuillez entrer votre nom d\'utilisateur';
26$lang['Or sign in with'] = 'Ou connectez vous avec';
27$lang['Logged with'] = 'Connecté avec';
28$lang['Profile URL'] = 'URL du profil';
29
30?>
Note: See TracBrowser for help on using the repository browser.