Skip to content
Snippets Groups Projects
Commit 01ec5be1 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding a yubikey authentication module dictionary

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1154 44740490-163a-0410-bde0-09ae8108e29a
parent 02673867
No related branches found
No related tags found
No related merge requests found
<?php
$lang = array(
'header' => array (
'no' => 'Login med YubiKey',
'en' => 'Login with YubiKey',
),
'intro' => array (
'no' => 'En tjeneste har bedt om at du autentiserer deg. For å autentisere seg, trykk på knappen på din YubiKey. Feltet under vil da bli automatisk utfylt med et sikkert engangspassord.',
'en' => 'Some service requested authentication. To authenticate, click the button on your YubiKey. The field below should then automatically be filled out with a secure one-time-password.',
),
);
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment