1<?php
2# User menu text
3$lang['btn_twofactor_profile'] = 'Paramètres de double authentification';
4
5# Two Factor profile header and settings
6
7# Messages displayed by menu
8
9# Text used at login
10
11# Text used at OTP login screen
12
13# LogLog text
14# 'logged in, %s'
15# 'logged in, %s'
16# 'logged in %s'
17# 'failed %s'
18# 'failed %s'
19# 'logged off, %s'
20# 'logged in %s'
21# 'failed OTP login, %s'
22
23# Administrative text
24$lang['menu'] = 'Administration de double authentification';
25$lang['user_id']     = 'Utilisateur';
26$lang['user_name']   = 'Nom réel';
27$lang['user_mail']   = 'E-mail';
28$lang['search']      = 'Recherche';
29$lang['start']  = 'début';
30$lang['prev']   = 'précédent';
31$lang['next']   = 'suivant';
32$lang['last']   = 'dernier';
33