Ignore:
Timestamp:
Jan 22, 2013, 3:18:46 PM (11 years ago)
Author:
mistic100
Message:

complete language files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/language/fr_FR/plugin.lang.php

    r20293 r20324  
    11<?php
    22
    3 
     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. OAuth will not work correctly.'] = 'Les utilisateurs ne sont pas autorisés à s\'inscrire sur cette galerie. OAUth 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['OAuth: You need to configure the credentials'] = 'OAuth: Vous devez définir vos clef d\'authentification';
     13$lang['OAuth: PHP Curl extension is needed'] = 'OAuth: 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 connecion 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';
    429
    530?>
Note: See TracChangeset for help on using the changeset viewer.