mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I95fa6d9ab2d36fbb9fa97ae4eb3f1e2ff951fe28
This commit is contained in:
parent
ea4dee3b82
commit
25a90bc6c2
|
@ -160,8 +160,14 @@ $messages['es'] = array(
|
|||
|
||||
/** French (français)
|
||||
* @author Crochet.david
|
||||
* @author Gomoko
|
||||
*/
|
||||
$messages['fr'] = array(
|
||||
'oathauth-desc' => "Fournit un support d'authentification utilisant HMAC, basé sur des mots de passe à utilisation unique.",
|
||||
'oathauth' => 'OATHAuth',
|
||||
'specialpages-group-oath' => 'Authentification à deux facteurs',
|
||||
'oathauth-account' => 'Nom du compte à deux facteurs:',
|
||||
'oathauth-secret' => 'Clé secrète à deux facteurs:',
|
||||
'oathauth-token' => 'Jeton',
|
||||
'oathauth-currenttoken' => 'Jeton actuel',
|
||||
'oathauth-newtoken' => 'Nouveau jeton',
|
||||
|
|
Loading…
Reference in a new issue