<?php // Errors $lang['auth_incorrect_password'] = 'Mot de passe incorrect'; $lang['auth_incorrect_login'] = 'Authentification incorrect'; $lang['auth_incorrect_email_or_username'] = 'Authentification ou courriel inexistant'; $lang['auth_email_in_use'] = 'Courriel déjà utilisé par un autre usager. S.v.p., choisir un nouveau courriel.'; $lang['auth_username_in_use'] = 'Ce nom est déjà utilisé, s.v.p. choisissez un nom différent.'; $lang['auth_current_email'] = 'Ceci est votre courriel actuel'; $lang['auth_incorrect_captcha'] = 'Votre code de confirmation ne correspond pas à celui de l\'image.'; $lang['auth_captcha_expired'] = 'Votre code de confirmation est expiré. S.v.p. essayez de nouveau.'; // Notifications $lang['auth_message_logged_out'] = 'Déconnexion réussie.'; $lang['auth_message_registration_disabled'] = 'Inscription désactivée.'; $lang['auth_message_registration_completed_1'] = 'Inscription réussie. Vérifiez vos courriel pour activer votre.'; $lang['auth_message_registration_completed_2'] = 'Inscription complétée.'; $lang['auth_message_activation_email_sent'] = 'Un courriel d\'activation a été envoyé à %s. Suivez les instructions du courriel pour activer votre compte.'; $lang['auth_message_activation_completed'] = 'Votre compte a été activé avec succès.'; $lang['auth_message_activation_failed'] = 'Le code d\'activation saisie est incorrect ou expiré.'; $lang['auth_message_password_changed'] = 'Votre mot de passe a été changé avec succès.'; $lang['auth_message_new_password_sent'] = 'Un courriel contenant les instructions de création d\'un nouveau mot de passe vous a été envoyé.'; $lang['auth_message_new_password_activated'] = 'Votre mode de passe a été réintialisé avec succès.'; $lang['auth_message_new_password_failed'] = 'Votre clef d\'activation est incorrecte ou expirée. Vérifiez votre courriel à nouveau.'; $lang['auth_message_new_email_sent'] = 'Un courriel de confirmation a été envoyé à %s. Suivez les instruction du courriel pour confirmer ce changement d\'adresse.'; $lang['auth_message_new_email_activated'] = 'Votre adresse courriel a été changée avec succès.'; $lang['auth_message_new_email_failed'] = 'Votre clef d\'activation est incorrecte ou expirée. Vérifiez votre courriel à nouveau.'; $lang['auth_message_banned'] = 'Vous êtes banni.'; $lang['auth_message_unregistered'] = 'Votre compte a été détruit...'; // Email subjects $lang['auth_subject_welcome'] = 'Bienvenue à %s!'; $lang['auth_subject_activate'] = 'Bienvenue à %s!'; $lang['auth_subject_forgot_password'] = 'Vous avez oublié votre mot de passe sur %s?'; $lang['auth_subject_reset_password'] = 'Votre nouveau mot de passe sur %s'; $lang['auth_subject_change_email'] = 'Votre nouvelle adresse courriel sur %s'; /* End of file tank_auth_lang.php */ /* Location: ./application/language/french/tank_auth_lang.php */